in_node_get_children

Gets the child nodes of the given node.

version(IN_DYNLIB)
export extern (C) @nogc
in_node_get_children

Parameters

self in_node_t*

The node to operate on.

count uint*

Where to store the node count.

Return Value

Type: in_node_t**

A node-owned array of nodes.

Meta