pidgin: 635ad84c: Clarify that PURPLE_CONNECTION_IS_VALID ...

markdoliner at pidgin.im markdoliner at pidgin.im
Thu Jun 18 21:55:27 EDT 2009


-----------------------------------------------------------------
Revision: 635ad84c8e49c28d31198cc581c1ac6541ff88be
Ancestor: 537944c5c35909af9702cd3c1cf6e960a8b57487
Author: markdoliner at pidgin.im
Date: 2009-06-19T01:52:03
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/635ad84c8e49c28d31198cc581c1ac6541ff88be

Modified files:
        libpurple/connection.h

ChangeLog: 

Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't
obvious.

-------------- next part --------------
============================================================
--- libpurple/connection.h	137a094cd5d274c448b51f78aa4155713f02c911
+++ libpurple/connection.h	01884329359f5fa0e24e57afc6551f079d9d4bc7
@@ -560,6 +560,9 @@ GList *purple_connections_get_connecting
  * Checks if gc is still a valid pointer to a gc.
  *
  * @return @c TRUE if gc is valid.
+ *
+ * @deprecated Do not use this.  Instead, cancel your asynchronous request
+ *             when the PurpleConnection is destroyed.
  */
 /*
  * TODO: Eventually this bad boy will be removed, because it is


More information about the Commits mailing list