]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-irc-network-chooser.h
Merge branch 'gnome-3-8'
[empathy.git] / libempathy-gtk / empathy-irc-network-chooser.h
index 442ac2d537e52f2e1329bad60137486de96a6f21..f4c603288e4ccaf0f6ad465a58503da57cc445b1 100644 (file)
@@ -24,7 +24,8 @@
 
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-account-settings.h>
+#include "empathy-account-settings.h"
+#include "empathy-irc-network.h"
 
 G_BEGIN_DECLS
 
@@ -56,6 +57,9 @@ GType empathy_irc_network_chooser_get_type (void) G_GNUC_CONST;
 
 GtkWidget * empathy_irc_network_chooser_new (EmpathyAccountSettings *settings);
 
+EmpathyIrcNetwork * empathy_irc_network_chooser_get_network (
+    EmpathyIrcNetworkChooser *self);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_IRC_NETWORK_CHOOSER_H__ */