comparison ChangeLog.API @ 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 9ddfd5c846f9
children 1f0db03dd165
comparison
equal deleted inserted replaced
15093:8eaa26359fe1 15094:41dc2e3dbe2d
125 changed to return a pointer to a data structure that can be 125 changed to return a pointer to a data structure that can be
126 used to cancel the pending DNS query using gaim_dnsquery_destroy() 126 used to cancel the pending DNS query using gaim_dnsquery_destroy()
127 * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed 127 * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed
128 to return a pointer to a data structure that can be used to cancel 128 to return a pointer to a data structure that can be used to cancel
129 the pending HTTP request using gaim_util_fetch_url_cancel(). 129 the pending HTTP request using gaim_util_fetch_url_cancel().
130 Corresponding callback has changed to accept this data structure
131 as its first argument, and to accept an error message as an
132 additional final argument.
130 * gaim_gtk_create_imhtml(): Added sw_ret() parameter 133 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
131 * gaim_account_get_log(): Added create parameter 134 * gaim_account_get_log(): Added create parameter
132 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH 135 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
133 * gtk_imhtml_search_find(): Now wraps around to the top instead of 136 * gtk_imhtml_search_find(): Now wraps around to the top instead of
134 clearing the search at the end. 137 clearing the search at the end.