mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user