Contents Previous Next

mxml_custom_s


Description

An XML custom value.

Definition

struct mxml_custom_s
{
  void * data;
};

Members

NameDescription
dataPointer to (allocated) custom data

Contents Previous Next