mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 12:49:19 +02:00
start settings docs
This commit is contained in:
@@ -128,6 +128,10 @@
|
|||||||
<title>Utilities</title>
|
<title>Utilities</title>
|
||||||
<xi:include href="xml/gfilenamecompleter.xml"/>
|
<xi:include href="xml/gfilenamecompleter.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
<chapter id="settings">
|
||||||
|
<title>Settings</title>
|
||||||
|
<xi:include href="xml/gsettingsbackend.xml"/>
|
||||||
|
</chapter>
|
||||||
<chapter id="extending">
|
<chapter id="extending">
|
||||||
<title>Extending GIO</title>
|
<title>Extending GIO</title>
|
||||||
<xi:include href="xml/gvfs.xml"/>
|
<xi:include href="xml/gvfs.xml"/>
|
||||||
|
@@ -2075,3 +2075,23 @@ G_FILE_DESCRIPTOR_BASED_GET_IFACE
|
|||||||
G_IS_FILE_DESCRIPTOR_BASED
|
G_IS_FILE_DESCRIPTOR_BASED
|
||||||
G_TYPE_FILE_DESCRIPTOR_BASED
|
G_TYPE_FILE_DESCRIPTOR_BASED
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gsettingsbackend</FILE>
|
||||||
|
<TITLE>GSettingsBackend</TITLE>
|
||||||
|
GSettingsBackend
|
||||||
|
g_settings_backend_get_default
|
||||||
|
g_settings_backend_create_tree
|
||||||
|
g_settings_backend_read
|
||||||
|
g_settings_backend_write
|
||||||
|
g_settings_backend_get_writable
|
||||||
|
g_settings_backend_subscribe
|
||||||
|
g_settings_backend_unsubscribe
|
||||||
|
g_settings_backend_changed
|
||||||
|
g_settings_backend_changed_tree
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GSettingsBackendClass
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_settings_backend_get_type
|
||||||
|
GSettingsBackendPrivate
|
||||||
|
</SECTION>
|
||||||
|
@@ -72,6 +72,7 @@ g_password_save_get_type
|
|||||||
g_resolver_error_get_type
|
g_resolver_error_get_type
|
||||||
g_resolver_get_type
|
g_resolver_get_type
|
||||||
g_seekable_get_type
|
g_seekable_get_type
|
||||||
|
g_settings_backend_get_type
|
||||||
g_simple_async_result_get_type
|
g_simple_async_result_get_type
|
||||||
g_socket_address_enumerator_get_type
|
g_socket_address_enumerator_get_type
|
||||||
g_socket_address_get_type
|
g_socket_address_get_type
|
||||||
|
Reference in New Issue
Block a user