aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-23 01:15:11 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 01:12:56 +0800
commit10edf350020350475ece049d9c8fd969f70cf5c5 (patch)
treeecca3e375cc99d9f64ac24e972eb421b8bc09c6a /libempathy/empathy-utils.h
parentb768818115dbc3a0b570500a74bc9c8ded62eea5 (diff)
downloadgsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.gz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.bz2
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.lz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.xz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.zst
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.zip
Move empathy_call_* util functions to libempathy-gtk
Since we want to pop up a dialog when starting a call fails.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h12
1 files changed, 0 insertions, 12 deletions
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);