From 10edf350020350475ece049d9c8fd969f70cf5c5 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Tue, 22 Feb 2011 17:15:11 +0000 Subject: Move empathy_call_* util functions to libempathy-gtk Since we want to pop up a dialog when starting a call fails. --- libempathy/empathy-utils.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 9dd6d6de1..00525aa06 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -65,18 +65,6 @@ xmlNodePtr empathy_xml_node_find_child_prop_value (xmlNodePtr node, const gchar *prop_name, 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_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); const gchar * empathy_presence_to_str (TpConnectionPresenceType presence); -- cgit v1.2.3