ParamSpecOverride


Description:

[ CCode ( cname = "g_param_spec_override" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecOverride (string name, ParamSpec overridden)

Creates a new property of type ParamSpecOverride.

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.

Parameters:

name

the name of the property.

overridden

The property that is being overridden

Returns:

the newly created ParamSpec