gsettings library

Classes

GSettings
An object to access settings stored in a GSettings database.
GSettingsBackend
Abstract class that all GSettings backends conform to.
GSettingsDConfBackend
GSettings backend that reads/writes values in DConf
GSettingsKeyfileBackend
GSettings backend that reads/writes values into a shared keyfile
GSettingsMemoryBackend
GSettings backend that reads/writes values in memory.

Functions

listGSettingsSchemas({List<String>? schemaDirs}) Future<List<String>>
Get the names of the installed GSettings schemas. These schemas can be accessed using a GSettings object.

Exceptions / Errors

GSettingsException
Exception thrown when an error occurs in GSettings.
GSettingsSchemaNotInstalledException
Exception thrown when trying to access a GSettings schema that is not installed.
GSettingsUnknownKeyException
Exception thrown when trying to access a key not in a GSettings schema.