Mercurial > pidgin
changeset 27125: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 | 94fa9e38f366 |
children | b1847ec1ba5f |
files | libpurple/connection.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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