Package: gio

Function gio:settings-uint64

Lambda List

gio:settings-uint64 (settings key)

Syntax

(g:settings-unit64 settings) => value
(setf (g:settings-uint64 settings) value)

Arguments

settings -- a g:settings object
key -- a string for the key to get the value for
value -- an unsigned 64-bit integer 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 "t" type in the schema for settings.
 

See also

#2026-03-24