GTypeQuery

A structure holding information for a specific type. It is filled in by the g_type_query() function.

Members

Variables

classSize
uint classSize;

the size of the class structure

instanceSize
uint instanceSize;

the size of the instance structure

type
GType type;

the GType value of the type

typeName
const(char)* typeName;

the name of the type