Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgnode.h42 G_TRAVERSE_NON_LEAVES = 1 << 1, enumerator
43 G_TRAVERSE_ALL = G_TRAVERSE_LEAVES | G_TRAVERSE_NON_LEAVES,
46 G_TRAVERSE_NON_LEAFS = G_TRAVERSE_NON_LEAVES
/third_party/glib/glib/tests/
Dnode.c382 g_node_children_foreach (root, G_TRAVERSE_NON_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test()