ParamSpecGType


Description:

[ CCode ( cname = "g_param_spec_gtype" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecGType (string name, string nick, string blurb, Type is_a_type, ParamFlags flags)

Creates a new ParamSpecGType instance specifying a g_type_gtype 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

is_a_type

a Type whose subtypes are allowed as values of the property (use g_type_none for any type)

flags

flags for the property specified

Returns:

a newly created parameter specification