aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r--src/empathy-call-window.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h
index eef1c9a99..782eda09c 100644
--- a/src/empathy-call-window.h
+++ b/src/empathy-call-window.h
@@ -26,11 +26,14 @@
#include <gtk/gtk.h>
-#include <libempathy/empathy-tp-call.h>
+#include <telepathy-glib/channel.h>
G_BEGIN_DECLS
-GtkWidget *empathy_call_window_new (EmpathyTpCall *call);
+GtkWidget *empathy_call_window_new (TpChannel *channel);
+GtkWidget *empathy_call_window_find (TpChannel *channel);
+void empathy_call_window_set_channel (GtkWidget *window,
+ TpChannel *channel);
G_END_DECLS