Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.ParamSpecOverride

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GParamSpecOverride
Struct : ParamSpecOverride
  Show / Hide Inherited methods, properties and signals
This is a type of GParamSpec type that simply redirects operations to another paramspec. All operations other than getting or setting the value are redirected, including accessing the nick and blurb, validating a value, and so forth. See g_param_spec_get_redirect_target() for retrieving the overidden property. GParamSpecOverride is used in implementing g_object_class_override_property(), and will not be directly useful unless you are implementing a new base type similar to GObject.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.ParamSpecOverride ()
Create a new GObject.ParamSpecOverride
Create a new GObject.ParamSpecOverride
 
Events
None
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:01 GMT+0800 (HKT)