summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-channel.h
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 /telepathy-glib/base-call-channel.h
parent24e5776b0225f4095372fc9bfe8be33d026b195a (diff)
downloadtelepathy-glib-67ab1ed9edc0ce716557bf8db4fb68267b54bf45.tar.gz
Add direction parameter to AddContent
Diffstat (limited to 'telepathy-glib/base-call-channel.h')
-rw-r--r--telepathy-glib/base-call-channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/base-call-channel.h b/telepathy-glib/base-call-channel.h
index 8f682851c..7f054c223 100644
--- a/telepathy-glib/base-call-channel.h
+++ b/telepathy-glib/base-call-channel.h
@@ -36,6 +36,7 @@ typedef TpBaseCallContent * (*TpBaseCallChannelAddContentFunc) (
TpBaseCallChannel *self,
const gchar *name,
TpMediaStreamType media,
+ TpMediaStreamDirection initial_direction,
GError **error);
typedef void (*TpBaseCallChannelHangupFunc) (TpBaseCallChannel *self,
TpCallStateChangeReason reason,