diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-19 01:00:32 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-23 22:50:44 +0800 |
commit | c777e8e659a70fc418fdd99caa7f4771dad93163 (patch) | |
tree | eb89c53c619ed978666de018444877043f6c7def /libempathy/empathy-utils.h | |
parent | 4038d6d672468a3a353139c5650c6906c60dce7f (diff) | |
download | gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.tar gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.tar.gz gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.tar.bz2 gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.tar.lz gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.tar.xz gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.tar.zst gsoc2013-empathy-c777e8e659a70fc418fdd99caa7f4771dad93163.zip |
empathy_call_new_with_streams: start Calls when we support them
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 272fada1c..9dd6d6de1 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -66,13 +66,16 @@ xmlNodePtr empathy_xml_node_find_child_prop_value (xmlNodePtr node, const gchar *prop_value); /* Calls */ -void empathy_call_new_with_streams (EmpathyContact *contact, - gboolean initial_audio, - gboolean initial_video, - gint64 timestamp); -GHashTable * empathy_call_create_streamed_media_request (EmpathyContact *contact, - gboolean initial_audio, - gboolean initial_video); +void empathy_call_new_with_streams (EmpathyContact *contact, + gboolean initial_audio, + gboolean initial_video, + gint64 timestamp); +GHashTable * empathy_call_create_call_request (EmpathyContact *contact, + gboolean initial_audio, + gboolean initial_video); +GHashTable * empathy_call_create_streamed_media_request (EmpathyContact *contact, + gboolean initial_audio, + gboolean initial_video); /* Others */ const gchar * empathy_presence_get_default_message (TpConnectionPresenceType presence); |