Package: gio

Function gio:settings-schema-key-range-check

Lambda List

gio:settings-schema-key-range-check (key value)

Arguments

key -- a g:settings-schema-key instance
value -- a g:variant instance for the value

Return Value

The boolean whether value is valid for key.

Details

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.
 

See also

2026-03-24