summaryrefslogtreecommitdiff
path: root/src/idle-im-channel.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2009-01-05 15:12:36 -0600
committerJonathon Jongsma <jonathon.jongsma@collabora.co.uk>2009-01-28 10:01:55 -0600
commit6ba4f0740bd069e6925dca7cea6e1b465ffc3b42 (patch)
treec5b1aa66427cd727c32041482178775e84afd7e9 /src/idle-im-channel.h
parentc90f550bd7840179f78278cb6d36bc63670afed6 (diff)
downloadtelepathy-idle-6ba4f0740bd069e6925dca7cea6e1b465ffc3b42.tar.gz
Implement the TpExportableChannel interface
To complete the switch from TpChannelFactory to TpChannelManager, the IdleIMChannel and IdleMUCChannel classes must implement the TpExportableChannel interface. This implementation is highly influenced by the Salut implementation
Diffstat (limited to 'src/idle-im-channel.h')
-rw-r--r--src/idle-im-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idle-im-channel.h b/src/idle-im-channel.h
index 292b013..05c810b 100644
--- a/src/idle-im-channel.h
+++ b/src/idle-im-channel.h
@@ -23,6 +23,7 @@
#include <glib-object.h>
#include <telepathy-glib/text-mixin.h>
+#include <telepathy-glib/dbus-properties-mixin.h>
G_BEGIN_DECLS
@@ -32,6 +33,7 @@ typedef struct _IdleIMChannelClass IdleIMChannelClass;
struct _IdleIMChannelClass {
GObjectClass parent_class;
TpTextMixinClass text_class;
+ TpDBusPropertiesMixinClass dbus_props_class;
};
struct _IdleIMChannel {