]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-widget-irc.h
debug-window: fix typo
[empathy.git] / libempathy-gtk / empathy-account-widget-irc.h
index 40e58bbc313e337d36241cc49c080317790c2d0e..bcd45b76a66dee947ce1da016d10c389562a814e 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,
+    GtkWidget **box);
+
+EmpathyIrcNetworkChooser * empathy_account_widget_irc_build_simple (
+    EmpathyAccountWidget *self,
+    const char *filename,
+    GtkWidget **box);
 
 G_END_DECLS