summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-03 11:35:46 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-07 15:33:36 +0200
commit92c6da567fad79456c6a59a85123c808d34c1762 (patch)
tree8d9fab0f773bfa77e7c38ba32aec6afd416d75fa /telepathy-glib/channel-dispatch-operation.h
parent349631bf9cf3ec1a9f0bb76bfe012552c146b1c7 (diff)
downloadtelepathy-glib-92c6da567fad79456c6a59a85123c808d34c1762.tar.gz
add tp_channel_dispatch_operation_claim_{async,finish}
Diffstat (limited to 'telepathy-glib/channel-dispatch-operation.h')
-rw-r--r--telepathy-glib/channel-dispatch-operation.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.h b/telepathy-glib/channel-dispatch-operation.h
index 147dde350..f019e4d38 100644
--- a/telepathy-glib/channel-dispatch-operation.h
+++ b/telepathy-glib/channel-dispatch-operation.h
@@ -108,6 +108,16 @@ gboolean tp_channel_dispatch_operation_handle_with_finish (
GAsyncResult *result,
GError **error);
+void tp_channel_dispatch_operation_claim_async (
+ TpChannelDispatchOperation *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean tp_channel_dispatch_operation_claim_finish (
+ TpChannelDispatchOperation *self,
+ GAsyncResult *result,
+ GError **error);
+
G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel-dispatch-operation.h>