# HG changeset patch # User Mark Doliner # Date 1245376323 0 # Node ID d8afc4ba7ce69001e3f79cb0f389561b40bb7498 # Parent 94fa9e38f3663d53d2bc0573f9b3cd81ffd77ca6 Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't obvious. diff -r 94fa9e38f366 -r d8afc4ba7ce6 libpurple/connection.h --- 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