Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.TypeInterface

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GTypeInterface
Struct : TypeInterface
An opaque structure used as the base of all interface types.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.TypeInterface ()
Create a new GObject.TypeInterface
Create a new GObject.TypeInterface
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.type_default_interface_peek (Number g_type) : GObject.TypeInterface
If the interface type g_type is currently in use, returns its
default interface vtable.
GObject
Method
GObject.type_interface_peek (TypeClass instance_class, Number iface_type) : GObject.TypeInterface
Returns the GTypeInterface structure of an interface to which the
passed in class conforms.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:46 GMT+0800 (HKT)