summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-channel.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-20 13:19:04 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-27 10:12:11 +0100
commit8ad70c119f10d5c4f2603f01d488e1c65b3d144f (patch)
treea658d11830cec307d89618621fde704da55d3540 /telepathy-glib/call-channel.h
parentbe92c904d473f42f6f85066bf3535125fb4f0cce (diff)
downloadtelepathy-glib-8ad70c119f10d5c4f2603f01d488e1c65b3d144f.tar.gz
TpCallChannel, TpCallContent: add _send_tones_async()
tp_call_channel_send_tones_async() is helper API calling tp_call_content_send_tones_async() on each of its contents supporting the DTMF interfaces. tp_call_content_send_tones_async() does the queuing of events
Diffstat (limited to 'telepathy-glib/call-channel.h')
-rw-r--r--telepathy-glib/call-channel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/telepathy-glib/call-channel.h b/telepathy-glib/call-channel.h
index 580d07b42..a48da5152 100644
--- a/telepathy-glib/call-channel.h
+++ b/telepathy-glib/call-channel.h
@@ -128,6 +128,15 @@ TpCallContent *tp_call_channel_add_content_finish (TpCallChannel *self,
GAsyncResult *result,
GError **error);
+void tp_call_channel_send_tones_async (TpCallChannel *self,
+ const gchar *tones,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean tp_call_channel_send_tones_finish (TpCallChannel *self,
+ GAsyncResult *result,
+ GError **error);
+
G_END_DECLS
#endif