GObject.TypePluginClass¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| base_iface | GObject.TypeInterface | r | |
| complete_interface_info | GObject.TypePluginCompleteInterfaceInfo | r/w | Fills in missing parts of the GObject.InterfaceInfofor the interface. The structs is initialized withmemset(s, 0, sizeof (s))before calling this function. | 
| complete_type_info | GObject.TypePluginCompleteTypeInfo | r/w | Fills in the GObject.TypeInfoandGObject.TypeValueTablestructs for the type. The structs are initialized withmemset(s, 0, sizeof (s))before calling this function. | 
| unuse_plugin | GObject.TypePluginUnuse | r/w | Decreases the use count of the plugin. | 
| use_plugin | GObject.TypePluginUse | r/w | Increases the use count of the plugin. | 
Methods¶
None
Details¶
- 
class GObject.TypePluginClass¶
- The - GObject.TypePlugininterface is used by the type system in order to handle the lifecycle of dynamically loaded types.