-
Notifications
You must be signed in to change notification settings - Fork 86
Index of Module settings
Chris Petersen edited this page Oct 16, 2014
·
5 revisions
Module: settings
The settings module provides a mean to store user configurable variables between application runs. It has procedures for saving and loading settings to a file and keeps all the settings in a table.
Note that there can only be one unique settings table, unlike a store. Also note that this is not thread-safe. It does not use a mutex, so do not access it from multiple threads.
Function | Short Description |
---|---|
(settings-init defaults) | Initializes settings table with default setting values and loads previously saved settings |
(settings-set! key value) | Sets one of the settings and saves all settings to the settings file |
(settings-ref key . fback) | Returns the value of a setting |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip