Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GTypeInterface |
Struct : | TypeInterface |
Properties | Defined By | |
---|---|---|
g_instance_type : Number
read only
|
GObject.TypeInterface | |
g_type : Number
read only
|
GObject.TypeInterface |
Method / Constructor | Defined By | |
---|---|---|
new GObject.TypeInterface
()
Create a new GObject.TypeInterface
Create a new GObject.TypeInterface
|
||
peek_parent
()
:
GObject.TypeInterface
Returns the corresponding GTypeInterface structure of the parent type
of the instance type to which g_iface belongs.
Returns the corresponding GTypeInterface structure of the parent type
of the instance type to which g_iface belongs. This is useful when deriving the implementation of an interface from the parent type and then possibly overriding some methods. corresponding GTypeInterface structure of the parent type of the instance type to which g_iface belongs, or NULL if the parent type doesn't conform to the interface.
|
GObject.TypeInterface |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GObject
Method |
If the interface type g_type is currently in use, returns its
default interface vtable. |
GObject
Method |
Returns the GTypeInterface structure of an interface to which the
passed in class conforms. |