summaryrefslogtreecommitdiff
path: root/src/tube-dbus.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-28 16:20:50 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-26 15:21:29 +0100
commit9118a7d1c582e1a2a61ab8a433da2878a6e77a12 (patch)
treec8813428ba669e8cdf2614342118a3763eeada5b /src/tube-dbus.h
parent1efd67d7f2163e241272a23852ea10c9fab153a5 (diff)
downloadtelepathy-salut-9118a7d1c582e1a2a61ab8a433da2878a6e77a12.tar.gz
tube-dbus: start to implement Channel interface and DBusTube type
Diffstat (limited to 'src/tube-dbus.h')
-rw-r--r--src/tube-dbus.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tube-dbus.h b/src/tube-dbus.h
index 4d89609c..20c41bc7 100644
--- a/src/tube-dbus.h
+++ b/src/tube-dbus.h
@@ -22,6 +22,9 @@
#include <glib-object.h>
+#include <telepathy-glib/enums.h>
+#include <telepathy-glib/interfaces.h>
+
#include "salut-connection.h"
#include "salut-tubes-channel.h"
#include <gibber/gibber-muc-connection.h>
@@ -34,6 +37,8 @@ typedef struct _SalutTubeDBusClass SalutTubeDBusClass;
struct _SalutTubeDBusClass {
GObjectClass parent_class;
+
+ TpDBusPropertiesMixinClass dbus_props_class;
};
struct _SalutTubeDBus {