Value.paramSpecValueArray

Creates a new GParamSpecValueArray instance specifying a G_TYPE_VALUE_ARRAY property. G_TYPE_VALUE_ARRAY is a G_TYPE_BOXED type, as such, gobject.Value structures for this property can be accessed with Value.setBoxed and Value.getBoxed.

See ParamSpec.internal for details on property names.

class Value
static
paramSpecValueArray

Parameters

name string

canonical name of the property specified

nick string

nick name for the property specified

blurb string

description of the property specified

elementSpec ParamSpec

a gobject.ParamSpec describing the elements contained in arrays of this property, may be NULL

flags GParamFlags

flags for the property specified

Return Value

Type: ParamSpec

a newly created parameter specification