GTypeQuery

A structure holding information for a specific type. It is filled in by the g_type_query() function. GType type; the GType value of the type. const gchar *type_name; the name of the type. guint class_size; the size of the class structure. guint instance_size; the size of the instance structure.

Members

Variables

classSize
uint classSize;
Undocumented in source.
instanceSize
uint instanceSize;
Undocumented in source.
type
GType type;
Undocumented in source.
typeName
char* typeName;
Undocumented in source.

Meta