#include <stdapis/glib-2.0/gobject/gtype.h>
struct _GTypeQuery |
Public Attributes | |
---|---|
guint | class_size |
guint | instance_size |
GType | type |
const gchar * | type_name |
GTypeQuery: : the GType value of the type. : the name of the type. : the size of the class structure. : the size of the instance structure.
A structure holding information for a specific type. It is filled in by the g_type_query() function.