Settings.listRelocatableSchemas

Gets a list of the relocatable GSettings schemas installed on the system. These are schemas that do not provide their own path. It is usual to instantiate these schemas directly, but if you want to you can use g_settings_new_with_path() to specify the path. The output of this function, tTaken together with the output of g_settings_list_schemas() represents the complete list of all installed schemas. Since 2.28

class Settings
static
string[]
listRelocatableSchemas
()

Return Value

Type: string[]

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

Meta