aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-10 18:51:39 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-10 18:51:39 +0800
commitdb59070855af10bc2ac8ac7355f80a27f6f91d3d (patch)
treed5e8b41ead9bbb6a3404eee1cb1b9d87b9b9da76 /libempathy/empathy-dispatcher.h
parent8022c4d5692acc7406f3fa3cb8cacb443c2b96d4 (diff)
downloadgsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.tar
gsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.tar.gz
gsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.tar.bz2
gsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.tar.lz
gsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.tar.xz
gsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.tar.zst
gsoc2013-empathy-db59070855af10bc2ac8ac7355f80a27f6f91d3d.zip
Implement a first minimal version of a Client.Handler
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r--libempathy/empathy-dispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index d6c83f6c1..41a1430fb 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -26,6 +26,7 @@
#include <gio/gio.h>
#include <telepathy-glib/channel.h>
+#include <telepathy-glib/dbus-properties-mixin.h>
#include "empathy-contact.h"
#include "empathy-dispatch-operation.h"
@@ -51,6 +52,7 @@ struct _EmpathyDispatcher
struct _EmpathyDispatcherClass
{
GObjectClass parent_class;
+ TpDBusPropertiesMixinClass dbus_props_class;
};
/* Will be called when the channel is ready for dispatching. The requestor