aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-15 17:47:06 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-15 17:47:06 +0800
commit909f3e3d892afc61e42143bf9182d6dec9f3ccb9 (patch)
tree0653659c3a13b832168fc2256b2756634617777d /libempathy/empathy-call-handler.h
parent3624ff9a9fc90161487431fd536cdc3fffb0bb57 (diff)
parente5989d0face9edde213e0530ba6c886d61a1276f (diff)
downloadgsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.tar
gsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.tar.gz
gsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.tar.bz2
gsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.tar.lz
gsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.tar.xz
gsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.tar.zst
gsoc2013-empathy-909f3e3d892afc61e42143bf9182d6dec9f3ccb9.zip
Merge commit 'jtellier/call-window-video-preview'
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 112a3139a..1f67fe56b 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -73,6 +73,8 @@ EmpathyCallHandler * empathy_call_handler_new_for_channel (
void empathy_call_handler_start_call (EmpathyCallHandler *handler);
void empathy_call_handler_stop_call (EmpathyCallHandler *handler);
+gboolean empathy_call_handler_has_initial_video (EmpathyCallHandler *handler);
+
void empathy_call_handler_bus_message (EmpathyCallHandler *handler,
GstBus *bus, GstMessage *message);