mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-27 17:46:53 +02:00
gtlspassword: Add a missing (out) annotation
Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
045186a6f2
commit
d930b9058f
@ -236,7 +236,7 @@ g_tls_password_new (GTlsPasswordFlags flags,
|
|||||||
/**
|
/**
|
||||||
* g_tls_password_get_value: (virtual get_value)
|
* g_tls_password_get_value: (virtual get_value)
|
||||||
* @password: a #GTlsPassword object
|
* @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
|
* 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
|
* filled in with the length of the password value. (Note that the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user