Create a new opaque string. The new opaque node is added to the end of the specified parent's child list. The constant MXML_NO_PARENT can be used to specify that the new opaque node has no parent. The opaque string must be nul-terminated and is copied into the new node.
mxml_node_t * mxmlNewOpaque( mxml_node_t * parent, const char * opaque);
Name | Description |
---|---|
parent | Parent node or MXML_NO_PARENT |
opaque | Opaque string |
New node