diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:03:06 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:03:06 +0800 |
commit | f5e304dcc87509e2fb521969ef08c71cb1770758 (patch) | |
tree | 142868282e30c45f7cea6aa2f1f7c4f7e42647aa /libempathy/empathy-call-handler.h | |
parent | 72e233a357ebbc14c01bbc8fa805015d9b470fd3 (diff) | |
download | gsoc2013-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.h | 6 |
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__*/ |