# HG changeset patch # User William Ehlhardt # Date 1180067683 0 # Node ID 2d2c72f70e8c6d239ebd4a90b16da994afd2d1a2 # Parent e8921892e9b0807451b4a63bd0e91c06d11da4a6 Add note on use of purple_ssl_input_add diff -r e8921892e9b0 -r 2d2c72f70e8c libpurple/sslconn.h --- a/libpurple/sslconn.h Fri May 25 03:06:57 2007 +0000 +++ b/libpurple/sslconn.h Fri May 25 04:34:43 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.