Gio.SettingsSchema.prototype.get_path
function get_path(): String { // Gjs wrapper for g_settings_schema_get_path() }
Gets the path associated with schema, or null.
Schemas may be single-instance or relocatable. Single-instance schemas correspond to exactly one set of keys in the backend database: those located at the path returned by this function.
Relocatable schemas can be referenced by other schemas and can threfore describe multiple sets of keys at different locations. For relocatable schemas, this function will return null.
Since 2.32
- Returns
the path of the schema, or null