telepathy-salut: Don't use sealed struct members
Simon McVittie
smcv at kemper.freedesktop.org
Fri May 3 03:56:21 PDT 2013
Module: telepathy-salut
Branch: master
Commit: 58aefe4ef8d5d1194725f340e353de853b21bef6
URL: http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=58aefe4ef8d5d1194725f340e353de853b21bef6
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Jan 4 16:26:04 2013 +0000
Don't use sealed struct members
This exposes a bug in the tests: several tests assumed that tubes'
Interfaces would always come out in the same order, but the new APIs
we're using break that assumption. Fix that too.
---
configure.ac | 1 +
src/avahi-olpc-activity-manager.c | 2 +-
src/connection-contact-info.c | 2 +-
src/connection.c | 78 +++++++++++++++------
src/file-transfer-channel.c | 3 -
src/ft-manager.c | 4 +-
src/im-channel.c | 17 +++--
src/im-manager.c | 10 +--
src/muc-channel.c | 51 ++++++++------
src/muc-manager.c | 9 ++-
src/muc-tube-dbus.c | 18 +++--
src/muc-tube-stream.c | 18 +++--
src/protocol.c | 7 --
src/roomlist-channel.c | 3 -
src/roomlist-manager.c | 2 +-
src/text-helper.c | 3 +-
src/tube-dbus.c | 17 +++--
src/tube-stream.c | 17 +++--
src/tubes-manager.c | 11 ++--
tests/twisted/avahi/tubes/two-muc-dbus-tubes.py | 11 ++--
tests/twisted/avahi/tubes/two-muc-stream-tubes.py | 11 ++--
21 files changed, 173 insertions(+), 122 deletions(-)
Diff: http://cgit.freedesktop.org/telepathy/telepathy-salut/diff/?id=58aefe4ef8d5d1194725f340e353de853b21bef6
More information about the telepathy-commits
mailing list