in_node_get_name

Gets the name of the node.

version(IN_DYNLIB)
export extern (C) @nogc
const(char)*
in_node_get_name

Parameters

self in_node_t*

The node to operate on.

Return Value

Type: const(char)*

The name of the node.

Meta