Package: gio

Function gio:settings-value

Lambda List

gio:settings-value (settings key)

Syntax

(g:settings-value settings key) => value
(setf (g:settings-value settings key) value)

Arguments

settings -- a g:settings instance
key -- a string for the name of a key in settings
value -- a g:variant instance of the correct type

Details

Gets or sets the value that is stored in settings for key. It is a programmer error to give a key that is not contained in the schema for settings.
 

See also

#2026-03-25