gio.settings_schema_source
Module for [SettingsSchemaSource] class
class SettingsSchemaSource
Types 1
This is an opaque structure type. You may not access it directly.
Methods
gio.settings_schema_source.SettingsSchemaSource newFromDirectory(string directory, gio.settings_schema_source.SettingsSchemaSource parent, bool trusted) staticAttempts to create a new schema source corresponding to the contents of the given directory.void listSchemas(bool recursive, out string[] nonRelocatable, out string[] relocatable) nothrowLists the schemas in a given source.gio.settings_schema.SettingsSchema lookup(string schemaId, bool recursive) nothrowLooks up a schema with the identifier schema_id in source.gio.settings_schema_source.SettingsSchemaSource getDefault() static nothrowGets the default system schema source.