Mercurial > pidgin.yaz
changeset 14868:3217cc423a6e
[gaim-migrate @ 17637]
Kevin noticed that I'd forgotten to document this
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 31 Oct 2006 08:26:10 +0000 |
parents | 1072720fc35f |
children | b1c8a77476a5 |
files | libgaim/proxy.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.