gobject.type_query
Module for [TypeQuery] class
class TypeQuery
Types 1
classTypeQuery
A structure holding information for a specific type.
See also: gobject.global.typeQuery
Fields
GTypeQuery _cInstanceMethods
void * _cPtr() nothrowvoid type(gobject.types.GType propval) @property nothrowSet `type` field. Params: propval = the #GType value of the typevoid typeName(string propval) @property nothrowSet `typeName` field. Params: propval = the name of the typevoid classSize(uint propval) @property nothrowSet `classSize` field. Params: propval = the size of the class structureuint instanceSize() @property nothrowGet `instanceSize` field. Returns: the size of the instance structurevoid instanceSize(uint propval) @property nothrowSet `instanceSize` field. Params: propval = the size of the instance structure