Package: gio
Function gio:settings-sync
Lambda Listgio:settings-sync () Details
Ensures that all pending operations are complete for the default backend. Writes made to a g:settings object are handled asynchronously. For
this reason, it is very unlikely that the changes have it to disk by the time the (setf g:settings-value) function returns. This call will block until all of the writes have made it to the backend. Since the main loop is not running, no change notifications will be dispatched during this call, but some may be queued by the time the call is done. | See also |
#2026-03-25