SettingsSchemaKey.rangeCheck

Checks if the given value is within the permitted range for key.

It is a programmer error if value is not of the correct type — you must check for this first.

class SettingsSchemaKey
bool
rangeCheck

Parameters

value glib.variant.VariantG

the value to check

Return Value

Type: bool

true if value is valid for key