]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.h
empathy_call_new_with_streams: remove initial_audio arg
[empathy.git] / libempathy-gtk / empathy-call-utils.h
index 12fca684e132323e1f31d7e63814b1626fdd9d34..d8656e896a6ebc24ce29665a811036bf6b51c959 100644 (file)
 #ifndef __EMPATHY_CALL_UTILS_H__
 #define __EMPATHY_CALL_UTILS_H__
 
+#include <telepathy-glib/telepathy-glib.h>
+
 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);