getNodeNameLocal |
Callbacks |
|
Syntax
getNodeNameLocal(node)
Name | Type | Description |
node | SXP_Node | The node to operate on.
|
(RET) | const SXP_char* | The local name of the node.
|
|
Description
Returns the local part of the given node's name. On error, returns NULL.
|
See Also
|