Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.ParamSpecTypeInfo

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GParamSpecTypeInfo
Struct : ParamSpecTypeInfo
  Show / Hide Inherited methods, properties and signals
This structure is used to provide the type system with the information required to initialize and destruct (finalize) a parameter's class and instances thereof. The initialized structure is passed to the g_param_type_register_static() The type system will perform a deep copy of this structure, so its memory does not need to be persistent across invocation of g_param_type_register_static().
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.ParamSpecTypeInfo ()
Create a new GObject.ParamSpecTypeInfo
Create a new GObject.ParamSpecTypeInfo
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GObject
Method
GObject.param_type_register_static (String name, ParamSpecTypeInfo pspec_info) : Number
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:02 GMT+0800 (HKT)