aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-window.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:49:35 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:49:35 +0800
commitfa76b3717b8e4268485a419d25c3399534f4165f (patch)
tree6eac08875e7ec3b8098d30b9bb5478296ca72a52 /libempathy-gtk/empathy-call-window.h
parent853a2f3e484b6ddb5d0c8b11d82ce94be0826e4a (diff)
downloadgsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.tar
gsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.tar.gz
gsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.tar.bz2
gsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.tar.lz
gsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.tar.xz
gsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.tar.zst
gsoc2013-empathy-fa76b3717b8e4268485a419d25c3399534f4165f.zip
Make empathy_call_window_show return the widget
svn path=/trunk/; revision=512
Diffstat (limited to 'libempathy-gtk/empathy-call-window.h')
-rw-r--r--libempathy-gtk/empathy-call-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-call-window.h b/libempathy-gtk/empathy-call-window.h
index ea310d622..c8c6d7f0e 100644
--- a/libempathy-gtk/empathy-call-window.h
+++ b/libempathy-gtk/empathy-call-window.h
@@ -28,7 +28,7 @@
G_BEGIN_DECLS
-void empathy_call_window_show (EmpathyTpCall *call);
+GtkWidget * empathy_call_window_show (EmpathyTpCall *call);
G_END_DECLS