Mercurial > pidgin
changeset 15094:41dc2e3dbe2d
[gaim-migrate @ 17880]
gaim_util_fetch_url callback has changed, apparently
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 02 Dec 2006 22:31:49 +0000 |
parents | 8eaa26359fe1 |
children | a41a35ffb1bf |
files | ChangeLog.API |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Sat Dec 02 21:24:10 2006 +0000 +++ b/ChangeLog.API Sat Dec 02 22:31:49 2006 +0000 @@ -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