mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gtlspassword: Fix g-i annotation of return for g_tls_password_get_value
This commit is contained in:
parent
622b31f69e
commit
454a9c1203
@ -241,9 +241,9 @@ g_tls_password_new (GTlsPasswordFlags flags,
|
||||
}
|
||||
|
||||
/**
|
||||
* g_tls_password_get_value:
|
||||
* g_tls_password_get_value: (virtual get_value)
|
||||
* @password: a #GTlsPassword object
|
||||
* @length: (nullable): location to place the length of the password.
|
||||
* @length: (optional): 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
|
||||
@ -251,7 +251,7 @@ g_tls_password_new (GTlsPasswordFlags flags,
|
||||
* for @length in contexts where you know the password will have a
|
||||
* certain fixed length.)
|
||||
*
|
||||
* Returns: The password value (owned by the password object).
|
||||
* Returns: (array length=length): The password value (owned by the password object).
|
||||
*
|
||||
* Since: 2.30
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user