Settings.rangeCheck

Checks if the given value is of the correct type and within the permitted range for key.

More...
class Settings
bool
rangeCheck

Parameters

key string

the key to check

value glib.variant.VariantG

the value to check

Return Value

Type: bool

true if value is valid for key

Detailed Description