]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-widget-irc.h
use the 48x48 version of the local-xmpp icon
[empathy.git] / libempathy-gtk / empathy-account-widget-irc.h
index 022158529d67f1d122da883d788f0a27ba14639a..cc5dfff2747dce0398ad7eef7563699e742a1da3 100644 (file)
 
 #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);
 
+EmpathyIrcNetworkChooser * empathy_account_widget_irc_build_simple (
+    EmpathyAccountWidget *self,
+    const char *filename);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_ACCOUNT_WIDGET_IRC_H__ */