]> git.0d.be Git - empathy.git/blobdiff - src/empathy-call-window.h
factor out empathy_call_window_change_webcam()
[empathy.git] / src / empathy-call-window.h
index 912a79173ed5fb56bcafa29d1a2ad7f5d47aa3a6..abaae276308b0ea126a1db4bb5996d822f8ea791 100644 (file)
@@ -63,12 +63,24 @@ GType empathy_call_window_get_type (void);
     EmpathyCallWindowClass))
 
 EmpathyCallWindow *empathy_call_window_new (EmpathyCallHandler *handler);
+void empathy_call_window_present (EmpathyCallWindow *window,
+  EmpathyCallHandler *handler);
+void empathy_call_window_start_ringing (EmpathyCallWindow *self,
+  TpyCallChannel *channel,
+  TpChannelDispatchOperation *dispatch_operation,
+  TpAddDispatchOperationContext *context);
 
 GtkUIManager *empathy_call_window_get_ui_manager (EmpathyCallWindow *window);
 
 EmpathyGstAudioSrc *empathy_call_window_get_audio_src (EmpathyCallWindow *window);
 EmpathyGstVideoSrc *empathy_call_window_get_video_src (EmpathyCallWindow *window);
 
+void empathy_call_window_play_camera (EmpathyCallWindow *self,
+    gboolean play);
+
+void empathy_call_window_change_webcam (EmpathyCallWindow *self,
+    const gchar *device);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CALL_WINDOW_H__*/