aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-24 22:05:15 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-26 17:32:36 +0800
commit25f83bd5627ab9812cd1e402863079b7b7fe368f (patch)
tree6dae0e3a5a6515ef08d4d8969372f379dbe5caab /libempathy-gtk/empathy-call-utils.h
parent6a1fee5ce2917c193e82288ddc9788d1192fbb84 (diff)
downloadgsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.tar
gsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.tar.gz
gsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.tar.bz2
gsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.tar.lz
gsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.tar.xz
gsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.tar.zst
gsoc2013-empathy-25f83bd5627ab9812cd1e402863079b7b7fe368f.zip
call-utils: use TpAccountChannelRequest higher level API
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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-call-utils.h b/libempathy-gtk/empathy-call-utils.h
index d8656e896..e35c7e3f6 100644
--- a/libempathy-gtk/empathy-call-utils.h
+++ b/libempathy-gtk/empathy-call-utils.h
@@ -31,8 +31,10 @@ void empathy_call_new_with_streams (const gchar *contact,
gboolean initial_video,
gint64 timestamp);
-GHashTable * empathy_call_create_call_request (const gchar *contact,
- gboolean initial_video);
+TpAccountChannelRequest * empathy_call_create_call_request (TpAccount *account,
+ const gchar *contact,
+ gboolean initial_video,
+ gint64 timestamp);
TpSendingState empathy_call_channel_get_video_state (TpCallChannel *self);
void empathy_call_channel_send_video (TpCallChannel *self,