From: <the...@us...> - 2006-10-31 08:26:21
|
Revision: 17637 http://svn.sourceforge.net/gaim/?rev=17637&view=rev Author: thekingant Date: 2006-10-31 00:26:10 -0800 (Tue, 31 Oct 2006) Log Message: ----------- Kevin noticed that I'd forgotten to document this Modified Paths: -------------- trunk/libgaim/proxy.h Modified: trunk/libgaim/proxy.h =================================================================== --- trunk/libgaim/proxy.h 2006-10-31 04:40:05 UTC (rev 17636) +++ trunk/libgaim/proxy.h 2006-10-31 08:26:10 UTC (rev 17637) @@ -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. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |