Struct
GObjectTypeQuery
Description [src]
struct GTypeQuery {
GType type;
const gchar* type_name;
guint class_size;
guint instance_size;
}
A structure holding information for a specific type.
See also: g_type_query().
Structure members
type:
GType
The
GType
value of the type.type_name:
const gchar*
The name of the type.
class_size:
guint
The size of the class structure.
instance_size:
guint
The size of the instance structure.