Function

GioSettingslist_relocatable_schemas

deprecated: 2.40 since: 2.28

Declaration

const gchar* const*
g_settings_list_relocatable_schemas (
  void
)

Description

Deprecated.

Available since: 2.28

Deprecated since: 2.40

Use g_settings_schema_source_list_schemas() instead.

Return value

Type: An array of utf8

A list of relocatable GSettings schemas that are available, in no defined order. The list must not be modified or freed.

The array is NULL-terminated.
The data is owned by the called function.
Each element is a NUL terminated UTF-8 string.