Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.TypeClass

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GTypeClass
Struct : TypeClass
An opaque structure used as the base of all classes.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.TypeClass ()
Create a new GObject.TypeClass
Create a new GObject.TypeClass
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.type_check_class_is_a (TypeClass g_class, Number is_a_type) : gboolean
GObject
Method
GObject.type_class_peek (Number type) : GObject.TypeClass
This function is essentially the same as g_type_class_ref(), except that
the classes reference count isn't incremented.
GObject
Method
GObject.type_class_peek_static (Number type) : GObject.TypeClass
A more efficient version of g_type_class_peek() which works only for
static types.
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.
GObject
Method
GObject.type_name_from_class (TypeClass g_class) : String
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:46 GMT+0800 (HKT)