Add GRegex for regular expression matching. (#50075)
[platform/upstream/glib.git] / glib / glib.symbols
index cdf5bc5..5fc3163 100644 (file)
@@ -90,6 +90,8 @@ g_atomic_pointer_compare_and_exchange
  /* these are not internal, but we don't want to alias them */
 g_atomic_int_get
 g_atomic_pointer_get
+g_atomic_int_set
+g_atomic_pointer_set
 #endif
 #endif
 #endif
@@ -101,6 +103,61 @@ g_on_error_stack_trace
 #endif
 #endif
 
+#if IN_HEADER(__G_BASE64_H__)
+#if IN_FILE(__G_BASE64_C__)
+g_base64_encode_step
+g_base64_encode_close
+g_base64_encode G_GNUC_MALLOC
+g_base64_decode_step
+g_base64_decode G_GNUC_MALLOC
+#endif
+#endif
+
+#if IN_HEADER(__G_BOOKMARK_FILE_H__)
+#if IN_FILE(__G_BOOKMARK_FILE_C__)
+g_bookmark_file_error_quark
+g_bookmark_file_new
+g_bookmark_file_free
+g_bookmark_file_load_from_file
+g_bookmark_file_load_from_data
+g_bookmark_file_load_from_data_dirs
+g_bookmark_file_to_data
+g_bookmark_file_to_file
+g_bookmark_file_set_title
+g_bookmark_file_get_title G_GNUC_MALLOC
+g_bookmark_file_set_description
+g_bookmark_file_get_description G_GNUC_MALLOC
+g_bookmark_file_set_mime_type
+g_bookmark_file_get_mime_type G_GNUC_MALLOC
+g_bookmark_file_set_groups
+g_bookmark_file_add_group
+g_bookmark_file_has_group
+g_bookmark_file_get_groups G_GNUC_MALLOC
+g_bookmark_file_add_application
+g_bookmark_file_has_application
+g_bookmark_file_get_applications G_GNUC_MALLOC
+g_bookmark_file_set_app_info
+g_bookmark_file_get_app_info
+g_bookmark_file_set_is_private
+g_bookmark_file_get_is_private
+g_bookmark_file_set_icon
+g_bookmark_file_get_icon
+g_bookmark_file_set_added
+g_bookmark_file_get_added
+g_bookmark_file_set_modified
+g_bookmark_file_get_modified
+g_bookmark_file_set_visited
+g_bookmark_file_get_visited
+g_bookmark_file_has_item
+g_bookmark_file_get_size
+g_bookmark_file_get_uris G_GNUC_MALLOC
+g_bookmark_file_remove_group
+g_bookmark_file_remove_application
+g_bookmark_file_remove_item
+g_bookmark_file_move_item
+#endif
+#endif
+
 #if IN_HEADER(__G_CACHE_H__)
 #if IN_FILE(__G_CACHE_C__)
 g_cache_destroy
@@ -305,9 +362,11 @@ g_hash_table_lookup_extended
 g_hash_table_new
 g_hash_table_new_full
 g_hash_table_remove
+g_hash_table_remove_all
 g_hash_table_replace
 g_hash_table_size
 g_hash_table_steal
+g_hash_table_steal_all
 #endif
 #endif
 
@@ -418,6 +477,8 @@ g_key_file_get_boolean
 g_key_file_get_boolean_list G_GNUC_MALLOC
 g_key_file_get_comment G_GNUC_MALLOC
 g_key_file_get_groups G_GNUC_MALLOC
+g_key_file_get_double
+g_key_file_get_double_list G_GNUC_MALLOC
 g_key_file_get_integer
 g_key_file_get_integer_list G_GNUC_MALLOC
 g_key_file_get_keys G_GNUC_MALLOC
@@ -439,6 +500,8 @@ 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_double
+g_key_file_set_double_list
 g_key_file_set_integer
 g_key_file_set_integer_list
 g_key_file_set_list_separator
@@ -506,6 +569,7 @@ g_main_context_find_source_by_funcs_user_data
 g_main_context_find_source_by_id
 g_main_context_find_source_by_user_data
 g_main_context_get_poll_func
+g_main_context_is_owner
 g_main_context_iteration
 g_main_context_new
 g_main_context_pending
@@ -519,6 +583,7 @@ g_main_context_unref
 g_main_context_wait
 g_main_context_wakeup
 g_main_depth
+g_main_current_source
 g_main_loop_get_context
 g_main_loop_is_running
 g_main_loop_new
@@ -543,6 +608,8 @@ g_source_remove_poll
 g_source_set_callback
 g_source_set_callback_indirect
 g_source_set_can_recurse
+g_source_set_funcs
+g_source_is_destroyed
 g_source_set_priority
 g_source_unref
 g_idle_add
@@ -550,8 +617,10 @@ g_idle_add_full
 g_idle_remove_by_data
 g_idle_source_new
 g_timeout_add
+g_timeout_add_seconds
 g_timeout_add_full
 g_timeout_source_new
+g_timeout_source_new_seconds
 #endif
 #endif
 
@@ -617,6 +686,7 @@ g_slice_free_chain_with_offset
 g_slice_set_config
 g_slice_get_config
 g_slice_get_config_state
+g_slice_debug_tree_statistics
 #endif
 #endif
 
@@ -683,14 +753,20 @@ g_option_context_add_group
 g_option_context_add_main_entries
 g_option_error_quark
 g_option_context_free
+g_option_context_get_description
 g_option_context_get_help_enabled
 g_option_context_get_ignore_unknown_options
 g_option_context_get_main_group
+g_option_context_get_summary
 g_option_context_new
 g_option_context_parse
+g_option_context_set_description
 g_option_context_set_help_enabled
 g_option_context_set_ignore_unknown_options
 g_option_context_set_main_group
+g_option_context_set_summary
+g_option_context_set_translate_func
+g_option_context_set_translation_domain
 g_option_group_add_entries
 g_option_group_free
 g_option_group_new
@@ -745,6 +821,7 @@ g_qsort_with_data
 
 #if IN_HEADER(__G_QUEUE_H__)
 #if IN_FILE(__G_QUEUE_C__)
+g_queue_clear
 g_queue_copy
 g_queue_delete_link
 g_queue_find
@@ -753,6 +830,7 @@ g_queue_foreach
 g_queue_free
 g_queue_get_length
 g_queue_index
+g_queue_init
 g_queue_insert_after
 g_queue_insert_before
 g_queue_insert_sorted
@@ -848,6 +926,46 @@ g_scanner_warn G_GNUC_PRINTF(2,3)
 #endif
 #endif
 
+#if IN_HEADER(__G_SEQUENCE_H__)
+#if IN_FILE(__G_SEQUENCE_C__)
+g_sequence_new
+g_sequence_free
+g_sequence_get_length
+g_sequence_foreach
+g_sequence_foreach_range
+g_sequence_sort
+g_sequence_sort_iter
+g_sequence_get_begin_iter
+g_sequence_get_end_iter
+g_sequence_get_iter_at_pos
+g_sequence_append
+g_sequence_prepend
+g_sequence_insert_before
+g_sequence_move
+g_sequence_swap
+g_sequence_insert_sorted
+g_sequence_insert_sorted_iter
+g_sequence_sort_changed
+g_sequence_sort_changed_iter
+g_sequence_remove
+g_sequence_remove_range
+g_sequence_move_range
+g_sequence_search
+g_sequence_search_iter
+g_sequence_get
+g_sequence_set
+g_sequence_iter_is_begin
+g_sequence_iter_is_end
+g_sequence_iter_next
+g_sequence_iter_prev
+g_sequence_iter_get_position
+g_sequence_iter_move
+g_sequence_iter_get_sequence
+g_sequence_iter_compare
+g_sequence_range_get_midpoint
+#endif
+#endif
+
 #if IN_HEADER(__G_SHELL_H__)
 #if IN_FILE(__G_SHELL_C__)
 g_shell_error_quark
@@ -918,21 +1036,21 @@ g_spawn_sync_utf8
 #if IN_FILE(__G_STDIO_C__)
 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
 /* gstdio wrappers */
-g_access
 g_chmod
 g_open
 g_creat
 g_rename
 g_mkdir
-g_chdir
 g_stat
 g_lstat
-g_unlink
 g_remove
-g_rmdir
 g_fopen
 g_freopen
 #endif
+g_access
+g_chdir
+g_unlink
+g_rmdir
 #endif
 #endif
 
@@ -944,6 +1062,7 @@ g_ascii_formatd
 g_ascii_strdown G_GNUC_MALLOC
 g_ascii_strtod
 g_ascii_strtoull
+g_ascii_strtoll
 g_ascii_strup G_GNUC_MALLOC
 g_ascii_tolower G_GNUC_CONST
 g_ascii_toupper G_GNUC_CONST
@@ -1002,6 +1121,7 @@ g_string_ascii_down
 g_string_ascii_up
 g_string_assign
 g_string_chunk_free
+g_string_chunk_clear
 g_string_chunk_insert
 g_string_chunk_insert_const
 g_string_chunk_insert_len
@@ -1029,6 +1149,7 @@ g_string_down
 g_string_up
 #endif
 #ifdef INCLUDE_INTERNAL_SYMBOLS
+ /* these are not internal, but we don't want to alias them */
 g_string_append_c
 #endif
 g_str_equal
@@ -1046,6 +1167,7 @@ g_thread_init_glib
 g_thread_functions_for_glib_use
 g_threads_got_initialized
 g_thread_use_default_impl
+g_thread_gettime
 #endif
 g_thread_create_full
 g_thread_error_quark
@@ -1084,14 +1206,17 @@ g_thread_foreach
 g_thread_pool_free
 g_thread_pool_get_max_threads
 g_thread_pool_get_max_unused_threads
+g_thread_pool_get_max_idle_time
 g_thread_pool_get_num_threads
 g_thread_pool_get_num_unused_threads
 g_thread_pool_new
 g_thread_pool_push
 g_thread_pool_set_max_threads
 g_thread_pool_set_max_unused_threads
+g_thread_pool_set_max_idle_time
 g_thread_pool_stop_unused_threads
 g_thread_pool_unprocessed
+g_thread_pool_set_sort_function
 #endif
 #endif
 
@@ -1105,6 +1230,8 @@ g_timer_reset
 g_timer_start
 g_timer_stop
 g_time_val_add
+g_time_val_from_iso8601
+g_time_val_to_iso8601 G_GNUC_MALLOC
 g_usleep
 #endif
 #endif
@@ -1168,11 +1295,14 @@ g_unichar_isspace G_GNUC_CONST
 g_unichar_istitle G_GNUC_CONST
 g_unichar_isupper G_GNUC_CONST
 g_unichar_iswide G_GNUC_CONST
+g_unichar_iswide_cjk G_GNUC_CONST
 g_unichar_isxdigit G_GNUC_CONST
+g_unichar_iszerowidth G_GNUC_CONST
 g_unichar_tolower G_GNUC_CONST
 g_unichar_totitle G_GNUC_CONST
 g_unichar_toupper G_GNUC_CONST
 g_unichar_get_mirror_char
+g_unichar_get_script
 g_unichar_digit_value G_GNUC_CONST
 g_unichar_xdigit_value G_GNUC_CONST
 g_unichar_type G_GNUC_CONST
@@ -1233,7 +1363,7 @@ g_unsetenv PRIVATE
 g_get_home_dir PRIVATE
 g_get_host_name
 g_setenv PRIVATE
-g_listenv PRIVATE
+g_listenv
 #ifdef G_OS_WIN32
 g_find_program_in_path_utf8
 g_get_current_dir_utf8
@@ -1286,6 +1416,43 @@ g_get_codeset
 #endif
 #endif
 
+#if IN_HEADER(__G_REGEX_H__)
+#if IN_FILE(__G_REGEX_C__)
+g_regex_error_quark
+g_regex_new
+g_regex_free
+g_regex_optimize
+g_regex_copy
+g_regex_get_pattern
+g_regex_clear
+g_regex_match_simple
+g_regex_match
+g_regex_match_full
+g_regex_match_next
+g_regex_match_next_full
+g_regex_match_all
+g_regex_match_all_full
+g_regex_get_match_count
+g_regex_is_partial_match
+g_regex_fetch
+g_regex_fetch_pos
+g_regex_fetch_named
+g_regex_fetch_named_pos
+g_regex_fetch_all
+g_regex_get_string_number
+g_regex_split_simple
+g_regex_split
+g_regex_split_full
+g_regex_split_next
+g_regex_split_next_full
+g_regex_expand_references
+g_regex_replace
+g_regex_replace_literal
+g_regex_replace_eval
+g_regex_escape_string
+#endif
+#endif
+
 #if IN_HEADER(__G_WIN32_H__)
 #if IN_FILE(__G_WIN32_H__)
 #ifdef G_OS_WIN32
@@ -1316,5 +1483,6 @@ glib_mem_profiler_table
 glib_micro_version
 glib_minor_version
 glib_on_error_halt
+g_mem_gc_friendly
 #endif