comparison libgaim/proxy.h @ 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 118fd0dc5b6e
children
comparison
equal deleted inserted replaced
14867:1072720fc35f 14868:3217cc423a6e
222 * Makes a connection to the specified host and port. Note that this 222 * Makes a connection to the specified host and port. Note that this
223 * function name can be misleading--although it is called "proxy 223 * function name can be misleading--although it is called "proxy
224 * connect," it is used for establishing any outgoing TCP connection, 224 * connect," it is used for establishing any outgoing TCP connection,
225 * whether through a proxy or not. 225 * whether through a proxy or not.
226 * 226 *
227 * @param handle A handle that should be associated with this
228 * connection attempt. The handle can be used
229 * to cancel the connection attempt using the
230 * gaim_proxy_connect_cancel_with_handle()
231 * function.
227 * @param account The account making the connection. 232 * @param account The account making the connection.
228 * @param host The destination host. 233 * @param host The destination host.
229 * @param port The destination port. 234 * @param port The destination port.
230 * @param connect_cb The function to call when the connection is 235 * @param connect_cb The function to call when the connection is
231 * established. If the connection failed then 236 * established. If the connection failed then