Add g_hash_table_get_keys_as_array()
authorRyan Lortie <desrt@desrt.ca>
Sun, 27 Oct 2013 01:48:42 +0000 (18:48 -0700)
committerRyan Lortie <desrt@desrt.ca>
Sun, 27 Oct 2013 16:26:53 +0000 (09:26 -0700)
commit288076770264c7b34d57c985d827c3a3d2710209
tree5944fcf4af3b78f64a149f76976fc60d886f35f0
parent415c6d2e2742946606c4db5b1157a946767afdb7
Add g_hash_table_get_keys_as_array()

Returns a %NULL-terminated array of the keys of a hashtable.

In the case that the hash table has strings for keys, this is actually a
gchar**.

https://bugzilla.gnome.org/show_bug.cgi?id=710964
docs/reference/glib/glib-sections.txt
glib/ghash.c
glib/ghash.h