[next] telepathy-glib: tp_dbus_connection_try_register_object: re-allow TP_TYPE_SVC_DBUS_PROPERTIES

Simon McVittie smcv at kemper.freedesktop.org
Tue Apr 8 12:11:45 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 52ff3bca058cc24a1ea7a8df1341d95f3c4060ae
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=52ff3bca058cc24a1ea7a8df1341d95f3c4060ae

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Apr  7 19:09:44 2014 +0100

tp_dbus_connection_try_register_object: re-allow TP_TYPE_SVC_DBUS_PROPERTIES

MC still needs this.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144
Reviewed-by: Xavier Claessens

---

 telepathy-glib/dbus.c |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index 5203fdd..3120a8a 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -837,14 +837,6 @@ tp_dbus_connection_try_register_object (GDBusConnection *dbus_connection,
           continue;
         }
 
-      /* We don't want to export Properties interface, TpSvcInterfaceSkeleton
-       * will handle that itself. */
-      if (iface == TP_TYPE_SVC_DBUS_PROPERTIES)
-        {
-          WARNING ("TpSvcDBusProperties interface shouldn't be implemented");
-          continue;
-        }
-
       skeleton = _tp_svc_interface_skeleton_new (object, iface, iinfo);
 
       if (!g_dbus_interface_skeleton_export (



More information about the telepathy-commits mailing list