Skip to content

Commit

Permalink
doc: add GTlsInteractionClass
Browse files Browse the repository at this point in the history
  • Loading branch information
xclaesse committed Jun 3, 2015
1 parent 7cba800 commit 0d8dd2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/gio/gio-sections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3755,6 +3755,7 @@ GTlsPasswordPrivate
GTlsInteraction
GTlsInteractionResult
GTlsCertificateRequestFlags
GTlsInteractionClass
g_tls_interaction_invoke_ask_password
g_tls_interaction_invoke_request_certificate
g_tls_interaction_ask_password
Expand All @@ -3764,7 +3765,6 @@ g_tls_interaction_request_certificate
g_tls_interaction_request_certificate_async
g_tls_interaction_request_certificate_finish
<SUBSECTION Standard>
GTlsInteractionClass
G_IS_TLS_INTERACTION
G_IS_TLS_INTERACTION_CLASS
G_TYPE_TLS_INTERACTION
Expand Down
9 changes: 9 additions & 0 deletions gio/gtlsinteraction.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@
* If the implementation returns %G_TLS_INTERACTION_HANDLED, then the
* password argument of the async method should have been filled in by using
* g_tls_password_set_value() or a similar function.
* @request_certificate: ask for a certificate synchronously. If the
* implementation returns %G_TLS_INTERACTION_HANDLED, then the connection
* argument should have been filled in by using
* g_tls_connection_set_certificate().
* @request_certificate_async: ask for a certificate asyncronously.
* @request_certificate_finish: complete operation to ask for a certificate
* asynchronously. If the implementation returns %G_TLS_INTERACTION_HANDLED,
* then the connection argument of the async method should have been
* filled in by using g_tls_connection_set_certificate().
*
* The class for #GTlsInteraction. Derived classes implement the various
* virtual interaction methods to handle TLS interactions.
Expand Down

0 comments on commit 0d8dd2c

Please sign in to comment.