From d930b9058fd0f68945c834f8047c1e0a3dc98bbd Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 29 Nov 2023 11:58:16 +0000 Subject: [PATCH] gtlspassword: Add a missing (out) annotation Signed-off-by: Philip Withnall Helps: #3037 --- gio/gtlspassword.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c index f64a658ff..efb52cd2e 100644 --- a/gio/gtlspassword.c +++ b/gio/gtlspassword.c @@ -236,7 +236,7 @@ g_tls_password_new (GTlsPasswordFlags flags, /** * g_tls_password_get_value: (virtual get_value) * @password: a #GTlsPassword object - * @length: (optional): location to place the length of the password. + * @length: (optional) (out caller-allocates): location to place the length of the password. * * Get the password value. If @length is not %NULL then it will be * filled in with the length of the password value. (Note that the