mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
use g_type_check_is_value_type() instead of g_type_value_table_peek().
Thu Nov 22 03:30:57 2001 Tim Janik <timj@gtk.org> * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type() instead of g_type_value_table_peek(). * gtype.[hc] (type_check_is_value_type_U): speed up check LOCK-less by caching lookups in node->mutatable_has_value_table. * gtype.[hc]: removed locks where possible. partly based on patches from owen and alex.
This commit is contained in:
@@ -110,7 +110,7 @@ help (gchar *arg)
|
||||
fprintf (stderr, " -s specify line spacing\n");
|
||||
fprintf (stderr, "qualifiers:\n");
|
||||
fprintf (stderr, " froots iterate over fundamental roots\n");
|
||||
fprintf (stderr, " tree print BSE type tree\n");
|
||||
fprintf (stderr, " tree print type tree\n");
|
||||
|
||||
return arg != NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user