aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index 29a79c64e..5724963f7 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -27,6 +27,8 @@
#include <glib.h>
#include <telepathy-glib/channel.h>
+#include "empathy-contact.h"
+
G_BEGIN_DECLS
#define EMPATHY_TYPE_TP_CALL (empathy_tp_call_get_type ())
@@ -73,6 +75,8 @@ GType empathy_tp_call_get_type (void) G_GNUC_CONST;
EmpathyTpCall *empathy_tp_call_new (TpChannel *channel);
void empathy_tp_call_close (EmpathyTpCall *call);
+void empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact);
+
void empathy_tp_call_accept_incoming_call (EmpathyTpCall *call);
void empathy_tp_call_request_video_stream_direction (EmpathyTpCall *call,
gboolean is_sending);