mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Merge branch 'wip/antoniof/not-nullable-key' into 'main'
hash: Explicitly annotate key in iter_next as nullable See merge request GNOME/glib!3741
This commit is contained in:
commit
70607ba417
@ -1101,7 +1101,7 @@ g_hash_table_iter_init (GHashTableIter *iter,
|
||||
/**
|
||||
* g_hash_table_iter_next:
|
||||
* @iter: an initialized #GHashTableIter
|
||||
* @key: (out) (optional): a location to store the key
|
||||
* @key: (out) (optional) (nullable): a location to store the key
|
||||
* @value: (out) (optional) (nullable): a location to store the value
|
||||
*
|
||||
* Advances @iter and retrieves the key and/or value that are now
|
||||
|
Loading…
Reference in New Issue
Block a user