mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Add new symbols.
This commit is contained in:
parent
933afd0277
commit
7275b6c4e4
@ -1,5 +1,7 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add new symbols.
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_new): Fix docs.
|
||||
|
||||
* glib/gkeyfile.h: Use the same parameter names as in
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add new symbols.
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_new): Fix docs.
|
||||
|
||||
* glib/gkeyfile.h: Use the same parameter names as in
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add new symbols.
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_new): Fix docs.
|
||||
|
||||
* glib/gkeyfile.h: Use the same parameter names as in
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add new symbols.
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_new): Fix docs.
|
||||
|
||||
* glib/gkeyfile.h: Use the same parameter names as in
|
||||
|
@ -1,5 +1,7 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add new symbols.
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_new): Fix docs.
|
||||
|
||||
* glib/gkeyfile.h: Use the same parameter names as in
|
||||
|
@ -279,6 +279,42 @@ g_io_channel_write
|
||||
g_io_channel_write_chars
|
||||
g_io_channel_write_unichar
|
||||
g_io_create_watch
|
||||
g_key_file_error_quark
|
||||
g_key_file_free
|
||||
g_key_file_get_boolean
|
||||
g_key_file_get_boolean_list
|
||||
g_key_file_get_comment
|
||||
g_key_file_get_groups
|
||||
g_key_file_get_integer
|
||||
g_key_file_get_integer_list
|
||||
g_key_file_get_keys
|
||||
g_key_file_get_locale_string
|
||||
g_key_file_get_locale_string_list
|
||||
g_key_file_get_start_group
|
||||
g_key_file_get_string
|
||||
g_key_file_get_string_list
|
||||
g_key_file_get_value
|
||||
g_key_file_has_group
|
||||
g_key_file_has_key
|
||||
g_key_file_load_from_data
|
||||
g_key_file_load_from_data_dirs
|
||||
g_key_file_load_from_file
|
||||
g_key_file_new
|
||||
g_key_file_remove_comment
|
||||
g_key_file_remove_group
|
||||
g_key_file_remove_key
|
||||
g_key_file_set_boolean
|
||||
g_key_file_set_boolean_list
|
||||
g_key_file_set_comment
|
||||
g_key_file_set_integer
|
||||
g_key_file_set_integer_list
|
||||
g_key_file_set_list_separator
|
||||
g_key_file_set_locale_string
|
||||
g_key_file_set_locale_string_list
|
||||
g_key_file_set_string
|
||||
g_key_file_set_string_list
|
||||
g_key_file_set_value
|
||||
g_key_file_to_data
|
||||
glib_check_version
|
||||
g_list_alloc
|
||||
g_list_append
|
||||
@ -780,6 +816,7 @@ g_unichar_xdigit_value
|
||||
g_unicode_canonical_decomposition
|
||||
g_unicode_canonical_ordering
|
||||
g_unsetenv
|
||||
g_uri_list_extract_uris
|
||||
g_usleep
|
||||
g_utf16_to_ucs4
|
||||
g_utf16_to_utf8
|
||||
|
Loading…
Reference in New Issue
Block a user