diff libgaim/connection.h @ 14696:34083fe39891

[gaim-migrate @ 17448] From Paul Betts, NetworkManager integration. This will smartly disconnect and reconnect accounts according to network availability. Probably needs some more tweaking. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 08 Oct 2006 08:40:09 +0000
parents c590ec448bc3
children
line wrap: on
line diff
--- a/libgaim/connection.h	Sun Oct 08 04:31:39 2006 +0000
+++ b/libgaim/connection.h	Sun Oct 08 08:40:09 2006 +0000
@@ -68,6 +68,8 @@
 	void (*disconnected)(GaimConnection *gc);
 	void (*notice)(GaimConnection *gc, const char *text);
 	void (*report_disconnect)(GaimConnection *gc, const char *text);
+	void (*network_connected)();
+	void (*network_disconnected)();
 
 } GaimConnectionUiOps;