Value.paramSpecOverride

Creates a new property of type GParamSpecOverride This is used to direct operations to another paramspec, and will not be directly useful unless you are implementing a new base type similar to GObject.

class Value
static
paramSpecOverride

Parameters

name string

the name of the property.

overridden ParamSpec

The property that is being overridden

Return Value

Type: ParamSpec

the newly created gobject.ParamSpec

Meta