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.
This commit is contained in:
Tim Janik
2000-12-13 00:44:18 +00:00
committed by Tim Janik
parent 43fb65bd39
commit 9a8c33db5c
18 changed files with 378 additions and 164 deletions

View File

@@ -345,7 +345,7 @@ type_lookup_iface_entry (TypeNode *node,
guint n_ifaces = node->n_ifaces;
GType iface_type = NODE_TYPE (iface);
do /* FIXME: should optimize iface lookups for <= 4 */
do
{
guint i;
IFaceEntry *check;