Settings.listSchemas

Gets a list of the GSettings schemas installed on the system. The returned list is exactly the list of schemas for which you may call g_settings_new() without adverse effects. This function does not list the schemas that do not provide their own paths (ie: schemas for which you must use g_settings_new_with_path()). See g_settings_list_relocatable_schemas() for that. Since 2.26

class Settings
static
string[]
listSchemas
()

Return Value

Type: string[]

a list of GSettings schemas that are available. The list must not be modified or freed. [element-type utf8][transfer none]

Meta