ParamSpecExpression


Description:

[ CCode ( cname = "gtk_param_spec_expression" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecExpression (string name, string nick, string blurb, ParamFlags flags)

Creates a new `GParamSpec` instance for a property holding a `GtkExpression`.

See `g_param_spec_internal()` for details on the property strings.

Parameters:

name

canonical name of the property

nick

a user-readable name for the property

blurb

a user-readable description of the property

flags

flags for the property

Returns:

a newly created property specification