Package: gio

Function gio:settings-double

Lambda List

gio:settings-double (settings key)

Syntax

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

Arguments

settings -- a g:settings object
key -- a string for the key to get the value for
value -- a number coerced to a double float 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 "d" type in the schema for settings.
 

See also

#2026-03-24