summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-internal.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-30 17:53:19 -0500
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:47 +0100
commit77ea29e129258cba5176a410e03eea0eee6285fc (patch)
treeb3fbcf12757fcce51a092597a5454f2f19f346b2 /telepathy-glib/base-call-internal.h
parent386570bb305f6149d9394f768deb53a6c2ccc9b7 (diff)
downloadtelepathy-glib-77ea29e129258cba5176a410e03eea0eee6285fc.tar.gz
Disable sending if all members of a stream are remotely held
Diffstat (limited to 'telepathy-glib/base-call-internal.h')
-rw-r--r--telepathy-glib/base-call-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/base-call-internal.h b/telepathy-glib/base-call-internal.h
index 3fd4b1fbc..b1d56a541 100644
--- a/telepathy-glib/base-call-internal.h
+++ b/telepathy-glib/base-call-internal.h
@@ -67,6 +67,11 @@ gboolean _tp_base_call_stream_set_sending (TpBaseCallStream *self,
GHashTable *_tp_base_call_stream_borrow_remote_members (
TpBaseCallStream *stream);
+/* Implemented in base-media-call-stream.c */
+void
+_tp_base_media_call_stream_set_remotely_held (TpBaseMediaCallStream *self,
+ gboolean remotely_held);
+
/* Implemented in base-call-channel.c */
GHashTable *_tp_base_call_dup_member_identifiers (TpBaseConnection *conn,
GHashTable *source);