comparison ChangeLog.API @ 14840:b8eb759625b0

[gaim-migrate @ 17609] I guess it's just the Max Headroom in me. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 28 Oct 2006 20:10:08 +0000
parents 118fd0dc5b6e
children cf25420b074d
comparison
equal deleted inserted replaced
14839:29c6bec37b96 14840:b8eb759625b0
117 This means that plugins must be updated to expect such a socket from 117 This means that plugins must be updated to expect such a socket from
118 gaim_proxy_connect() and gaim_network_listen*(). 118 gaim_proxy_connect() and gaim_network_listen*().
119 * gaim_proxy_connect(): changed to return NULL on error and a pointer 119 * gaim_proxy_connect(): changed to return NULL on error and a pointer
120 to a GaimProxyConnectInfo object which can be used to cancel 120 to a GaimProxyConnectInfo object which can be used to cancel
121 connection attempts using gaim_proxy_connect_cancel(). Also added 121 connection attempts using gaim_proxy_connect_cancel(). Also added
122 a 'handle' parameter that can be used to cancel to cancel the 122 a 'handle' parameter that can be used to cancel the connection
123 connection attempt using gaim_proxy_connect_cancel_with_handle(). 123 attempt using gaim_proxy_connect_cancel_with_handle().
124 * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and 124 * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and
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 structer that can be used to cancel 128 to return a pointer to a data structer that can be used to cancel