diff options
author | Tim Janik <timj@gtk.org> | 2000-12-13 00:44:18 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2000-12-13 00:44:18 +0000 |
commit | 9a8c33db5cc37bc3c6bd4794a03f4b99a847ff4a (patch) | |
tree | 3d86608ceefa54e204a6560222c533d1f162f019 /ChangeLog.pre-2-4 | |
parent | 43fb65bd392587929d8b66a4e98142fe8ed33b99 (diff) |
return whether a value got removed.
Tue Dec 12 18:58:22 2000 Tim Janik <timj@gtk.org>
* ghash.c (g_hash_table_remove): return whether a value
got removed.
Tue Dec 12 23:38:02 2000 Tim Janik <timj@gtk.org>
* Makefile.am: _never_ touch oldest-source-stamp.
* gobject.[hc]: construct property handling fixes/improvements.
fixed trailer handling in get/set property.
* gparam.[hc]: implement param spec pool, got rid of param spec
hashtable. the most prominent change is that e deal with type
prefixes here.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4dcd87590..4dca3db4f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Tue Dec 12 18:58:22 2000 Tim Janik <timj@gtk.org> + + * ghash.c (g_hash_table_remove): return whether a value + got removed. + Tue Dec 12 15:18:10 2000 Owen Taylor <otaylor@redhat.com> * gmain.[ch]: Revert unauthorized changes. |