diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-02-19 01:00:32 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:04 +0800 |
commit | 88c7ff0d33171e9ee7ece04c001f8e5c5fd4a3b9 (patch) | |
tree | 6765da7da6225c4949eb96af1cd30b8d1451fcd6 /libempathy/empathy-utils.h | |
parent | 8ea5a5768163c694085f9f39f55c1a4895e84798 (diff) | |
download | gsoc2013-empathy-88c7ff0d33171e9ee7ece04c001f8e5c5fd4a3b9.tar.gz gsoc2013-empathy-88c7ff0d33171e9ee7ece04c001f8e5c5fd4a3b9.tar.zst gsoc2013-empathy-88c7ff0d33171e9ee7ece04c001f8e5c5fd4a3b9.zip |
empathy_call_new_with_streams: start Calls when we support them
Conflicts:
libempathy/empathy-utils.c
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 157569453..aa2786c73 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -67,13 +67,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); |