Contents
Previous
Next
mxml_custom_s
Description
An XML custom value.
Definition
struct mxml_custom_s { void * data; };
Members
Name
Description
data
Pointer to (allocated) custom data
Contents
Previous
Next