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.
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.