changeset 31898:161df36133ae

Add this @deprecated flag back in here so we know this still needs work
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 17:28:17 +0000
parents 6af7a00a6658
children 1aa7d06e30c0
files libpurple/util.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,