Package: gobject

Function gobject:param-spec-uint

Lambda List

gobject:param-spec-uint (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 -- an unsigned integer with the minimum value
maximum -- an unsigned integer with the maximum value
default -- an unsigned integer with default value
flags -- a g:param-flags value

Return Value

The newly created g:param-spec-uint parameter specification.

Details

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

See also

2024-12-22