GObject.TypePluginClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
base_iface |
r |
||
complete_interface_info |
r/w |
Fills in missing parts of the |
|
complete_type_info |
r/w |
Fills in the |
|
unuse_plugin |
r/w |
Decreases the use count of the plugin. |
|
use_plugin |
r/w |
Increases the use count of the plugin. |
Methods¶
None
Details¶
- class GObject.TypePluginClass¶
The
GObject.TypePlugin
interface is used by the type system in order to handle the lifecycle of dynamically loaded types.