pidgin: 9273da13: Add this @deprecated flag back in here s...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Aug 21 13:30:49 EDT 2011


----------------------------------------------------------------------
Revision: 9273da1370bcc0f512c801c06498f879608e03bc
Parent:   90830883791970eb18943b8cfbbe90295cc964a3
Author:   markdoliner at pidgin.im
Date:     08/21/11 13:28:17
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/9273da1370bcc0f512c801c06498f879608e03bc

Changelog: 

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

Changes against parent 90830883791970eb18943b8cfbbe90295cc964a3

  patched  libpurple/util.h

-------------- next part --------------
============================================================
--- libpurple/util.h	33b54e27035ba297bb0a7cdcb156a63a3563b895
+++ libpurple/util.h	bdbdbec6b6696edbb793a3ae983c9a2039ccb439
@@ -1177,6 +1177,7 @@ PurpleUtilFetchUrlData *purple_util_fetc
  * @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,


More information about the Commits mailing list