void axl_node_set_name ( axlNode node,
const char *  name 
)

Allows to configure the node name, using the value provided.

The function will dealloc the previous name stored, if found.

Parameters:
node The node to be configured with a new name.
name The new name to configure to the node. The value provided will be allocated, to create a local copy. The function won't check the name parameter received to be a non-null pointer.