GObject.param_spec_uint64

function param_spec_uint64(name: String, nick: String, blurb: String, minimum: Number(guint64), maximum: Number(guint64), default_value: Number(guint64), flags: GObject.ParamFlags): GObject.ParamSpec {
    // Gjs wrapper for g_param_spec_uint64()
}
  

Creates a new GObject.ParamSpecUInt64 instance specifying a %G_TYPE_UINT64 property.

See GObject.ParamSpec.internal for details on property names.

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