mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Add registry helpers to the docs
This commit is contained in:
@@ -213,6 +213,10 @@
|
|||||||
<xi:include href="xml/glistmodel.xml"/>
|
<xi:include href="xml/glistmodel.xml"/>
|
||||||
<xi:include href="xml/gliststore.xml"/>
|
<xi:include href="xml/gliststore.xml"/>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
<chapter id='registry'>
|
||||||
|
<title>Win32 registry support</title>
|
||||||
|
<xi:include href="xml/gwin32registrykey.xml"/>
|
||||||
|
</chapter>
|
||||||
<chapter id="application">
|
<chapter id="application">
|
||||||
<title>Application support</title>
|
<title>Application support</title>
|
||||||
<xi:include href="xml/gapplication.xml"/>
|
<xi:include href="xml/gapplication.xml"/>
|
||||||
|
@@ -4444,3 +4444,72 @@ G_TYPE_LIST_STORE
|
|||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_list_store_get_type
|
g_list_store_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gwin32registrykey</FILE>
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
GWin32RegistrySubkeyIter
|
||||||
|
g_win32_registry_subkey_iter_copy
|
||||||
|
g_win32_registry_subkey_iter_free
|
||||||
|
g_win32_registry_subkey_iter_assign
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
GWin32RegistryValueIter
|
||||||
|
g_win32_registry_value_iter_copy
|
||||||
|
g_win32_registry_value_iter_free
|
||||||
|
g_win32_registry_value_iter_assign
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
GWin32RegistryKey
|
||||||
|
g_win32_registry_key_new
|
||||||
|
g_win32_registry_key_new_w
|
||||||
|
g_win32_registry_key_get_child
|
||||||
|
g_win32_registry_key_get_child_w
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
g_win32_registry_subkey_iter_init
|
||||||
|
g_win32_registry_subkey_iter_clear
|
||||||
|
g_win32_registry_subkey_iter_n_subkeys
|
||||||
|
g_win32_registry_subkey_iter_next
|
||||||
|
g_win32_registry_subkey_iter_get_name
|
||||||
|
g_win32_registry_subkey_iter_get_name_w
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
g_win32_registry_value_iter_init
|
||||||
|
g_win32_registry_value_iter_clear
|
||||||
|
g_win32_registry_value_iter_n_values
|
||||||
|
g_win32_registry_value_iter_next
|
||||||
|
GWin32RegistryValueType
|
||||||
|
g_win32_registry_value_iter_get_value_type
|
||||||
|
g_win32_registry_value_iter_get_name
|
||||||
|
g_win32_registry_value_iter_get_name_w
|
||||||
|
g_win32_registry_value_iter_get_data
|
||||||
|
g_win32_registry_value_iter_get_data_w
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
g_win32_registry_key_get_value
|
||||||
|
g_win32_registry_key_get_value_w
|
||||||
|
g_win32_registry_key_get_path
|
||||||
|
g_win32_registry_key_get_path_w
|
||||||
|
GWin32RegistryKeyWatchCallbackFunc
|
||||||
|
GWin32RegistryKeyWatcherFlags
|
||||||
|
g_win32_registry_key_watch
|
||||||
|
g_win32_registry_key_has_changed
|
||||||
|
g_win32_registry_key_erase_change_indicator
|
||||||
|
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GWin32RegistryKeyClass
|
||||||
|
|
||||||
|
<SUBSECTION Private>
|
||||||
|
GWin32RegistryKeyPrivate
|
||||||
|
g_win32_registry_key_get_type
|
||||||
|
g_win32_registry_subkey_iter_get_type
|
||||||
|
g_win32_registry_value_iter_get_type
|
||||||
|
G_TYPE_WIN32_REGISTRY_KEY
|
||||||
|
G_WIN32_REGISTRY_KEY
|
||||||
|
G_WIN32_REGISTRY_KEY_CLASS
|
||||||
|
G_IS_WIN32_REGISTRY_KEY
|
||||||
|
G_IS_WIN32_REGISTRY_KEY_CLASS
|
||||||
|
G_WIN32_REGISTRY_KEY_GET_CLASS
|
||||||
|
</SECTION>
|
||||||
|
Reference in New Issue
Block a user