gtlspassword: Add a missing (out) annotation

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-11-29 11:58:16 +00:00
parent 045186a6f2
commit d930b9058f

View File

@ -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