Add g_hash_table_get_keys() and g_hash_table_get_values(), API to retrieve
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 11 Apr 2007 13:09:38 +0000 (13:09 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Wed, 11 Apr 2007 13:09:38 +0000 (13:09 +0000)
commitdb8642a56c0436aeb730ead593140bc01b82d4ac
tree0c7adfb54d0ec9af16aee6de6dcc3be660740342
parente542f521efb15d9ed4aa776cccfab9a55c9e7922
Add g_hash_table_get_keys() and g_hash_table_get_values(), API to retrieve

2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>

* glib/ghash.[ch]: Add g_hash_table_get_keys() and
g_hash_table_get_values(), API to retrieve the keys
and values inside an hash table in list form. (#413133)

* glib/glib.symbols: Update symbols.

* tests/hash-test.c: Exercise newly added functions.

svn path=/trunk/; revision=5444
ChangeLog
glib/ghash.c
glib/ghash.h
glib/glib.symbols
tests/hash-test.c