Add this @deprecated flag back in here so we know this still needs work

Sun, 21 Aug 2011 17:28:17 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 21 Aug 2011 17:28:17 +0000
changeset 32159
5019b690fe1c
parent 32158
88b99c8f86ad
child 32160
bef9224f485f

Add this @deprecated flag back in here so we know this still needs work

libpurple/util.h file | annotate | diff | comparison | revisions
--- a/libpurple/util.h	Sun Aug 21 08:03:38 2011 +0000
+++ b/libpurple/util.h	Sun Aug 21 17:28:17 2011 +0000
@@ -1177,6 +1177,7 @@
  * @param max_len    The maximum number of bytes to retrieve (-1 for unlimited)
  * @param callback   The callback function.
  * @param data       The user data to pass to the callback function.
+ * @deprecated       In 3.0.0, we'll rename this to "purple_util_fetch_url_request" and get rid of the old one
  */
 PurpleUtilFetchUrlData *purple_util_fetch_url_request_len(
 		PurpleAccount *account, const gchar *url,

mercurial