Merge branch 'wip/fix-docs' into 'main'

docs: Fix annotations for optional arguments

See merge request GNOME/glib!2153
This commit is contained in:
Philip Withnall 2021-06-11 14:46:25 +00:00
commit b519cf0f3e

View File

@ -2191,7 +2191,7 @@ g_hash_table_get_keys (GHashTable *hash_table)
/**
* g_hash_table_get_keys_as_array:
* @hash_table: a #GHashTable
* @length: (out): the length of the returned array
* @length: (out) (optional): the length of the returned array
*
* Retrieves every key inside @hash_table, as an array.
*