Searched refs:GNodeForeachFunc (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/ |
D | gnode.h | 60 typedef void (*GNodeForeachFunc) (GNode *node, typedef 242 GNodeForeachFunc func,
|
D | gnode.c | 1255 GNodeForeachFunc func, in g_node_children_foreach()
|
/third_party/glib/glib/tests/ |
D | node.c | 372 g_node_children_foreach (root, G_TRAVERSE_ALL, (GNodeForeachFunc)node_build_string, &data); in misc_test() 377 g_node_children_foreach (root, G_TRAVERSE_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test() 382 g_node_children_foreach (root, G_TRAVERSE_NON_LEAVES, (GNodeForeachFunc)node_build_string, &data); in misc_test()
|
/third_party/glib/gio/ |
D | gregistrysettingsbackend.c | 432 (GNodeForeachFunc)_ref_down, NULL); in _ref_down() 447 (GNodeForeachFunc)_ref_down, NULL); in registry_cache_ref_tree() 487 (GNodeForeachFunc)_unref_down, NULL); in _unref_down() 1258 (GNodeForeachFunc)registry_cache_destroy_tree, self); in registry_cache_destroy_tree()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_tags.c | 996 (GNodeForeachFunc) qtdemux_tag_add_blob, &demuxtaglist); in qtdemux_parse_udta()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3074 GNodeForeachFunc
|