ParamSpecUInt64


Description:

[ CCode ( cname = "g_param_spec_uint64" , has_construct_function = false , type = "GParamSpec*" ) ]
public ParamSpecUInt64 (string name, string nick, string blurb, uint64 minimum, uint64 maximum, uint64 default_value, ParamFlags flags)

Creates a new ParamSpecUInt64 instance specifying a g_type_uint64 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

minimum

minimum value for the property specified

maximum

maximum value for the property specified

default_value

default value for the property specified

flags

flags for the property specified

Returns:

a newly created parameter specification