]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-call-utils.h
Reorder header inclusions accordingly to the Telepathy coding style
[empathy.git] / libempathy-gtk / empathy-call-utils.h
index 99a97f202233bc57952f5cf810c22937fc64ff38..7e342d819f70d8e12dcb3e07c55c758e1be2ef90 100644 (file)
@@ -21,6 +21,9 @@
 #ifndef __EMPATHY_CALL_UTILS_H__
 #define __EMPATHY_CALL_UTILS_H__
 
+#include <glib.h>
+#include <telepathy-glib/telepathy-glib.h>
+
 G_BEGIN_DECLS
 
 /* Calls */
@@ -34,9 +37,10 @@ GHashTable * empathy_call_create_call_request (const gchar *contact,
     gboolean initial_audio,
     gboolean initial_video);
 
-GHashTable * empathy_call_create_streamed_media_request (const gchar *contact,
-    gboolean initial_audio,
-    gboolean initial_video);
+TpSendingState empathy_call_channel_get_video_state (TpCallChannel *self);
+void empathy_call_channel_send_video (TpCallChannel *self,
+    gboolean send);
+
 
 G_END_DECLS