[Telepathy-commits] [telepathy-glib/master] BaseConnection: implement TpSvcDBusProperties interface
Will Thompson
will.thompson at collabora.co.uk
Tue Sep 9 09:22:29 PDT 2008
---
telepathy-glib/base-connection.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index dd970ea..ce52d05 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -47,6 +47,7 @@
#include <telepathy-glib/dbus.h>
#include <telepathy-glib/dbus-properties-mixin.h>
#include <telepathy-glib/gtypes.h>
+#include <telepathy-glib/svc-generic.h>
#include <telepathy-glib/util.h>
#include <telepathy-glib/interfaces.h>
@@ -59,7 +60,9 @@ G_DEFINE_ABSTRACT_TYPE_WITH_CODE(TpBaseConnection,
tp_base_connection,
G_TYPE_OBJECT,
G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_CONNECTION,
- service_iface_init))
+ service_iface_init);
+ G_IMPLEMENT_INTERFACE (TP_TYPE_SVC_DBUS_PROPERTIES,
+ tp_dbus_properties_mixin_iface_init))
enum
{
--
1.5.6.3
More information about the Telepathy-commits
mailing list