aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-05-07 22:18:32 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:17:27 +0800
commitd16f5ff7b8ab7b3325401e13987cebeba87044d8 (patch)
treee65f3b75ca3c5da01e4f15f69189e15096837c83 /libempathy/empathy-call-handler.h
parenta3e15eb1121dc577551934374fc5274aa49da607 (diff)
downloadgsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.tar
gsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.tar.gz
gsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.tar.bz2
gsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.tar.lz
gsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.tar.xz
gsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.tar.zst
gsoc2013-empathy-d16f5ff7b8ab7b3325401e13987cebeba87044d8.zip
Allow handlers to be created for streams with initial audio and video
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 5edf29719..9a039f06a 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -64,6 +64,9 @@ GType empathy_call_handler_get_type (void);
EmpathyCallHandler * empathy_call_handler_new_for_contact (
EmpathyContact *contact);
+EmpathyCallHandler * empathy_call_handler_new_for_contact_with_streams (
+ EmpathyContact *contact, gboolean audio, gboolean video);
+
EmpathyCallHandler * empathy_call_handler_new_for_channel (
EmpathyTpCall *call);