paramSpecOverride

fun paramSpecOverride(name: String, overridden: ParamSpec): ParamSpec

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.

Return

the newly created #GParamSpec

Since

2.4

Parameters

name

the name of the property.

overridden

The property that is being overridden