aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-02-26 21:31:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-02-26 21:31:14 +0800
commit389d71af383dacd5e67d460811926b34d7fcf22f (patch)
tree93b2144e66c63918c5a4fc2c261dd4724ec3c134 /libempathy/empathy-tp-call.h
parentc3751daec7cca3e44abfed1db475cf0fc4703d66 (diff)
downloadgsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.gz
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.bz2
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.lz
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.xz
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.zst
gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.zip
Make use of generated code for using stream engine.
svn path=/trunk/; revision=664
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index 69f873425..b0c320826 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -78,8 +78,10 @@ void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call);
void empathy_tp_call_close_channel (EmpathyTpCall *call);
void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call,
gboolean is_sending);
-void empathy_tp_call_add_preview_video (guint preview_video_socket_id);
-void empathy_tp_call_remove_preview_video (guint preview_video_socket_id);
+void empathy_tp_call_add_preview_video (EmpathyTpCall *call,
+ guint preview_video_socket_id);
+void empathy_tp_call_remove_preview_video (EmpathyTpCall *call,
+ guint preview_video_socket_id);
void empathy_tp_call_add_output_video (EmpathyTpCall *call,
guint output_video_socket_id);
void empathy_tp_call_set_output_volume (EmpathyTpCall *call, guint volume);