From bcddc56c4189699990b19701caf3f369633992f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sat, 6 Aug 2022 01:33:15 +0200 Subject: [PATCH] gtlscertificate: Update reference to G_TLS_CERTIFICATE_NO_FLAGS G_TLS_CERTIFICATE_FLAGS_NONE was removed as part of commit aa65fc2537. --- gio/gtlscertificate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gtlscertificate.c b/gio/gtlscertificate.c index e97b8ac14..4862bc99a 100644 --- a/gio/gtlscertificate.c +++ b/gio/gtlscertificate.c @@ -1121,7 +1121,7 @@ g_tls_certificate_get_issuer (GTlsCertificate *cert) * check a certificate against a CA that is not part of the system * CA database. * - * If @cert is valid, %G_TLS_CERTIFICATE_FLAGS_NONE is returned. + * If @cert is valid, %G_TLS_CERTIFICATE_NO_FLAGS is returned. * * If @identity is not %NULL, @cert's name(s) will be compared against * it, and %G_TLS_CERTIFICATE_BAD_IDENTITY will be set in the return