]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.h
call-utils: use TpAccountChannelRequest higher level API
[empathy.git] / libempathy-gtk / empathy-call-utils.h
index d8656e896a6ebc24ce29665a811036bf6b51c959..e35c7e3f6305d472fd05812ae40a6b626fc95deb 100644 (file)
@@ -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,