[Telepathy-commits] [telepathy-gabble/master] tube-dbus: add TODO about DBusNamesChanged signal

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 27 08:28:11 PST 2009


---
 src/tube-dbus.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index e9e1a6d..41ad111 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1638,6 +1638,7 @@ gabble_tube_dbus_add_name (GabbleTubeDBus *self,
   g_hash_table_insert (priv->dbus_name_to_handle, name_copy,
       GUINT_TO_POINTER (handle));
 
+  /* TODO: gabble_svc_channel_type_dbus_tube_emit_d_bus_names_changed */
   return TRUE;
 }
 
@@ -1663,6 +1664,7 @@ gabble_tube_dbus_remove_name (GabbleTubeDBus *self,
       g_hash_table_size (priv->dbus_name_to_handle));
 
   tp_handle_unref (contact_repo, handle);
+  /* TODO: gabble_svc_channel_type_dbus_tube_emit_d_bus_names_changed */
   return TRUE;
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list