summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-channel.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-05 18:31:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-14 18:08:50 -0400
commit1d019b177f5e9b49154125af9b6ef9e3973d4e23 (patch)
treefd834fc100422242b5da0ecd9a0ec240882e854b /telepathy-glib/call-channel.h
parent7e178c06747a0fc389e16c06d9f0dd2064850a0e (diff)
downloadtelepathy-glib-1d019b177f5e9b49154125af9b6ef9e3973d4e23.tar.gz
CallChannel: Add functions to request hold
Diffstat (limited to 'telepathy-glib/call-channel.h')
-rw-r--r--telepathy-glib/call-channel.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/telepathy-glib/call-channel.h b/telepathy-glib/call-channel.h
index 06f706b4f..ce12baae6 100644
--- a/telepathy-glib/call-channel.h
+++ b/telepathy-glib/call-channel.h
@@ -139,6 +139,14 @@ gboolean tp_call_channel_send_tones_finish (TpCallChannel *self,
GAsyncResult *result,
GError **error);
+void tp_call_channel_request_hold_async (TpCallChannel *self,
+ gboolean hold,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean tp_call_channel_request_hold_finish (TpCallChannel *self,
+ GAsyncResult *result,
+ GError **error);
+
G_END_DECLS
#endif