Value.gParamSpecOverride

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. Since 2.4

class Value
static
gParamSpecOverride

Parameters

name string

the name of the property.

overridden ParamSpec

The property that is being overridden

Return Value

Type: ParamSpec

the newly created GParamSpec

Meta