aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-31 16:23:07 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-02 17:59:51 +0800
commitdea80ff6471a66f17dc0ade2c1c5795439e4078c (patch)
tree2ca7056e8fe1c97c0caa6f8ad98cbe692f069f79 /libempathy-gtk/empathy-account-widget-irc.h
parent7afc46a7f88a0fb1d92cbc25b6a96c1a11633bf6 (diff)
downloadgsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.tar
gsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.tar.gz
gsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.tar.bz2
gsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.tar.lz
gsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.tar.xz
gsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.tar.zst
gsoc2013-empathy-dea80ff6471a66f17dc0ade2c1c5795439e4078c.zip
account-widget-irc: return the EmpathyIrcNetworkChooser when building the widget
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-irc.h')
-rw-r--r--libempathy-gtk/empathy-account-widget-irc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.h b/libempathy-gtk/empathy-account-widget-irc.h
index 0c51cfa8f..cc5dfff27 100644
--- a/libempathy-gtk/empathy-account-widget-irc.h
+++ b/libempathy-gtk/empathy-account-widget-irc.h
@@ -23,14 +23,17 @@
#include <gtk/gtk.h>
#include <libempathy-gtk/empathy-account-widget.h>
+#include <libempathy-gtk/empathy-irc-network-chooser.h>
G_BEGIN_DECLS
-void empathy_account_widget_irc_build (EmpathyAccountWidget *self,
+EmpathyIrcNetworkChooser * empathy_account_widget_irc_build (
+ EmpathyAccountWidget *self,
const char *filename,
GtkWidget **table_common_settings);
-void empathy_account_widget_irc_build_simple (EmpathyAccountWidget *self,
+EmpathyIrcNetworkChooser * empathy_account_widget_irc_build_simple (
+ EmpathyAccountWidget *self,
const char *filename);
G_END_DECLS