Skip to content

ghash: Document the iteration order over a hash table is not defined

Philip Withnall requested to merge pwithnall/glib:hash-table-docs into master

It’s quite surprising that this wasn’t documented already. Hash tables are unordered, and any recognisable iteration ordering is not guaranteed and might change in future releases.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports