mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
Partially revert "gio: Add missing (array length) annotations"
This reverts commit 8028494335
.
Adding (array length=…) to a gchar* parameter causes the GIR file to
contain an array of strings, rather than an array of characters. While
we fix GIR, revert those changes.
Some of the other changes in the file (which have an explicit
(element-type) already) are fine.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://bugzilla.gnome.org/show_bug.cgi?id=765063
This commit is contained in:
@@ -295,7 +295,7 @@ g_tls_password_set_value (GTlsPassword *password,
|
||||
/**
|
||||
* g_tls_password_set_value_full:
|
||||
* @password: a #GTlsPassword object
|
||||
* @value: the value for the password
|
||||
* @value: (array length=length): the value for the password
|
||||
* @length: the length of the password, or -1
|
||||
* @destroy: (nullable): a function to use to free the password.
|
||||
*
|
||||
|
Reference in New Issue
Block a user