diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2011-02-14 10:11:30 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2011-02-15 01:08:46 +0800 |
commit | c7e246e02d143268e0e8fc310c2078d312e4b91a (patch) | |
tree | 7e2bef519932cc37cea8ae670143ec86b6f3ff84 /libempathy/empathy-irc-network.h | |
parent | 9314023680793975ddd928ca3f7b672b605da760 (diff) | |
download | gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar.gz gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar.zst gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.zip |
Reset network list button
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264
Diffstat (limited to 'libempathy/empathy-irc-network.h')
-rw-r--r-- | libempathy/empathy-irc-network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-irc-network.h b/libempathy/empathy-irc-network.h index 9d78f3c3f..a298ced9a 100644 --- a/libempathy/empathy-irc-network.h +++ b/libempathy/empathy-irc-network.h @@ -62,6 +62,8 @@ GType empathy_irc_network_get_type (void); (G_TYPE_INSTANCE_GET_CLASS ((o), EMPATHY_TYPE_IRC_NETWORK, \ EmpathyIrcNetworkClass)) +void empathy_irc_network_activate (EmpathyIrcNetwork *self); + EmpathyIrcNetwork * empathy_irc_network_new (const gchar *name); GSList * empathy_irc_network_get_servers (EmpathyIrcNetwork *network); |