diff libpurple/connection.h @ 27207:d8afc4ba7ce6

Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't obvious.
author Mark Doliner <mark@kingant.net>
date Fri, 19 Jun 2009 01:52:03 +0000
parents 375f82b53e95
children 8b17877d3294
line wrap: on
line diff
--- a/libpurple/connection.h	Fri Jun 19 01:36:58 2009 +0000
+++ b/libpurple/connection.h	Fri Jun 19 01:52:03 2009 +0000
@@ -560,6 +560,9 @@
  * 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