diff 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
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.