From: Benjamin Otte Date: Tue, 7 Dec 2010 14:42:10 +0000 (+0100) Subject: tls: Clarify docs for g_tls_client_connection_set_validation_flags() X-Git-Tag: 2.27.5~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c59ba60fbe0ad4d45b2d84608bece5bb032c3aa9;p=platform%2Fupstream%2Fglib.git tls: Clarify docs for g_tls_client_connection_set_validation_flags() And fix a typo in there. --- diff --git a/gio/gtlsclientconnection.c b/gio/gtlsclientconnection.c index 44aa297..ec50f39 100644 --- a/gio/gtlsclientconnection.c +++ b/gio/gtlsclientconnection.c @@ -199,10 +199,11 @@ g_tls_client_connection_get_validation_flags (GTlsClientConnection *conn) /** * g_tls_client_connection_set_validation_flags: * @conn: the #GTlsClientConnection - * @flags: the #GTlsCertificatelags to use + * @flags: the #GTlsCertificateFlags to use * * 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 */