diff options
author | Mark Doliner <markdoliner@pidgin.im> | 2009-06-19 01:52:03 +0000 |
---|---|---|
committer | Mark Doliner <markdoliner@pidgin.im> | 2009-06-19 01:52:03 +0000 |
commit | b279f864b484affe2d73629d8cd88edd95b766d1 (patch) | |
tree | e1b9a22f378f557849a23ab4d0444db285ab3a01 /libpurple/connection.h | |
parent | 8417874ec9ca9b709fef1e281940180f3bb496db (diff) | |
download | pidgin-b279f864b484affe2d73629d8cd88edd95b766d1.tar.gz |
Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't
obvious.
Diffstat (limited to 'libpurple/connection.h')
-rw-r--r-- | libpurple/connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpurple/connection.h b/libpurple/connection.h index ea747eb5dd..8a0291ef5c 100644 --- a/libpurple/connection.h +++ b/libpurple/connection.h @@ -560,6 +560,9 @@ GList *purple_connections_get_connecting(void); * 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 |