ghash: Document that g_hash_get_[keys|values]() are expensive
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 19 Dec 2014 18:52:32 +0000 (18:52 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 3 Mar 2015 18:40:33 +0000 (18:40 +0000)
commit59748c3be03fb4df0005fcc54f6b6267d6b2ada8
tree1daa12f730b533597bbb119e304e45372e0cbbe0
parentc639b628ec425ac28b79bd48c703fc7115b1fc97
ghash: Document that g_hash_get_[keys|values]() are expensive

And definitely not the right way to iterate over a hash table (as seen
in code in the wild).

https://bugzilla.gnome.org/show_bug.cgi?id=741779
glib/ghash.c