From e4ea94621b0e2fab4291ff9fe5421bf14ad11e53 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval R Date: Sat, 5 Feb 2022 20:29:47 +0100 Subject: [PATCH] secret_value_unref_to_password: Annotate out param --- libsecret/secret-value.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsecret/secret-value.c b/libsecret/secret-value.c index 19a2131..db2fcc2 100644 --- a/libsecret/secret-value.c +++ b/libsecret/secret-value.c @@ -253,7 +253,7 @@ is_password_value (SecretValue *value) /** * secret_value_unref_to_password: * @value: the value - * @length: the length of the secret + * @length: (inout): the length of the secret * * Unreference a #SecretValue and steal the secret data in * #SecretValue as nonpageable memory.