Searched refs:walk_ancestors (Results 1 – 2 of 2) sorted by relevance
1025 gboolean walk_ancestors) in param_spec_ht_lookup() argument1031 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() argument1107 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()
427 gboolean walk_ancestors);