summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-02-05 20:29:47 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-02-07 13:02:10 +0100
commite4ea94621b0e2fab4291ff9fe5421bf14ad11e53 (patch)
tree5c12b3075761954d5a3b920fc019505d116a7375
parent0457c29dadbed3c99458d2463de8eb3adf20c814 (diff)
downloadlibsecret-e4ea94621b0e2fab4291ff9fe5421bf14ad11e53.tar.gz
secret_value_unref_to_password: Annotate out param
-rw-r--r--libsecret/secret-value.c2
1 files changed, 1 insertions, 1 deletions
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.