ParamSpecBoxed


Description:

[ CCode ( cname = "g_param_spec_boxed" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecBoxed (string name, string nick, string blurb, Type boxed_type, ParamFlags flags)

Creates a new ParamSpecBoxed instance specifying a g_type_boxed derived property.

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

boxed_type

g_type_boxed derived type of this property

flags

flags for the property specified

Returns:

a newly created parameter specification