secret_value_unref_to_password: Annotate out param

This commit is contained in:
Maximiliano Sandoval R 2022-02-05 20:29:47 +01:00
parent 0457c29dad
commit e4ea94621b
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -253,7 +253,7 @@ is_password_value (SecretValue *value)
/** /**
* secret_value_unref_to_password: * secret_value_unref_to_password:
* @value: the value * @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 * Unreference a #SecretValue and steal the secret data in
* #SecretValue as nonpageable memory. * #SecretValue as nonpageable memory.