[next] telepathy-mission-control: Stop using tp_dbus_properties_mixin_iface_init which has been removed

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


Module: telepathy-mission-control
Branch: next
Commit: ede5efbef07722e655dcb7ba02923d569cfc6a95
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=ede5efbef07722e655dcb7ba02923d569cfc6a95

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

Stop using tp_dbus_properties_mixin_iface_init which has been removed

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144

---

 src/mcd-dispatcher.c |    4 +---
 src/request.c        |    4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index 88995f2..8aa377c 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -81,9 +81,7 @@ G_DEFINE_TYPE_WITH_CODE (McdDispatcher, mcd_dispatcher, G_TYPE_OBJECT,
                            messages_iface_init);
     G_IMPLEMENT_INTERFACE (
         TP_TYPE_SVC_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST1,
-        NULL);
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
-                           tp_dbus_properties_mixin_iface_init))
+        NULL))
 
 typedef struct
 {
diff --git a/src/request.c b/src/request.c
index f022fac..6a10404 100644
--- a/src/request.c
+++ b/src/request.c
@@ -98,9 +98,7 @@ struct _McdRequestClass {
 static void request_iface_init (TpSvcChannelRequestClass *);
 
 G_DEFINE_TYPE_WITH_CODE (McdRequest, _mcd_request, G_TYPE_OBJECT,
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_REQUEST, request_iface_init);
-    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
-                           tp_dbus_properties_mixin_iface_init))
+    G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CHANNEL_REQUEST, request_iface_init))
 
 #define REQUEST_OBJ_BASE "/im/telepathy/v1/ChannelDispatcher/Request"
 



More information about the telepathy-commits mailing list