Mercurial > pidgin.yaz
changeset 17308:2d2c72f70e8c
Add note on use of purple_ssl_input_add
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Fri, 25 May 2007 04:34:43 +0000 |
parents | e8921892e9b0 |
children | a2edef5eb1b1 |
files | libpurple/sslconn.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.