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, #GValue structures for this property can be accessed with g_value_set_boxed() and g_value_get_boxed().

See g_param_spec_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 #GParamSpec 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

Meta