Package ch.bailu.gtk.glib
Interface Node.OnNodeForeachFunc
- Enclosing class:
- Node
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNodeForeachFunc
(CallbackHandler __self, Node node, Pointer user_data) Specifies the type of function passed to g_node_children_foreach().
-
Method Details
-
onNodeForeachFunc
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
- a #GNode.user_data
- user data passed to g_node_children_foreach().
-