# HG changeset patch # User Mark Doliner # Date 1162066208 0 # Node ID b8eb759625b0b4223d093bf7a27214174fe0fcd5 # Parent 29c6bec37b96e6ad7cb47ead1255e413cef8b8dc [gaim-migrate @ 17609] I guess it's just the Max Headroom in me. committer: Tailor Script diff -r 29c6bec37b96 -r b8eb759625b0 ChangeLog.API --- a/ChangeLog.API Sat Oct 28 20:06:33 2006 +0000 +++ b/ChangeLog.API Sat Oct 28 20:10:08 2006 +0000 @@ -119,8 +119,8 @@ * gaim_proxy_connect(): changed to return NULL on error and a pointer to a GaimProxyConnectInfo object which can be used to cancel connection attempts using gaim_proxy_connect_cancel(). Also added - a 'handle' parameter that can be used to cancel to cancel the - connection attempt using gaim_proxy_connect_cancel_with_handle(). + a 'handle' parameter that can be used to cancel the connection + attempt using gaim_proxy_connect_cancel_with_handle(). * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and changed to return a pointer to a data structure that can be used to cancel the pending DNS query using gaim_dnsquery_destroy()