void axl_node_set_name_ref ( axlNode node,
char *  name 
)

Allows to configure the node name, using the value provided as a reference allocated and to be owned by the node.

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 owned by the node. The function won't check the name parameter received to be a non-null pointer.