Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GInterfaceInfo |
Struct : | InterfaceInfo |
Properties | Defined By | |
---|---|---|
interface_data : void*
|
GObject.InterfaceInfo | |
interface_finalize : [object Object]
|
GObject.InterfaceInfo | |
interface_init : [object Object]
|
GObject.InterfaceInfo |
Method / Constructor | Defined By | |
---|---|---|
new GObject.InterfaceInfo
()
Create a new GObject.InterfaceInfo
Create a new GObject.InterfaceInfo
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GObject
Method |
GObject.type_add_interface_static
(Number instance_type, Number interface_type, InterfaceInfo info)
:
none
Adds the static interface_type to instantiable_type.
|
GObject.TypeModule
Method |
Registers an additional interface for a type, whose interface lives
in the given type plugin. |
GObject.TypePlugin
Method |
Calls the complete_interface_info function from the
GTypePluginClass of plugin. |