aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-01-10 00:14:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-10 00:14:01 +0800
commitf2b92d8dbeae2d666e8a777f38519b524aee78f9 (patch)
tree983bffc344d837bd08d313fdea289b4cc3f5d8be /src/empathy-call-window.h
parenta383123730c8721724842bd942c9d997dce87059 (diff)
downloadgsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.tar
gsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.tar.gz
gsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.tar.bz2
gsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.tar.lz
gsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.tar.xz
gsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.tar.zst
gsoc2013-empathy-f2b92d8dbeae2d666e8a777f38519b524aee78f9.zip
Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close the
channel after uses Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2162
Diffstat (limited to 'src/empathy-call-window.h')
-rw-r--r--src/empathy-call-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h
index 018babe9b..eef1c9a99 100644
--- a/src/empathy-call-window.h
+++ b/src/empathy-call-window.h
@@ -26,11 +26,11 @@
#include <gtk/gtk.h>
-#include <telepathy-glib/channel.h>
+#include <libempathy/empathy-tp-call.h>
G_BEGIN_DECLS
-GtkWidget *empathy_call_window_new (TpChannel *channel);
+GtkWidget *empathy_call_window_new (EmpathyTpCall *call);
G_END_DECLS