paramSpecInt64

fngobject.param_spec.ParamSpec paramSpecInt64(string name, string nick, string blurb, long minimum, long maximum, long defaultValue, gobject.types.ParamFlags flags)

Creates a new #GParamSpecInt64 instance specifying a G_TYPE_INT64 property.

See [gobject.param_spec.ParamSpec.internal] for details on property names.

Parameters

namecanonical name of the property specified
nicknick name for the property specified
blurbdescription of the property specified
minimumminimum value for the property specified
maximummaximum value for the property specified
defaultValuedefault value for the property specified
flagsflags for the property specified

Returns

a newly created parameter specification