From 7afc46a7f88a0fb1d92cbc25b6a96c1a11633bf6 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 31 Aug 2010 10:18:59 +0200 Subject: add empathy_irc_network_chooser_get_network() --- libempathy-gtk/empathy-irc-network-chooser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy-gtk/empathy-irc-network-chooser.h') diff --git a/libempathy-gtk/empathy-irc-network-chooser.h b/libempathy-gtk/empathy-irc-network-chooser.h index 442ac2d53..3b6125050 100644 --- a/libempathy-gtk/empathy-irc-network-chooser.h +++ b/libempathy-gtk/empathy-irc-network-chooser.h @@ -25,6 +25,7 @@ #include #include +#include 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__ */ -- cgit v1.2.3