GObject.TypeQuery¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| class_size | int | r/w | the size of the class structure | 
| instance_size | int | r/w | the size of the instance structure | 
| type | GObject.GType | r/w | the GObject.GTypevalue of the type | 
| type_name | str | r/w | the name of the type | 
Methods¶
None
Details¶
- 
class GObject.TypeQuery¶
- A structure holding information for a specific type. It is filled in by the - GObject.type_query() function.