Gio.Settings.prototype.delay
function delay(): void {
    // Gjs wrapper for g_settings_delay()
}
  Changes the Gio.Settings object into 'delay-apply' mode. In this mode, changes to settings are not immediately propagated to the backend, but kept locally until Gio.Settings.prototype.apply is called.
Since 2.26