[Telepathy-commits] [telepathy-gabble/master] GabbleRoomlistChannel: actually implement D-Bus properties

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:12 PDT 2008


20080606164015-53eee-48b291c6fd9b94220dfa4c8fbc3ad19df527a965.gz
---
 src/gabble-roomlist-channel.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gabble-roomlist-channel.c b/src/gabble-roomlist-channel.c
index ef19c35..9b8126a 100644
--- a/src/gabble-roomlist-channel.c
+++ b/src/gabble-roomlist-channel.c
@@ -53,6 +53,8 @@ static void roomlist_iface_init (gpointer, gpointer);
 
 G_DEFINE_TYPE_WITH_CODE (GabbleRoomlistChannel, gabble_roomlist_channel,
     G_TYPE_OBJECT,
+    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
+      tp_dbus_properties_mixin_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL, channel_iface_init);
     G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_TYPE_ROOM_LIST,
       roomlist_iface_init);
-- 
1.5.6.3




More information about the Telepathy-commits mailing list