diff src/connection.h @ 11718:11e95968c9ff

[gaim-migrate @ 14009] PRPLs are no longer required to call gaim_account_connect() and gaim_account_disconnect()--it is done in the core. Having the PRPLs do it was kind of silly. And this should allow me to improve the auto-reconnect plugin some. I think. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 22 Oct 2005 20:09:24 +0000
parents c80a609bd747
children 73777ad45562
line wrap: on
line diff
--- a/src/connection.h	Sat Oct 22 19:56:02 2005 +0000
+++ b/src/connection.h	Sat Oct 22 20:09:24 2005 +0000
@@ -145,7 +145,11 @@
 void gaim_connection_destroy(GaimConnection *gc);
 
 /**
- * Sets the connection state.
+ * Sets the connection state.  PRPLs should call this and pass in
+ * the state "GAIM_CONNECTED" when the account is completely
+ * signed on.  What does it mean to be completely signed on?  If
+ * the core can call prpl->set_status, and it successfully changes
+ * your status, then the account is online.
  *
  * @param gc    The connection.
  * @param state The connection state.