paramSpecLong

Creates a new #GParamSpecLong instance specifying a G_TYPE_LONG property.

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

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 glong

minimum value for the property specified

maximum glong

maximum value for the property specified

defaultValue glong

default value for the property specified

flags gobject.types.ParamFlags

flags for the property specified

Return Value

Type: gobject.param_spec.ParamSpec

a newly created parameter specification