summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:13:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-03 12:35:58 +0100
commit59e580c564711b194d3c0c8004cf8db195f06428 (patch)
tree557249305359a52023dd567fce571cdd53b027ac /telepathy-glib/channel-dispatch-operation.h
parentf524ee716e4e2fdb959c1dd28210a3a8dfc6cbfe (diff)
downloadtelepathy-glib-59e580c564711b194d3c0c8004cf8db195f06428.tar.gz
Version-annotate recent API
Diffstat (limited to 'telepathy-glib/channel-dispatch-operation.h')
-rw-r--r--telepathy-glib/channel-dispatch-operation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/channel-dispatch-operation.h b/telepathy-glib/channel-dispatch-operation.h
index 3efcc6015..fb1262f9c 100644
--- a/telepathy-glib/channel-dispatch-operation.h
+++ b/telepathy-glib/channel-dispatch-operation.h
@@ -131,12 +131,14 @@ gboolean tp_channel_dispatch_operation_handle_with_time_finish (
GAsyncResult *result,
GError **error);
+_TP_AVAILABLE_IN_0_16
void tp_channel_dispatch_operation_claim_with_async (
TpChannelDispatchOperation *self,
TpBaseClient *client,
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_16
gboolean tp_channel_dispatch_operation_claim_with_finish (
TpChannelDispatchOperation *self,
GAsyncResult *result,
@@ -144,16 +146,19 @@ gboolean tp_channel_dispatch_operation_claim_with_finish (
/* Reject API */
+_TP_AVAILABLE_IN_0_16
void tp_channel_dispatch_operation_close_channels_async (
TpChannelDispatchOperation *self,
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_16
gboolean tp_channel_dispatch_operation_close_channels_finish (
TpChannelDispatchOperation *self,
GAsyncResult *result,
GError **error);
+_TP_AVAILABLE_IN_0_16
void tp_channel_dispatch_operation_leave_channels_async (
TpChannelDispatchOperation *self,
TpChannelGroupChangeReason reason,
@@ -161,16 +166,19 @@ void tp_channel_dispatch_operation_leave_channels_async (
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_16
gboolean tp_channel_dispatch_operation_leave_channels_finish (
TpChannelDispatchOperation *self,
GAsyncResult *result,
GError **error);
+_TP_AVAILABLE_IN_0_16
void tp_channel_dispatch_operation_destroy_channels_async (
TpChannelDispatchOperation *self,
GAsyncReadyCallback callback,
gpointer user_data);
+_TP_AVAILABLE_IN_0_16
gboolean tp_channel_dispatch_operation_destroy_channels_finish (
TpChannelDispatchOperation *self,
GAsyncResult *result,