mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Add GKeyFile section.
2004-10-23 Matthias Clasen <mclasen@redhat.com> * glib/glib-sections.txt: Add GKeyFile section.
This commit is contained in:
parent
bfa8a37a9e
commit
6811b264e4
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-23 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib-sections.txt: Add GKeyFile section.
|
||||||
|
|
||||||
2004-10-17 Matthias Clasen <mclasen@redhat.com>
|
2004-10-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/macros.sgml:
|
* glib/tmpl/macros.sgml:
|
||||||
|
@ -1381,6 +1381,51 @@ g_scanner_remove_symbol
|
|||||||
g_scanner_foreach_symbol
|
g_scanner_foreach_symbol
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<TITLE>Key-value file parser</TITLE>
|
||||||
|
<FILE>keyfile</FILE>
|
||||||
|
GKeyFile
|
||||||
|
G_KEY_FILE_ERROR
|
||||||
|
GKeyFileError
|
||||||
|
GKeyFileFlags
|
||||||
|
g_key_file_new
|
||||||
|
g_key_file_free
|
||||||
|
g_key_file_set_list_separator
|
||||||
|
g_key_file_load_from_file
|
||||||
|
g_key_file_load_from_data
|
||||||
|
g_key_file_load_from_data_dirs
|
||||||
|
g_key_file_to_data
|
||||||
|
g_key_file_get_start_group
|
||||||
|
g_key_file_get_groups
|
||||||
|
g_key_file_get_keys
|
||||||
|
g_key_file_has_group
|
||||||
|
g_key_file_has_key
|
||||||
|
g_key_file_remove_group
|
||||||
|
g_key_file_remove_key
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
g_key_file_get_value
|
||||||
|
g_key_file_set_value
|
||||||
|
g_key_file_get_string
|
||||||
|
g_key_file_set_string
|
||||||
|
g_key_file_get_locale_string
|
||||||
|
g_key_file_set_locale_string
|
||||||
|
g_key_file_get_boolean
|
||||||
|
g_key_file_set_boolean
|
||||||
|
g_key_file_get_integer
|
||||||
|
g_key_file_set_integer
|
||||||
|
g_key_file_get_string_list
|
||||||
|
g_key_file_set_string_list
|
||||||
|
g_key_file_get_locale_string_list
|
||||||
|
g_key_file_set_locale_string_list
|
||||||
|
g_key_file_get_boolean_list
|
||||||
|
g_key_file_set_boolean_list
|
||||||
|
g_key_file_get_integer_list
|
||||||
|
g_key_file_set_integer_list
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_key_file_error_quark
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<TITLE>Dynamic Loading of Modules</TITLE>
|
<TITLE>Dynamic Loading of Modules</TITLE>
|
||||||
<FILE>modules</FILE>
|
<FILE>modules</FILE>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user