Value.paramSpecInt64

Creates a new GParamSpecInt64 instance specifying a G_TYPE_INT64 property.

See ParamSpec.internal for details on property names.

class Value
static
paramSpecInt64
(
string name
,
string nick
,
string blurb
,
long minimum
,
long maximum
,,)

Parameters

name string

canonical name of the property specified

nick string

nick name for the property specified

blurb string

description of the property specified

minimum long

minimum value for the property specified

maximum long

maximum value for the property specified

defaultValue long

default value for the property specified

flags GParamFlags

flags for the property specified

Return Value

Type: ParamSpec

a newly created parameter specification