ParamSpecValueArray
Description:
[ CCode ( cname = "g_param_spec_value_array" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecValueArray (string name, string nick, string blurb, ParamSpec? element_spec, ParamFlags flags)
public ParamSpecValueArray (string name, string nick, string blurb, ParamSpec? element_spec, ParamFlags flags)
Creates a new ParamSpecValueArray instance specifying a g_type_value_array property.
g_type_value_array is a g_type_boxed type, as such, Value structures for this property can be accessed with set_boxed and get_boxed.
See ParamSpec.internal for details on property names.
Parameters:
name |
canonical name of the property specified |
nick |
nick name for the property specified |
blurb |
description of the property specified |
element_spec |
a ParamSpec describing the elements contained in arrays of this property, may be null |
flags |
flags for the property specified |
Returns:
a newly created parameter specification |