diff libpurple/sslconn.h @ 17408:3939bfca572e

merge of '63c69ee29386e7f15e24deaf98c667102057dd4b' and '75c57b7e6ba659cb3ad1d5b080c7ab0d4f02b640'
author Richard Laager <rlaager@wiktel.com>
date Fri, 25 May 2007 18:50:03 +0000
parents 2d2c72f70e8c
children e0eb1eb5b47b 988102692e39
line wrap: on
line diff
--- a/libpurple/sslconn.h	Fri May 25 18:31:16 2007 +0000
+++ b/libpurple/sslconn.h	Fri May 25 18:50:03 2007 +0000
@@ -170,6 +170,7 @@
 
 /**
  * Adds an input watcher for the specified SSL connection.
+ * Once the SSL handshake is complete, use this to watch for actual data across it.
  *
  * @param gsc   The SSL connection handle.
  * @param func  The callback function.