aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network-manager.h
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2011-02-14 10:11:30 +0800
committerChandni Verma <chandniverma2112@gmail.com>2011-02-15 01:08:46 +0800
commitc7e246e02d143268e0e8fc310c2078d312e4b91a (patch)
tree7e2bef519932cc37cea8ae670143ec86b6f3ff84 /libempathy/empathy-irc-network-manager.h
parent9314023680793975ddd928ca3f7b672b605da760 (diff)
downloadgsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar
gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar.gz
gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar.bz2
gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar.lz
gsoc2013-empathy-c7e246e02d143268e0e8fc310c2078d312e4b91a.tar.xz
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-manager.h')
-rw-r--r--libempathy/empathy-irc-network-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-irc-network-manager.h b/libempathy/empathy-irc-network-manager.h
index 11c84836f..19df2f7e1 100644
--- a/libempathy/empathy-irc-network-manager.h
+++ b/libempathy/empathy-irc-network-manager.h
@@ -74,6 +74,9 @@ void empathy_irc_network_manager_remove (EmpathyIrcNetworkManager *manager,
GSList * empathy_irc_network_manager_get_networks (
EmpathyIrcNetworkManager *manager);
+GSList * empathy_irc_network_manager_get_dropped_networks (
+ EmpathyIrcNetworkManager *manager);
+
EmpathyIrcNetwork * empathy_irc_network_manager_find_network_by_address (
EmpathyIrcNetworkManager *manager, const gchar *address);