API Version: 2.0
Library Version: 2.84.0
Generated by gi-docgen 2024.1
void (* GNodeForeachFunc) ( GNode* node, gpointer data )
Specifies the type of function passed to g_node_children_foreach(). The function is called with each child node, together with the user data passed to g_node_children_foreach().
node
Type: GNode
GNode
A GNode.
data
Type: gpointer
gpointer
User data passed to g_node_children_foreach().
NULL