ParamSpecPointer


Description:

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

Creates a new ParamSpecPointer instance specifying a pointer property.

Where possible, it is better to use ParamSpecObject or ParamSpecBoxed to expose memory management information.

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

flags

flags for the property specified

Returns:

a newly created parameter specification