mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02:00
docs: Fix annotations for optional arguments
The length parameter in g_hash_table_get_keys_as_arrays() is optional and this should be reflected in the gtk-doc annotations.
This commit is contained in:
parent
de74a70b7e
commit
708100c0a2
@ -2191,7 +2191,7 @@ g_hash_table_get_keys (GHashTable *hash_table)
|
|||||||
/**
|
/**
|
||||||
* g_hash_table_get_keys_as_array:
|
* g_hash_table_get_keys_as_array:
|
||||||
* @hash_table: a #GHashTable
|
* @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.
|
* Retrieves every key inside @hash_table, as an array.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user