This is Josh, commiting as Manish. This is completely new, and
authorManish Singh <yosh@src.gnome.org>
Sun, 20 Sep 1998 09:43:11 +0000 (09:43 +0000)
committerManish Singh <yosh@src.gnome.org>
Sun, 20 Sep 1998 09:43:11 +0000 (09:43 +0000)
commit034e7c0339f64d4d52a53f2324daa2fca0332add
tree0f4fed53778e5937ccc4bf92cfdc9fc7255973c5
parenteeb971d1b95d5894bff1629c4c15a916646bc5d3
This is Josh, commiting as Manish.  This is completely new, and
nothing will break.

* glib.h: New function g_hash_table_foreach_remove is similar to
  g_hash_table_foreach, but the callback's return value indicates
  whether to remove the element (if TRUE) or not (if FALSE).
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
ghash.c
glib.h
glib/ghash.c
glib/glib.h
testglib.c
tests/testglib.c