diff ChangeLog.API @ 14837:118fd0dc5b6e

[gaim-migrate @ 17606] Add a "handle" parameter to gaim_proxy_connect(). It seemed like people thought this was a good idea. You can still cancel each gaim_proxy_connect() individually, if needed. I passed in NULL for the handle in most places. It might be better to pass in the gc in more places, but these changes do no harm, and they should help some Yahoo! things, and I wanted to get the API change in. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 28 Oct 2006 20:04:03 +0000
parents e908bff64af5
children b8eb759625b0
line wrap: on
line diff
--- a/ChangeLog.API	Sat Oct 28 19:52:30 2006 +0000
+++ b/ChangeLog.API	Sat Oct 28 20:04:03 2006 +0000
@@ -118,7 +118,9 @@
 	  gaim_proxy_connect() and gaim_network_listen*().
 	* 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().
+	  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().
 	* 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()
@@ -321,6 +323,8 @@
 	  call to gaim_network_listen() or gaim_network_listen_range()
 	* gaim_proxy_connect_cancel(): Can be used to cancel a pending
 	  gaim_proxy_connect() request
+	* gaim_proxy_connect_cancel_with_handle(): Can be used to cancel
+	  a previous gaim_proxy_connect() request using a specified handle
 	* gaim_dnsquery_destroy(): Can be used to cancel a pending DNS
 	  query.
 	* gaim_util_fetch_url_cancel(): Can be used to cancel a pending