Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GTypePlugin |
Interface : | TypePlugin |
Implementations: | GObject.TypeModule |
None |
Method / Constructor | Defined By | |
---|---|---|
Calls the complete_interface_info function from the
GTypePluginClass of plugin.
Calls the complete_interface_info function from the
GTypePluginClass of plugin. There should be no need to use this function outside of the GObject type system itself.
|
GObject.TypePlugin | |
Calls the complete_type_info function from the GTypePluginClass of plugin.
Calls the complete_type_info function from the GTypePluginClass of plugin.
There should be no need to use this function outside of the GObject type system itself.
|
GObject.TypePlugin | |
unuse
()
:
none
Calls the unuse_plugin function from the GTypePluginClass of
the GObject type system itself.
Calls the unuse_plugin function from the GTypePluginClass of
the GObject type system itself.
|
GObject.TypePlugin | |
use
()
:
none
Calls the use_plugin function from the GTypePluginClass of
the GObject type system itself.
Calls the use_plugin function from the GTypePluginClass of
the GObject type system itself.
|
GObject.TypePlugin |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GObject
Method |
GObject.type_add_interface_dynamic
(Number instance_type, Number interface_type, TypePlugin plugin)
:
none
Adds the dynamic interface_type to instantiable_type.
|
GObject
Method |
Returns the GTypePlugin structure for type or
NULL if type does not have a GTypePlugin structure. |
GObject
Method |
GObject.type_interface_get_plugin
(Number instance_type, Number interface_type)
:
GObject.TypePlugin
Returns the GTypePlugin structure for the dynamic interface
have a GTypePlugin structure. |
GObject
Method |
GObject.type_register_dynamic
(Number parent_type, String type_name, TypePlugin plugin, TypeFlags flags)
:
Number
Registers type_name as the name of a new dynamic type derived from
GTypePlugin structure pointed to by plugin to manage the type and its instances (if not abstract). |