Home
last modified time | relevance | path

Searched refs:walk_ancestors (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gobject/
Dgparam.c1025 gboolean walk_ancestors) in param_spec_ht_lookup() argument
1031 if (walk_ancestors) in param_spec_ht_lookup()
1054 if (walk_ancestors) in param_spec_ht_lookup()
1092 gboolean walk_ancestors) in g_param_spec_pool_lookup() argument
1107 pspec = param_spec_ht_lookup (pool->hash_table, param_name, owner_type, walk_ancestors); in g_param_spec_pool_lookup()
1128 if ((!walk_ancestors && type != owner_type) || !g_type_is_a (owner_type, type)) in g_param_spec_pool_lookup()
1136 pspec = param_spec_ht_lookup (pool->hash_table, param_name, owner_type, walk_ancestors); in g_param_spec_pool_lookup()
Dgparam.h427 gboolean walk_ancestors);