From 88c7ff0d33171e9ee7ece04c001f8e5c5fd4a3b9 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 18 Feb 2011 17:00:32 +0000 Subject: empathy_call_new_with_streams: start Calls when we support them Conflicts: libempathy/empathy-utils.c --- libempathy/empathy-utils.h | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'libempathy/empathy-utils.h') 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); -- cgit v1.2.3