/pidgin/main: c0bea291beb5: doc fixes for sslconn.h
Gary Kramlich <[email protected]> Fri, 09 Sep 2016 13:09:02 -0400
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: c0bea291beb51b76583fca420960549b09ff3d4c Author: Gary Kramlich <[email protected]> Date: 2016-08-28 17:19 -0500 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/c0bea291beb5 Description: doc fixes for sslconn.h diffstat: libpurple/sslconn.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diffs (22 lines): diff --git a/libpurple/sslconn.h b/libpurple/sslconn.h --- a/libpurple/sslconn.h +++ b/libpurple/sslconn.h @@ -30,6 +30,9 @@ /** * PurpleSslErrorType: + * @PURPLE_SSL_HANDSHAKE_FAILED: The handshake failed + * @PURPLE_SSL_CONNECT_FAILED: The connection failed + * @PURPLE_SSL_CERTIFICATE_INVALID: The certificated is invalid. * * Possible SSL errors. */ @@ -66,6 +69,8 @@ typedef void (*PurpleSslErrorFunction)(P * @inpa: Glib event source ID; used to refer to the received data * callback in the glib eventloop * @connect_data: Data related to the underlying TCP connection + * @conn: The under lying #GTlsCOnnection + * @cancellable: A cancellable to call when cancelled * @private_data: Internal connection data managed by the SSL backend * (GnuTLS/LibNSS/whatever) */ _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits