]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-widget-irc.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-account-widget-irc.h
index 40e58bbc313e337d36241cc49c080317790c2d0e..cc5dfff2747dce0398ad7eef7563699e742a1da3 100644 (file)
 #define __EMPATHY_ACCOUNT_WIDGET_IRC_H__
 
 #include <gtk/gtk.h>
-#include <libempathy/empathy-account.h>
+#include <libempathy-gtk/empathy-account-widget.h>
+#include <libempathy-gtk/empathy-irc-network-chooser.h>
 
 G_BEGIN_DECLS
 
-GtkWidget * empathy_account_widget_irc_new (EmpathyAccount *account);
+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