diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-01 14:16:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-01 14:16:39 +0000 |
commit | a5b4b8bfb18838454d99bdee60294da07e5ef0d2 (patch) | |
tree | 65cf4ae8144ac58d2cc11aba83d43af9c752b87f /docs | |
parent | 38b53eed54388d5268447ca73c20fbffb73c7035 (diff) |
Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table.
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/ghash.h:
* glib/ghash.c: Add g_hash_table_{remove,steal}_all to
remove all nodes from a hash table. (#168538, Matt Barnes)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8f920ee9b..5b3db9907 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-06-01 Matthias Clasen <mclasen@redhat.com> + + * glib/glib-sections.txt: Add new hash table functions. + Wed May 31 11:35:48 2006 Tim Janik <timj@gtk.org> * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622. diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index aa6459125..14a5b9645 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -1844,6 +1844,8 @@ g_hash_table_remove g_hash_table_steal g_hash_table_foreach_remove g_hash_table_foreach_steal +g_hash_table_remove_all +g_hash_table_steal_all GHRFunc g_hash_table_freeze g_hash_table_thaw |