# HG changeset patch # User Mark Doliner # Date 1162283170 0 # Node ID 3217cc423a6e74928916b64573bb52d134623f49 # Parent 1072720fc35f444e05c368a5827c7598afbd148b [gaim-migrate @ 17637] Kevin noticed that I'd forgotten to document this committer: Tailor Script diff -r 1072720fc35f -r 3217cc423a6e libgaim/proxy.h --- a/libgaim/proxy.h Tue Oct 31 04:40:05 2006 +0000 +++ b/libgaim/proxy.h Tue Oct 31 08:26:10 2006 +0000 @@ -224,6 +224,11 @@ * connect," it is used for establishing any outgoing TCP connection, * whether through a proxy or not. * + * @param handle A handle that should be associated with this + * connection attempt. The handle can be used + * to cancel the connection attempt using the + * gaim_proxy_connect_cancel_with_handle() + * function. * @param account The account making the connection. * @param host The destination host. * @param port The destination port.