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 17:24:55 +0800
commit2104fdf4bd3b020e2dca0d397ce445423f463704 (patch)
tree70b7c1d771c95828322c2254f199e4759fd3db6f /libempathy/empathy-utils.h
parentf22e466ab6e525a148145f66aed3ce4a0f23128a (diff)
downloadgsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.tar
gsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.tar.gz
gsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.tar.bz2
gsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.tar.lz
gsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.tar.xz
gsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.tar.zst
gsoc2013-empathy-2104fdf4bd3b020e2dca0d397ce445423f463704.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 f0ac666ed..0f5f968a5 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
@@ -66,6 +66,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);