aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-handler.h
diff options
context:
space:
mode:
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__*/