Package: gobject

Function g-param-spec-boolean

Lambda List

g-param-spec-boolean (name nick blurb default flags)

Arguments

name -- a string with the canonical name
nick -- a string with the nick name
blurb -- a string with the description
default -- a boolean with the default value
flags -- a g-param-flags value

Return Value

A newly created g-param-spec-boolean parameter specification.

Details

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

See also

2021-12-14