Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.TypeInstance

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GTypeInstance
Struct : TypeInstance
An opaque structure used as the base of all type instances.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.TypeInstance ()
Create a new GObject.TypeInstance
Create a new GObject.TypeInstance
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.type_check_instance (TypeInstance instance) : gboolean
Private helper function to aid implementation of the G_TYPE_CHECK_INSTANCE()
macro.
GObject
Method
GObject.type_check_instance_is_a (TypeInstance instance, Number iface_type) : gboolean
GObject
Method
GObject.type_free_instance (TypeInstance instance) : none
Frees an instance of a type, returning it to the instance pool for
the type, if there is one.
GObject
Method
GObject.type_name_from_instance (TypeInstance instance) : String
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:46 GMT+0800 (HKT)