ParamSpecString


Description:

[ CCode ( cname = "g_param_spec_string" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecString (string name, string nick, string blurb, string? default_value, ParamFlags flags)

Creates a new ParamSpecString instance.

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

default_value

default value for the property specified

flags

flags for the property specified

Returns:

a newly created parameter specification