summaryrefslogtreecommitdiff
path: root/libpurple/connection.h
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2009-06-19 01:52:03 +0000
committerMark Doliner <markdoliner@pidgin.im>2009-06-19 01:52:03 +0000
commitb279f864b484affe2d73629d8cd88edd95b766d1 (patch)
treee1b9a22f378f557849a23ab4d0444db285ab3a01 /libpurple/connection.h
parent8417874ec9ca9b709fef1e281940180f3bb496db (diff)
downloadpidgin-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.h3
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