aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-24 21:33:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-26 17:32:36 +0800
commit1fd36e1e67a9c6cc3b0be6250809424045e56d20 (patch)
tree77371c23779243abc1a21b80a80b3c8283c7d70c /libempathy-gtk/empathy-call-utils.h
parent912bbee404f948ae85d8c5705857b7dde0595ea0 (diff)
downloadgsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar
gsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar.gz
gsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar.bz2
gsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar.lz
gsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar.xz
gsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.tar.zst
gsoc2013-empathy-1fd36e1e67a9c6cc3b0be6250809424045e56d20.zip
empathy_call_new_with_streams: remove initial_audio arg
We always pass TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=725070
Diffstat (limited to 'libempathy-gtk/empathy-call-utils.h')
-rw-r--r--libempathy-gtk/empathy-call-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h
index 788d828f5..d8656e896 100644
--- a/libempathy-gtk/empathy-call-utils.h
+++ b/libempathy-gtk/empathy-call-utils.h
@@ -28,12 +28,10 @@ G_BEGIN_DECLS
/* Calls */
void empathy_call_new_with_streams (const gchar *contact,
TpAccount *account,
- gboolean initial_audio,
gboolean initial_video,
gint64 timestamp);
GHashTable * empathy_call_create_call_request (const gchar *contact,
- gboolean initial_audio,
gboolean initial_video);
TpSendingState empathy_call_channel_get_video_state (TpCallChannel *self);