Package: gobject

Function gobject:param-spec-long

Lambda List

gobject:param-spec-long (name nick blurb minimum maximum default flags)

Arguments

name -- a string with the canonical name
nick -- a string with the nick name
blurb -- a string with the description
minimum -- a long integer with the minimum value
maximum -- a long integer with the maximum value
default -- a long integer with the default value
flags -- a g:param-flags value

Return Value

A newly created g:param-spec-long parameter specification.

Details

Creates a new parameter specification instance specifying a property of "glong" type. See the g:param-spec-internal function for details on property names.
 

See also

#2022-12-31