diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:14:01 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:14:01 +0800 |
commit | f2b92d8dbeae2d666e8a777f38519b524aee78f9 (patch) | |
tree | 983bffc344d837bd08d313fdea289b4cc3f5d8be /src/empathy-call-window.h | |
parent | a383123730c8721724842bd942c9d997dce87059 (diff) | |
download | gsoc2013-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.h | 4 |
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 |