mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Make GSettingsSchemaKey public
Take this private API and make it public along with a boxed type and ref/unref functions. Future commits will add accessors with new functionality and some that allow us to deprecate functions on GSettings itself (such as g_settings_get_range). https://bugzilla.gnome.org/show_bug.cgi?id=668232
This commit is contained in:
@@ -2406,8 +2406,15 @@ g_settings_schema_unref
|
||||
g_settings_schema_get_id
|
||||
g_settings_schema_get_path
|
||||
|
||||
<SUBSECTION>
|
||||
GSettingsSchemaKey
|
||||
g_settings_schema_get_key
|
||||
g_settings_schema_key_ref
|
||||
g_settings_schema_key_unref
|
||||
|
||||
<SUBSECTION Private>
|
||||
g_settings_schema_get_type
|
||||
g_settings_schema_key_get_type
|
||||
g_settings_schema_source_get_type
|
||||
</SECTION>
|
||||
|
||||
|
Reference in New Issue
Block a user