Creates a new GParamSpecBoolean instance specifying a G_TYPE_BOOLEAN
property. In many cases, it may be more appropriate to use an enum with
ParamSpec.enum, both to improve code clarity by using explicitly named
values, and to allow for more values to be added in future without breaking
API.
Creates a new GParamSpecBoolean instance specifying a G_TYPE_BOOLEAN property. In many cases, it may be more appropriate to use an enum with ParamSpec.enum, both to improve code clarity by using explicitly named values, and to allow for more values to be added in future without breaking API.
See ParamSpec.internal for details on property names.