Rename the GUTILS_C_VAR macro to GLIB_VAR.
[platform/upstream/glib.git] / glib.def
index 7e63907..ab7e45a 100644 (file)
--- a/glib.def
+++ b/glib.def
@@ -7,6 +7,7 @@ EXPORTS
        g_array_remove_index
        g_array_remove_index_fast
        g_array_set_size
+       g_array_sized_new
        g_atexit
        g_basename
        g_bit_nth_lsf
@@ -20,6 +21,7 @@ EXPORTS
        g_byte_array_remove_index
        g_byte_array_remove_index_fast
        g_byte_array_set_size
+       g_byte_array_sized_new
        g_cache_destroy
        g_cache_insert
        g_cache_key_foreach
@@ -58,10 +60,10 @@ EXPORTS
        g_date_julian
        g_date_monday_week_of_year
        g_date_monday_weeks_in_year
+       g_date_month
        g_date_new
        g_date_new_dmy
        g_date_new_julian
-       g_date_month
        g_date_set_day
        g_date_set_dmy
        g_date_set_julian
@@ -88,7 +90,11 @@ EXPORTS
        g_direct_equal
        g_direct_hash
        g_dirname
+       g_filename_from_utf8
+       g_filename_to_utf8
        g_free
+       g_get_charset
+       g_get_codeset
        g_get_current_dir
        g_get_current_time
        g_get_home_dir
@@ -121,12 +127,12 @@ EXPORTS
        g_hook_get
        g_hook_insert_before
        g_hook_insert_sorted
+       g_hook_list_clear
        g_hook_list_init
        g_hook_list_invoke
        g_hook_list_invoke_check
        g_hook_list_marshal
        g_hook_list_marshal_check
-       g_hook_list_clear
        g_hook_next_valid
        g_hook_prepend
        g_hook_ref
@@ -158,6 +164,7 @@ EXPORTS
        g_list_append
        g_list_concat
        g_list_copy
+       g_list_delete_link
        g_list_find
        g_list_find_custom
        g_list_first
@@ -190,8 +197,8 @@ EXPORTS
        g_main_iteration
        g_main_new
        g_main_pending
-       g_main_remove_poll
        g_main_quit
+       g_main_remove_poll
        g_main_run
        g_main_set_poll_func
        g_malloc
@@ -214,6 +221,7 @@ EXPORTS
        g_node_child_index
        g_node_child_position
        g_node_children_foreach
+       g_node_copy
        g_node_depth
        g_node_destroy
        g_node_find
@@ -251,10 +259,24 @@ EXPORTS
        g_ptr_array_remove_index
        g_ptr_array_remove_index_fast
        g_ptr_array_set_size
+       g_ptr_array_sized_new
        g_quark_from_static_string
        g_quark_from_string
        g_quark_to_string
        g_quark_try_string
+       g_queue_free
+       g_queue_is_empty
+       g_queue_new
+       g_queue_peek_head
+       g_queue_peek_tail
+       g_queue_pop_head
+       g_queue_pop_head_link
+       g_queue_pop_tail
+       g_queue_pop_tail_link
+       g_queue_push_head
+       g_queue_push_head_link
+       g_queue_push_tail
+       g_queue_push_tail_link
        g_rand_double
        g_rand_double_range
        g_rand_free
@@ -312,6 +334,7 @@ EXPORTS
        g_slist_append
        g_slist_concat
        g_slist_copy
+       g_slist_delete_link
        g_slist_find
        g_slist_find_custom
        g_slist_foreach
@@ -331,11 +354,11 @@ EXPORTS
        g_slist_reverse
        g_slist_sort
        g_snprintf
-        g_spaced_primes_closest
        g_source_add
        g_source_remove
        g_source_remove_by_source_data
        g_source_remove_by_user_data
+       g_spaced_primes_closest
        g_static_mutex_get_mutex_impl
        g_static_private_get
        g_static_private_set
@@ -351,9 +374,11 @@ EXPORTS
        g_static_rw_lock_writer_unlock
        g_str_equal
        g_str_hash
+       g_strcanon
        g_strcasecmp
        g_strchomp
        g_strchug
+       g_strcompress
        g_strconcat
        g_strdelimit
        g_strdown
@@ -361,33 +386,34 @@ EXPORTS
        g_strdup_printf
        g_strdup_vprintf
        g_strerror
+       g_strescape
        g_strfreev
        g_string_append
        g_string_append_c
+       g_string_append_len
        g_string_assign
        g_string_chunk_free
        g_string_chunk_insert
        g_string_chunk_insert_const
        g_string_chunk_new
        g_string_down
+       g_string_equal
        g_string_erase
        g_string_free
        g_string_insert
        g_string_insert_c
+       g_string_insert_len
        g_string_new
        g_string_prepend
        g_string_prepend_c
-       g_string_readline
-       g_string_readline_buffered
+       g_string_prepend_len
        g_string_sized_new
        g_string_sprintf
        g_string_sprintfa
-       g_string_tokenise
-       g_string_tokenise_free
        g_string_truncate
        g_string_up
+       g_strjoin
        g_strjoinv
-       g_strescape
        g_strncasecmp
        g_strndup
        g_strnfill
@@ -397,9 +423,15 @@ EXPORTS
        g_strtod
        g_strup
        g_thread_create
+       g_thread_functions_for_glib_use
        g_thread_join
+       g_thread_pool_free
+       g_thread_pool_new
+       g_thread_pool_push
        g_thread_self
        g_thread_set_priority
+       g_thread_use_default_impl
+       g_threads_got_initialized
        g_timeout_add
        g_timeout_add_full
        g_timer_destroy
@@ -419,15 +451,51 @@ EXPORTS
        g_tree_traverse
        g_tuples_destroy
        g_tuples_index
+       g_unichar_digit_value
+       g_unichar_isalnum
+       g_unichar_isalpha
+       g_unichar_iscntrl
+       g_unichar_isdefined
+       g_unichar_isdigit
+       g_unichar_isgraph
+       g_unichar_islower
+       g_unichar_isprint
+       g_unichar_ispunct
+       g_unichar_isspace
+       g_unichar_istitle
+       g_unichar_isupper
+       g_unichar_iswide
+       g_unichar_isxdigit
+       g_unichar_to_utf8
+       g_unichar_tolower
+       g_unichar_totitle
+       g_unichar_toupper
+       g_unichar_type
+       g_unichar_xdigit_value
+       g_unicode_canonical_decomposition
+       g_unicode_canonical_ordering
        g_usleep
+       g_utf8_find_next_char
+       g_utf8_find_prev_char
+       g_utf8_get_char
+       g_utf8_offset_to_pointer
+       g_utf8_pointer_to_offset
+       g_utf8_prev_char
+       g_utf8_skip
+       g_utf8_strchr
+       g_utf8_strlen
+       g_utf8_strncpy
+       g_utf8_to_ucs4
        g_vsnprintf
+       g_win32_closedir
+       g_win32_error_message
+       g_win32_ftruncate
+       g_win32_getlocale
+       g_win32_opendir
+       g_win32_readdir
+       g_win32_rewinddir
        glib_binary_age
        glib_interface_age
        glib_major_version
        glib_micro_version
        glib_minor_version
-       gwin_ftruncate
-       gwin_opendir
-       gwin_readdir
-       gwin_rewinddir
-       gwin_closedir