glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy to
[platform/upstream/glib.git] / glib.def
index 833827b..654e071 100644 (file)
--- a/glib.def
+++ b/glib.def
@@ -56,13 +56,12 @@ EXPORTS
        g_date_is_last_of_month
        g_date_is_leap_year
        g_date_julian
-       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
@@ -122,12 +121,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
@@ -159,7 +158,6 @@ EXPORTS
        g_list_append
        g_list_concat
        g_list_copy
-       g_list_delete
        g_list_find
        g_list_find_custom
        g_list_first
@@ -192,8 +190,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
@@ -257,13 +255,19 @@ EXPORTS
        g_quark_from_string
        g_quark_to_string
        g_quark_try_string
+       g_queue_create
        g_queue_free
-       g_queue_get_size
-       g_queue_new
-       g_queue_pop_back
-       g_queue_pop_front
-       g_queue_push_back
-       g_queue_push_front
+       g_queue_is_empty
+       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
@@ -340,20 +344,29 @@ 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_stack_free
-       g_stack_new
-       g_stack_pop
        g_static_mutex_get_mutex_impl
        g_static_private_get
        g_static_private_set
+       g_static_rec_mutex_lock
+       g_static_rec_mutex_trylock
+       g_static_rec_mutex_unlock
+       g_static_rw_lock_free
+       g_static_rw_lock_reader_lock
+       g_static_rw_lock_reader_trylock
+       g_static_rw_lock_reader_unlock
+       g_static_rw_lock_writer_lock
+       g_static_rw_lock_writer_trylock
+       g_static_rw_lock_writer_unlock
        g_str_equal
        g_str_hash
        g_strcasecmp
+       g_strchomp
+       g_strchug
+       g_strcompress
        g_strconcat
        g_strdelimit
        g_strdown
@@ -361,6 +374,7 @@ EXPORTS
        g_strdup_printf
        g_strdup_vprintf
        g_strerror
+       g_strescape
        g_strfreev
        g_string_append
        g_string_append_c
@@ -383,7 +397,7 @@ EXPORTS
        g_string_truncate
        g_string_up
        g_strjoinv
-       g_strescape
+       g_strncasecmp
        g_strndup
        g_strnfill
        g_strreverse
@@ -391,6 +405,12 @@ EXPORTS
        g_strsplit
        g_strtod
        g_strup
+       g_thread_create
+       g_thread_functions_for_glib_use
+       g_thread_join
+       g_thread_self
+       g_thread_set_priority
+       g_threads_got_initialized
        g_timeout_add
        g_timeout_add_full
        g_timer_destroy
@@ -410,14 +430,16 @@ EXPORTS
        g_tree_traverse
        g_tuples_destroy
        g_tuples_index
+       g_usleep
        g_vsnprintf
        glib_binary_age
        glib_interface_age
        glib_major_version
        glib_micro_version
        glib_minor_version
+       gwin_closedir
        gwin_ftruncate
        gwin_opendir
        gwin_readdir
        gwin_rewinddir
-       gwin_closedir
+        g_spaced_primes_closest