in_node_get_parent

Gets the parent node of the given node.

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

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: in_node_t*

Pointer to the parent node, or null if the node is the root of its tree.

Meta