NodeForeachFunc

typealias NodeForeachFunc = (node: Node, <Error class: unknown class>?) -> Unit

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().

  • param node a #GNode.

  • param data user data passed to g_node_children_foreach().