glib.h New functions for conversion between UTF-8 and the encoding
[platform/upstream/glib.git] / glib / glib.def
index d6220cb..a7f50e2 100644 (file)
@@ -58,10 +58,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,6 +88,8 @@ EXPORTS
        g_direct_equal
        g_direct_hash
        g_dirname
+       g_filename_from_utf8
+       g_filename_to_utf8
        g_free
        g_get_current_dir
        g_get_current_time
@@ -121,12 +123,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,7 +160,6 @@ EXPORTS
        g_list_append
        g_list_concat
        g_list_copy
-       g_list_delete
        g_list_find
        g_list_find_custom
        g_list_first
@@ -191,8 +192,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
@@ -256,13 +257,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
@@ -339,22 +346,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
@@ -362,6 +376,7 @@ EXPORTS
        g_strdup_printf
        g_strdup_vprintf
        g_strerror
+       g_strescape
        g_strfreev
        g_string_append
        g_string_append_c
@@ -378,17 +393,14 @@ EXPORTS
        g_string_new
        g_string_prepend
        g_string_prepend_c
-       g_string_readline
-       g_string_readline_buffered
        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
        g_strreverse
@@ -396,6 +408,13 @@ 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_thread_use_default_impl
+       g_threads_got_initialized
        g_timeout_add
        g_timeout_add_full
        g_timer_destroy
@@ -415,14 +434,17 @@ EXPORTS
        g_tree_traverse
        g_tuples_destroy
        g_tuples_index
+       g_usleep
        g_vsnprintf
+       g_win32_closedir
+       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
+        g_spaced_primes_closest