Gio.SettingsSchemaKey.prototype.get_default_value

function get_default_value(): GLib.Variant {
    // Gjs wrapper for g_settings_schema_key_get_default_value()
}
  

Gets the default value for key.

Note that this is the default value according to the schema. System administrator defaults and lockdown are not visible via this API.

Since 2.40

Returns

the default value for the key