mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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:
@@ -313,7 +313,7 @@ g_dbus_generate_guid (void)
|
||||
|
||||
/**
|
||||
* g_dbus_is_guid:
|
||||
* @string: (array fixed-size=33): The string to check.
|
||||
* @string: The string to check.
|
||||
*
|
||||
* Checks if @string is a D-Bus GUID.
|
||||
*
|
||||
|
Reference in New Issue
Block a user