aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:03:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 17:03:06 +0800
commitf5e304dcc87509e2fb521969ef08c71cb1770758 (patch)
tree142868282e30c45f7cea6aa2f1f7c4f7e42647aa /libempathy/empathy-call-handler.h
parent72e233a357ebbc14c01bbc8fa805015d9b470fd3 (diff)
downloadgsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.gz
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.bz2
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.lz
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.xz
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.zst
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.zip
Move the TpFarsight code from TpCall to CallHandler
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2387
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r--libempathy/empathy-call-handler.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index c095e5132..00243b696 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -23,6 +23,8 @@
#include <glib-object.h>
+#include <gst/gst.h>
+
#include <libempathy/empathy-tp-call.h>
#include <libempathy/empathy-contact.h>
@@ -64,6 +66,10 @@ EmpathyCallHandler * empathy_call_handler_new_for_contact (
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);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CALL_HANDLER_H__*/