Function
GLibNodeForeachFunc
Declaration
void
(*GNodeForeachFunc)(
GNode*node,
gpointerdata
)
Description [src]
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().
Parameters
node-
Type:
GNodeA
GNode.The data is owned by the caller of the function. data-
Type:
gpointerUser data passed to g_node_children_foreach().
The argument can beNULL.The data is owned by the caller of the function.