summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.h
diff options
context:
space:
mode:
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>