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.

@FunctionalInterface public static interface Node.OnNodeForeachFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onNodeForeachFunc(CallbackHandler __self, Node node, Pointer user_data)
    Specifies the type of function passed to g_node_children_foreach().
  • Method Details

    • onNodeForeachFunc

      void onNodeForeachFunc(CallbackHandler __self, @Nonnull Node node, @Nullable Pointer user_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().
      Parameters:
      node - a #GNode.
      user_data - user data passed to g_node_children_foreach().