From: <the...@us...> - 2006-10-28 20:10:44
|
Revision: 17609 http://svn.sourceforge.net/gaim/?rev=17609&view=rev Author: thekingant Date: 2006-10-28 13:10:08 -0700 (Sat, 28 Oct 2006) Log Message: ----------- I guess it's just the Max Headroom in me. Modified Paths: -------------- trunk/ChangeLog.API Modified: trunk/ChangeLog.API =================================================================== --- trunk/ChangeLog.API 2006-10-28 20:06:33 UTC (rev 17608) +++ trunk/ChangeLog.API 2006-10-28 20:10:08 UTC (rev 17609) @@ -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() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |