diff options
author | Lauri Alanko <nether@src.gnome.org> | 1998-07-07 08:27:58 +0000 |
---|---|---|
committer | Lauri Alanko <nether@src.gnome.org> | 1998-07-07 08:27:58 +0000 |
commit | 7519c2338ae484135b44bbb7eb49719aea8c4ca3 (patch) | |
tree | b8e6dad38929a90d171c504499d6388d5bf4c074 /ChangeLog.pre-2-8 | |
parent | f154104379d7110d309928b019ebd9eb88f0eb38 (diff) |
Generic hash cleanup, added a function (g_hash_table_lookup_full).
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index de9b6c539..a428f40a4 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +Tue Jul 7 03:18:58 EEST 1998 Lauri Alanko <nether@gimp.org> + + * glib.h: + * ghash.c: Generic cleanup, added a function: + (g_hash_table_lookup_full): Return whether the lookup succeeded, + and also retrieve the key and value. This allows one to + distinguish between failed lookup and finding a NULL, and also + allows one to free a key in the hash. + Mon Jul 6 10:12:05 PDT 1998 Manish Singh <yosh@gimp.org> * ltconfig: fix for properly detecting shared lib support on |