Package: gio

Function gio:settings-string

Lambda List

gio:settings-string (settings key)

Syntax

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

Arguments

settings -- a g:settings object
key -- a string for the key to get the value for
value -- a string for the value

Details

Gets or sets the value that is stored at key in settings. It is a programmer error to give a key that is not specified as having an "s" type in the schema for settings.
 

See also

#2026-03-24