in_node_set_parent

Sets the parent of the given node.

version(IN_DYNLIB)
export extern (C) @nogc
void
in_node_set_parent

Parameters

self in_node_t*

The node to operate on.

parent in_node_t*

The parent to set, or null.

Meta