in_node_new

Creates a new basic node, optionally parented to the given node.

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

Parameters

parent in_node_t*

The parent of the newly created node, or null.

Return Value

Type: in_node_t*

The newly allocated node.

Meta