aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network.h
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2011-02-14 10:11:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-15 16:20:22 +0800
commit2d295e9cc7b2ce7a173144624e7226765a125c65 (patch)
tree89bc069160bf6df363dbeb1c3312e4bb2ad0ea2a /libempathy/empathy-irc-network.h
parentb3399c7cdfc007245179797e44f5edae1fc27dd3 (diff)
downloadgsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.tar
gsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.tar.gz
gsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.tar.bz2
gsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.tar.lz
gsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.tar.xz
gsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.tar.zst
gsoc2013-empathy-2d295e9cc7b2ce7a173144624e7226765a125c65.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.h2
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);