]> 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 a89081fc07d54ba0de23c9c608baed4fb7f7249b..cc5dfff2747dce0398ad7eef7563699e742a1da3 100644 (file)
 #define __EMPATHY_ACCOUNT_WIDGET_IRC_H__
 
 #include <gtk/gtk.h>
-#include <libmissioncontrol/mc-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 (McAccount *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