Gio.Settings.prototype.reset

function reset(key: String): void {
    // Gjs wrapper for g_settings_reset()
}
  

Resets key to its default value.

This call resets the key, as much as possible, to its default value. That might the value specified in the schema or the one set by the administrator.

key

the name of a key