aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-10 00:48:34 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-10 18:08:31 +0800
commit4d42a0eb3600ef6577ab96c7251cc45da4dfb989 (patch)
tree2d8461d14354b2934005eaad80183df4c02361ec /libempathy/empathy-utils.h
parentfd52278cc48cc8fb0a69d61d35eb59e96077e13a (diff)
downloadgsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.tar
gsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.tar.gz
gsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.tar.bz2
gsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.tar.lz
gsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.tar.xz
gsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.tar.zst
gsoc2013-empathy-4d42a0eb3600ef6577ab96c7251cc45da4dfb989.zip
Move a couple of call-related functions to empathy-utils.h
Since the rest of the call stuff will only be compiled for empathy-av so we don't link every binary against farsight.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 70e8fb461..efa5d11d1 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2003-2007 Imendio AB
- * Copyright (C) 2007-2008 Collabora Ltd.
+ * Copyright (C) 2007-2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -65,6 +65,15 @@ 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_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);