Mercurial > pidgin
changeset 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 | 29c6bec37b96 |
children | 634014c941ec |
files | ChangeLog.API |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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()