From: <ebl...@us...> - 2006-12-02 22:31:58
|
Revision: 17880 http://svn.sourceforge.net/gaim/?rev=17880&view=rev Author: eblanton Date: 2006-12-02 14:31:49 -0800 (Sat, 02 Dec 2006) Log Message: ----------- gaim_util_fetch_url callback has changed, apparently Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-12-02 21:24:10 UTC (rev 17879) +++ trunk/ChangeLog.API 2006-12-02 22:31:49 UTC (rev 17880) @@ -127,6 +127,9 @@ * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed to return a pointer to a data structure that can be used to cancel the pending HTTP request using gaim_util_fetch_url_cancel(). + Corresponding callback has changed to accept this data structure + as its first argument, and to accept an error message as an + additional final argument. * gaim_gtk_create_imhtml(): Added sw_ret() parameter * gaim_account_get_log(): Added create parameter * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |