mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
tls: Clarify docs for g_tls_client_connection_set_validation_flags()
And fix a typo in there.
This commit is contained in:
parent
85adbc99bf
commit
c59ba60fbe
@ -199,10 +199,11 @@ g_tls_client_connection_get_validation_flags (GTlsClientConnection *conn)
|
|||||||
/**
|
/**
|
||||||
* g_tls_client_connection_set_validation_flags:
|
* g_tls_client_connection_set_validation_flags:
|
||||||
* @conn: the #GTlsClientConnection
|
* @conn: the #GTlsClientConnection
|
||||||
* @flags: the #GTlsCertificatelags to use
|
* @flags: the #GTlsCertificateFlags to use
|
||||||
*
|
*
|
||||||
* Sets @conn's validation flags, to override the default set of
|
* Sets @conn's validation flags, to override the default set of
|
||||||
* checks performed when validating a server certificate.
|
* checks performed when validating a server certificate. By default,
|
||||||
|
* %G_TLS_CERTIFICATE_VALIDATE_ALL is used.
|
||||||
*
|
*
|
||||||
* Since: 2.28
|
* Since: 2.28
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user