Searched refs:G_TRAVERSE_NON_LEAVES (Results 1 – 2 of 2) sorted by relevance
42 G_TRAVERSE_NON_LEAVES = 1 << 1, enumerator43 G_TRAVERSE_ALL = G_TRAVERSE_LEAVES | G_TRAVERSE_NON_LEAVES,46 G_TRAVERSE_NON_LEAFS = G_TRAVERSE_NON_LEAVES
382 g_node_children_foreach (root, G_TRAVERSE_NON_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test()