Function
GioSettingslist_schemas
deprecated: 2.40 since: 2.26
Declaration [src]
const gchar* const*
g_settings_list_schemas (
void
)
Description [src]
Deprecated.
Available since: 2.26
Deprecated since: 2.40
Use g_settings_schema_source_list_schemas()
instead.
If you used g_settings_list_schemas()
to check for the presence of
a particular schema, use g_settings_schema_source_lookup()
instead
of your whole loop.