Package: gobject

Function gobject:param-spec-enum

Lambda List

gobject:param-spec-enum (name nick blurb gtype default flags)

Arguments

name -- a string with the canonical name
nick -- a string with the nick name
blurb -- a string with the description
gtype -- a g:type-t type ID derived from the "GEnum" type
default -- an integer with the default value
flags -- a g:param-flags value

Return Value

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

Details

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

See also

2024-12-22