mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-18 11:22:52 +02:00
Some docs for GSettings
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
</chapter>
|
||||
<chapter id="settings">
|
||||
<title>Settings</title>
|
||||
<xi:include href="xml/gsettings.xml"/>
|
||||
<xi:include href="xml/gsettingsbackend.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
|
@@ -2095,3 +2095,27 @@ GSettingsBackendClass
|
||||
g_settings_backend_get_type
|
||||
GSettingsBackendPrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsettings</FILE>
|
||||
<TITLE>GSettings</TITLE>
|
||||
GSettings
|
||||
g_settings_new
|
||||
g_settings_new_from_path
|
||||
g_settings_get_value
|
||||
g_settings_set_value
|
||||
g_settings_get
|
||||
g_settings_set
|
||||
g_settings_is_writable
|
||||
g_settings_get_delay_apply
|
||||
g_settings_set_delay_apply
|
||||
g_settings_apply
|
||||
g_settings_revert
|
||||
g_settings_get_has_unapplied
|
||||
g_settings_changes
|
||||
g_settings_destroy
|
||||
<SUBSECTION Standard>
|
||||
GSettingsClass
|
||||
<SUBSECTION Private>
|
||||
g_settings_get_type
|
||||
</SECTION>
|
||||
|
@@ -72,6 +72,7 @@ g_password_save_get_type
|
||||
g_resolver_error_get_type
|
||||
g_resolver_get_type
|
||||
g_seekable_get_type
|
||||
g_settings_get_type
|
||||
g_settings_backend_get_type
|
||||
g_simple_async_result_get_type
|
||||
g_socket_address_enumerator_get_type
|
||||
|
Reference in New Issue
Block a user