aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-03-04 01:34:47 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-04 01:34:47 +0800
commit4ff75557b6f1a3425aec570f546fd5620cad1424 (patch)
treef2e77229e9b6fe8f0eae5a2a6fa2217d1015b783 /libempathy/empathy-call-handler.h
parentc6546b498b5c4528aa182651243f20b40e6ad2e7 (diff)
downloadgsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.tar
gsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.tar.gz
gsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.tar.bz2
gsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.tar.lz
gsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.tar.xz
gsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.tar.zst
gsoc2013-empathy-4ff75557b6f1a3425aec570f546fd5620cad1424.zip
Let the UI call the handler for bus messages
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2563
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index 4bea0037c..db2396dc7 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -68,8 +68,9 @@ EmpathyCallHandler * empathy_call_handler_new_for_channel (
EmpathyTpCall *call);
void empathy_call_handler_start_call (EmpathyCallHandler *handler);
-void empathy_call_handler_set_bus (EmpathyCallHandler *handler,
- GstBus *bus);
+
+void empathy_call_handler_bus_message (EmpathyCallHandler *handler,
+ GstBus *bus, GstMessage *message);
G_END_DECLS