Mercurial > pidgin
diff libpurple/proxy.h @ 31534:3e11fa72c5d8
merge of '8a2ad25fe0712bc0d47a1229671868560599a2cd'
and '9da15614ca2aaddf25bfffea7e99eca752dd86b3'
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 03 May 2011 12:49:56 +0000 |
| parents | 92f3d821653f b9f58c31afc7 |
| children | ba74745ff179 3828a61c44da |
line wrap: on
line diff
--- a/libpurple/proxy.h Tue May 03 05:42:13 2011 +0000 +++ b/libpurple/proxy.h Tue May 03 12:49:56 2011 +0000 @@ -289,11 +289,15 @@ /** * Makes a connection through a SOCKS5 proxy. * + * Note that if the account that is making the connection uses a proxy, this + * connection to a SOCKS5 proxy will be made through the account proxy. + * * @param handle A handle that should be associated with this * connection attempt. The handle can be used * to cancel the connection attempt using the * purple_proxy_connect_cancel_with_handle() * function. + * @param account The account making the connection. * @param gpi The PurpleProxyInfo specifying the proxy settings * @param host The destination host. * @param port The destination port.
