summaryrefslogtreecommitdiff
path: root/examples/cm
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-16 12:51:15 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-16 12:54:24 -0500
commit67ab1ed9edc0ce716557bf8db4fb68267b54bf45 (patch)
treed373877eaf2615bae6d2254112032fea5ecf7eea /examples/cm
parent24e5776b0225f4095372fc9bfe8be33d026b195a (diff)
downloadtelepathy-glib-67ab1ed9edc0ce716557bf8db4fb68267b54bf45.tar.gz
Add direction parameter to AddContent
Diffstat (limited to 'examples/cm')
-rw-r--r--examples/cm/call/call-channel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cm/call/call-channel.c b/examples/cm/call/call-channel.c
index a5361dd7f..677c4951a 100644
--- a/examples/cm/call/call-channel.c
+++ b/examples/cm/call/call-channel.c
@@ -310,6 +310,7 @@ static void call_accept (TpBaseCallChannel *self);
static TpBaseCallContent * call_add_content (TpBaseCallChannel *self,
const gchar *name,
TpMediaStreamType media,
+ TpMediaStreamDirection initial_direction,
GError **error);
static void call_hangup (TpBaseCallChannel *self,
guint reason,
@@ -675,6 +676,7 @@ static TpBaseCallContent *
call_add_content (TpBaseCallChannel *base,
const gchar *content_name,
guint content_type,
+ TpMediaStreamDirection initial_direction,
GError **error)
{
ExampleCallChannel *self = EXAMPLE_CALL_CHANNEL (base);