summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-04 11:35:01 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-10 09:22:19 +0200
commitcbb09c486f10bad1807b23259950b1978e3c7116 (patch)
treed0083f540c3feda46df14874a22faad1463a1628 /telepathy-glib/base-client.h
parent61ca4253bf27ea5c448149064bf2bda775d6e326 (diff)
downloadtelepathy-glib-cbb09c486f10bad1807b23259950b1978e3c7116.tar.gz
add tp_channel_dispatch_operation_claim_with_async() (fdo #36490)
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 1925b66e4..192a32223 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -30,7 +30,6 @@
#include <telepathy-glib/client-channel-factory.h>
#include <telepathy-glib/handle-channels-context.h>
#include <telepathy-glib/observe-channels-context.h>
-#include <telepathy-glib/channel-dispatch-operation.h>
#include <telepathy-glib/connection.h>
#include <telepathy-glib/dbus.h>
#include <telepathy-glib/defs.h>
@@ -38,6 +37,10 @@
G_BEGIN_DECLS
+/* forward declaration, see channel-dispatch-operation.h for the rest */
+typedef struct _TpChannelDispatchOperation
+ TpChannelDispatchOperation;
+
typedef struct _TpBaseClient TpBaseClient;
typedef struct _TpBaseClientClass TpBaseClientClass;
typedef struct _TpBaseClientPrivate TpBaseClientPrivate;