1 /* This file lists all exported symbols. It is used to generate
2 * the glib.def file used to control exports on Windows and the
3 * galias.h/galiasdef.c files used to avoid PLT entries for
4 * internal uses of exported functions (see makegalias.pl).
6 * Every symbol must be included in the right
7 * #ifdef IN_HEADER(sym) #endif and
8 * #ifdef IN_FILE(sym) #endif sections.
12 #define IN_HEADER(x) 1
14 #if IN_HEADER(__G_ARRAY_H__)
15 #if IN_FILE(__G_ARRAY_C__)
22 g_array_remove_index_fast
27 g_array_sort_with_data
32 g_byte_array_remove_index
33 g_byte_array_remove_index_fast
34 g_byte_array_remove_range
36 g_byte_array_sized_new
38 g_byte_array_sort_with_data
44 g_ptr_array_remove_fast
45 g_ptr_array_remove_index
46 g_ptr_array_remove_index_fast
47 g_ptr_array_remove_range
51 g_ptr_array_sort_with_data
55 #if IN_HEADER(__G_ASYNCQUEUE_H__)
56 #if IN_FILE(__G_ASYNCQUEUE_C__)
58 g_async_queue_length_unlocked
62 g_async_queue_pop_unlocked
64 g_async_queue_push_unlocked
65 g_async_queue_push_sorted
66 g_async_queue_push_sorted_unlocked
69 g_async_queue_sort_unlocked
70 g_async_queue_timed_pop
71 g_async_queue_timed_pop_unlocked
73 g_async_queue_try_pop_unlocked
76 #ifndef G_DISABLE_DEPRECATED
77 g_async_queue_ref_unlocked
78 g_async_queue_unref_and_unlock
83 #if IN_HEADER(__G_ATOMIC_H__)
84 #if IN_FILE(__G_ATOMIC_C__)
86 g_atomic_int_compare_and_exchange
87 g_atomic_int_exchange_and_add
88 g_atomic_pointer_compare_and_exchange
89 #ifdef INCLUDE_INTERNAL_SYMBOLS
90 /* these are not internal, but we don't want to alias them */
99 #if IN_HEADER(__G_BACKTRACE_H__)
100 #if IN_FILE(__G_BACKTRACE_C__)
102 g_on_error_stack_trace
106 #if IN_HEADER(__G_BASE64_H__)
107 #if IN_FILE(__G_BASE64_C__)
109 g_base64_encode_close
110 g_base64_encode G_GNUC_MALLOC
112 g_base64_decode G_GNUC_MALLOC
116 #if IN_HEADER(__G_BOOKMARK_FILE_H__)
117 #if IN_FILE(__G_BOOKMARK_FILE_C__)
118 g_bookmark_file_error_quark
121 g_bookmark_file_load_from_file
122 g_bookmark_file_load_from_data
123 g_bookmark_file_load_from_data_dirs
124 g_bookmark_file_to_data
125 g_bookmark_file_to_file
126 g_bookmark_file_set_title
127 g_bookmark_file_get_title G_GNUC_MALLOC
128 g_bookmark_file_set_description
129 g_bookmark_file_get_description G_GNUC_MALLOC
130 g_bookmark_file_set_mime_type
131 g_bookmark_file_get_mime_type G_GNUC_MALLOC
132 g_bookmark_file_set_groups
133 g_bookmark_file_add_group
134 g_bookmark_file_has_group
135 g_bookmark_file_get_groups G_GNUC_MALLOC
136 g_bookmark_file_add_application
137 g_bookmark_file_has_application
138 g_bookmark_file_get_applications G_GNUC_MALLOC
139 g_bookmark_file_set_app_info
140 g_bookmark_file_get_app_info
141 g_bookmark_file_set_is_private
142 g_bookmark_file_get_is_private
143 g_bookmark_file_set_icon
144 g_bookmark_file_get_icon
145 g_bookmark_file_set_added
146 g_bookmark_file_get_added
147 g_bookmark_file_set_modified
148 g_bookmark_file_get_modified
149 g_bookmark_file_set_visited
150 g_bookmark_file_get_visited
151 g_bookmark_file_has_item
152 g_bookmark_file_get_size
153 g_bookmark_file_get_uris G_GNUC_MALLOC
154 g_bookmark_file_remove_group
155 g_bookmark_file_remove_application
156 g_bookmark_file_remove_item
157 g_bookmark_file_move_item
161 #if IN_HEADER(__G_CACHE_H__)
162 #if IN_FILE(__G_CACHE_C__)
168 #ifndef G_DISABLE_DEPRECATED
169 g_cache_value_foreach
174 #if IN_HEADER(__G_COMPLETION_H__)
175 #if IN_FILE(__G_COMPLETION_C__)
176 g_completion_add_items
177 g_completion_clear_items
178 g_completion_complete
179 g_completion_complete_utf8
182 g_completion_remove_items
183 g_completion_set_compare
187 #if IN_HEADER(__G_CONVERT_H__)
188 #if IN_FILE(__G_CONVERT_C__)
189 g_get_filename_charsets
190 g_convert G_GNUC_MALLOC
191 g_convert_error_quark
192 g_convert_with_fallback G_GNUC_MALLOC
193 g_convert_with_iconv G_GNUC_MALLOC
197 g_locale_from_utf8 G_GNUC_MALLOC
198 g_locale_to_utf8 G_GNUC_MALLOC
199 g_filename_display_name G_GNUC_MALLOC
200 g_filename_display_basename G_GNUC_MALLOC
201 g_filename_from_uri PRIVATE G_GNUC_MALLOC
202 g_filename_from_utf8 PRIVATE G_GNUC_MALLOC
203 g_filename_to_uri PRIVATE G_GNUC_MALLOC
204 g_filename_to_utf8 PRIVATE G_GNUC_MALLOC
206 g_filename_from_uri_utf8 G_GNUC_MALLOC
207 g_filename_from_utf8_utf8
208 g_filename_to_uri_utf8 G_GNUC_MALLOC
209 g_filename_to_utf8_utf8
211 g_uri_list_extract_uris G_GNUC_MALLOC
215 #if IN_HEADER(__G_DATASET_H__)
216 #if IN_FILE(__G_DATASET_C__)
220 g_datalist_id_get_data
221 g_datalist_id_remove_no_notify
222 g_datalist_id_set_data_full
224 g_datalist_unset_flags
228 g_dataset_id_get_data
229 g_dataset_id_remove_no_notify
230 g_dataset_id_set_data_full
234 #if IN_HEADER(__G_QUARK_H__)
235 #if IN_FILE(__G_DATASET_C__)
236 g_quark_from_static_string
238 g_quark_to_string G_GNUC_CONST
241 g_intern_static_string
245 #if IN_HEADER(__G_DATE_H__)
246 #if IN_FILE(__G_DATE_C__)
256 g_date_get_day_of_year
257 g_date_get_days_in_month
258 g_date_get_iso8601_week_of_year
260 g_date_get_monday_week_of_year
261 g_date_get_monday_weeks_in_year G_GNUC_CONST
263 g_date_get_sunday_week_of_year
264 g_date_get_sunday_weeks_in_year G_GNUC_CONST
267 g_date_is_first_of_month
268 g_date_is_last_of_month
269 g_date_is_leap_year G_GNUC_CONST
279 #ifndef G_DISABLE_DEPRECATED
287 g_date_subtract_months
288 g_date_subtract_years
291 g_date_valid_day G_GNUC_CONST
293 g_date_valid_julian G_GNUC_CONST
294 g_date_valid_month G_GNUC_CONST
295 g_date_valid_weekday G_GNUC_CONST
296 g_date_valid_year G_GNUC_CONST
300 #if IN_HEADER(__G_DIR_H__)
301 #if IN_FILE(__G_DIR_C__)
304 g_dir_read_name PRIVATE
313 #if IN_HEADER(__G_ERROR_H__)
314 #if IN_FILE(__G_ERROR_C__)
319 g_error_new G_GNUC_PRINTF(3,4)
322 g_set_error G_GNUC_PRINTF(4,5)
326 #if IN_HEADER(__G_FILEUTILS_H__)
327 #if IN_FILE(__G_FILEUTILS_C__)
328 g_build_filename G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
329 g_build_filenamev G_GNUC_MALLOC
330 g_build_path G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
331 g_build_pathv G_GNUC_MALLOC
332 g_file_error_from_errno
334 g_file_get_contents PRIVATE
336 g_file_open_tmp PRIVATE
342 g_file_get_contents_utf8
350 #if IN_HEADER(__G_HASH_H__)
351 #if IN_FILE(__G_HASH_C__)
357 g_hash_table_foreach_remove
358 g_hash_table_foreach_steal
359 g_hash_table_get_keys
360 g_hash_table_get_values
363 g_hash_table_lookup_extended
365 g_hash_table_new_full
367 g_hash_table_remove_all
371 g_hash_table_steal_all
375 #if IN_HEADER(__G_HOOK_H__)
376 #if IN_FILE(__G_HOOK_C__)
384 g_hook_find_func_data
393 g_hook_list_invoke_check
395 g_hook_list_marshal_check
403 #if IN_HEADER(__G_IOCHANNEL_H__)
404 #if IN_FILE(__G_IOCHANNEL_C__)
408 g_io_channel_error_from_errno
409 g_io_channel_error_quark
411 g_io_channel_get_buffer_condition
412 g_io_channel_get_buffered
413 g_io_channel_get_buffer_size
414 g_io_channel_get_close_on_unref
415 g_io_channel_get_encoding
416 g_io_channel_get_flags
417 g_io_channel_get_line_term
419 g_io_channel_read_chars
420 g_io_channel_read_line
421 g_io_channel_read_line_string
422 g_io_channel_read_to_end
423 g_io_channel_read_unichar
425 g_io_channel_seek_position
426 g_io_channel_set_buffered
427 g_io_channel_set_buffer_size
428 g_io_channel_set_close_on_unref
429 g_io_channel_set_encoding
430 g_io_channel_set_flags
431 g_io_channel_set_line_term
432 g_io_channel_shutdown
434 #ifndef G_DISABLE_DEPRECATED
440 g_io_channel_write_chars
441 g_io_channel_write_unichar
445 #if IN_HEADER(__G_IOCHANNEL_H__)
446 #if IN_FILE(__G_IO_UNIX_C__)
448 g_io_channel_unix_get_fd
449 g_io_channel_unix_new
450 g_io_channel_new_file PRIVATE
455 #if IN_HEADER(__G_IOCHANNEL_H__)
456 #if IN_FILE(__G_IO_WIN32_C__)
458 g_io_channel_unix_get_fd
459 g_io_channel_unix_new
460 g_io_channel_new_file PRIVATE
461 g_io_channel_new_file_utf8
462 g_io_channel_win32_get_fd
463 g_io_channel_win32_make_pollfd
464 g_io_channel_win32_new_fd
465 g_io_channel_win32_new_messages
466 g_io_channel_win32_new_socket
467 g_io_channel_win32_new_stream_socket
468 g_io_channel_win32_poll
469 g_io_channel_win32_set_debug
474 #if IN_HEADER(__G_KEY_FILE_H__)
475 #if IN_FILE(__G_KEY_FILE_C__)
476 g_key_file_error_quark
478 g_key_file_get_boolean
479 g_key_file_get_boolean_list G_GNUC_MALLOC
480 g_key_file_get_comment G_GNUC_MALLOC
481 g_key_file_get_groups G_GNUC_MALLOC
482 g_key_file_get_double
483 g_key_file_get_double_list G_GNUC_MALLOC
484 g_key_file_get_integer
485 g_key_file_get_integer_list G_GNUC_MALLOC
486 g_key_file_get_keys G_GNUC_MALLOC
487 g_key_file_get_locale_string G_GNUC_MALLOC
488 g_key_file_get_locale_string_list G_GNUC_MALLOC
489 g_key_file_get_start_group G_GNUC_MALLOC
490 g_key_file_get_string G_GNUC_MALLOC
491 g_key_file_get_string_list G_GNUC_MALLOC
492 g_key_file_get_value G_GNUC_MALLOC
495 g_key_file_load_from_dirs
496 g_key_file_load_from_data
497 g_key_file_load_from_data_dirs
498 g_key_file_load_from_file
500 g_key_file_remove_comment
501 g_key_file_remove_group
502 g_key_file_remove_key
503 g_key_file_set_boolean
504 g_key_file_set_boolean_list
505 g_key_file_set_comment
506 g_key_file_set_double
507 g_key_file_set_double_list
508 g_key_file_set_integer
509 g_key_file_set_integer_list
510 g_key_file_set_list_separator
511 g_key_file_set_locale_string
512 g_key_file_set_locale_string_list
513 g_key_file_set_string
514 g_key_file_set_string_list
516 g_key_file_to_data G_GNUC_MALLOC
520 #if IN_HEADER(__G_LIST_H__)
521 #if IN_FILE(__G_LIST_C__)
537 g_list_insert_sorted_with_data
543 #ifndef G_DISABLE_DEPRECATED
548 #ifndef G_DISABLE_DEPRECATED
549 g_list_push_allocator
556 g_list_sort_with_data
560 #if IN_HEADER(__G_MAIN_H__)
561 #if IN_FILE(__G_MAIN_C__)
563 g_child_watch_add_full
564 g_child_watch_source_new
566 g_main_context_acquire
567 g_main_context_add_poll
569 g_main_context_default
570 g_main_context_dispatch
571 g_main_context_find_source_by_funcs_user_data
572 g_main_context_find_source_by_id
573 g_main_context_find_source_by_user_data
574 g_main_context_get_poll_func
575 g_main_context_is_owner
576 g_main_context_iteration
578 g_main_context_pending
579 g_main_context_prepare
582 g_main_context_release
583 g_main_context_remove_poll
584 g_main_context_set_poll_func
587 g_main_context_wakeup
589 g_main_current_source
590 g_main_loop_get_context
591 g_main_loop_is_running
600 g_source_get_can_recurse
602 g_source_get_current_time
604 g_source_get_priority
608 g_source_remove_by_funcs_user_data
609 g_source_remove_by_user_data
611 g_source_set_callback
612 g_source_set_callback_indirect
613 g_source_set_can_recurse
615 g_source_is_destroyed
616 g_source_set_priority
620 g_idle_remove_by_data
623 g_timeout_add_seconds
625 g_timeout_add_seconds_full
627 g_timeout_source_new_seconds
631 #if IN_HEADER(__G_MAPPED_FILE_H__)
632 #if IN_FILE(__G_MAPPED_FILE_C__)
633 g_mapped_file_new G_GNUC_MALLOC
634 g_mapped_file_get_length
635 g_mapped_file_get_contents
640 #if IN_HEADER(__G_MARKUP_H__)
641 #if IN_FILE(__G_MARKUP_C__)
644 g_markup_parse_context_end_parse
645 g_markup_parse_context_free
646 g_markup_parse_context_get_element
647 g_markup_parse_context_get_element_stack
648 g_markup_parse_context_get_position
649 g_markup_parse_context_new
650 g_markup_parse_context_parse
651 g_markup_printf_escaped G_GNUC_PRINTF(1,2)
652 g_markup_vprintf_escaped
656 #if IN_HEADER(__G_MEM_H__)
657 #if IN_FILE(__G_MEM_C__)
659 g_malloc G_GNUC_MALLOC
660 g_malloc0 G_GNUC_MALLOC
661 g_mem_is_system_malloc
665 g_try_malloc G_GNUC_MALLOC
666 g_try_malloc0 G_GNUC_MALLOC
668 #ifndef G_DISABLE_DEPRECATED
685 #if IN_HEADER(__G_SLICE_H__)
686 #if IN_FILE(__G_SLICE_C__)
687 g_slice_alloc G_GNUC_MALLOC
688 g_slice_alloc0 G_GNUC_MALLOC
689 g_slice_copy G_GNUC_MALLOC
691 g_slice_free_chain_with_offset
694 g_slice_get_config_state
695 #ifdef G_ENABLE_DEBUG
696 #ifdef INCLUDE_INTERNAL_SYMBOLS
697 g_slice_debug_tree_statistics
703 #if IN_HEADER(__G_MESSAGES_H__)
704 #if IN_FILE(__G_MESSAGES_C__)
705 g_printf_string_upper_bound
706 g_log G_GNUC_PRINTF(3,4)
707 g_log_default_handler
709 g_log_set_always_fatal
710 g_log_set_default_handler
714 g_return_if_fail_warning
715 g_assert_warning G_GNUC_NORETURN
716 g_print G_GNUC_PRINTF(1,2)
717 g_printerr G_GNUC_PRINTF(1,2)
718 g_set_printerr_handler
723 #if IN_HEADER(__G_NODE_H__)
724 #if IN_FILE(__G_NODE_C__)
726 g_node_child_position
727 g_node_children_foreach
747 #ifndef G_DISABLE_DEPRECATED
751 #ifndef G_DISABLE_DEPRECATED
752 g_node_push_allocator
754 g_node_reverse_children
760 #if IN_HEADER(__G_OPTION_H__)
761 #if IN_FILE(__G_OPTION_C__)
762 g_option_context_add_group
763 g_option_context_add_main_entries
765 g_option_context_free
766 g_option_context_get_description
767 g_option_context_get_help_enabled
768 g_option_context_get_ignore_unknown_options
769 g_option_context_get_main_group
770 g_option_context_get_summary
772 g_option_context_parse
773 g_option_context_set_description
774 g_option_context_set_help_enabled
775 g_option_context_set_ignore_unknown_options
776 g_option_context_set_main_group
777 g_option_context_set_summary
778 g_option_context_set_translate_func
779 g_option_context_set_translation_domain
780 g_option_context_get_help
781 g_option_group_add_entries
784 g_option_group_set_error_hook
785 g_option_group_set_parse_hooks
786 g_option_group_set_translate_func
787 g_option_group_set_translation_domain
791 #if IN_HEADER(__G_PATTERN_H__)
792 #if IN_FILE(__G_PATTERN_C__)
794 g_pattern_match_simple
795 g_pattern_match_string
802 #if IN_HEADER(__G_PRIMES_H__)
803 #if IN_FILE(__G_PRIMES_C__)
804 g_spaced_primes_closest G_GNUC_CONST
808 #if IN_HEADER(__G_PRINTF_H__)
809 #if IN_FILE(__G_PRINTF_C__)
810 g_fprintf G_GNUC_PRINTF(2,3)
811 g_printf G_GNUC_PRINTF(1,2)
812 g_sprintf G_GNUC_PRINTF(2,3)
820 #if IN_HEADER(__G_UTILS_H__)
821 #if IN_FILE(__G_PRINTF_C__)
822 g_snprintf G_GNUC_PRINTF(3,4)
827 #if IN_HEADER(__G_QSORT_H__)
828 #if IN_FILE(__G_QSORT_C__)
833 #if IN_HEADER(__G_QUEUE_H__)
834 #if IN_FILE(__G_QUEUE_C__)
846 g_queue_insert_before
847 g_queue_insert_sorted
852 g_queue_peek_head_link
854 g_queue_peek_nth_link
856 g_queue_peek_tail_link
858 g_queue_pop_head_link
862 g_queue_pop_tail_link
864 g_queue_push_head_link
866 g_queue_push_nth_link
868 g_queue_push_tail_link
877 #if IN_HEADER(__G_RAND_H__)
878 #if IN_FILE(__G_RAND_C__)
887 g_rand_new_with_seed_array
889 g_random_double_range
894 g_rand_set_seed_array
898 #if IN_HEADER(__G_REL_H__)
899 #if IN_FILE(__G_REL_C__)
914 #if IN_HEADER(__G_SCANNER_H__)
915 #if IN_FILE(__G_SCANNER_C__)
917 g_scanner_cur_position
922 g_scanner_error G_GNUC_PRINTF(2,3)
923 g_scanner_get_next_token
926 g_scanner_lookup_symbol
928 g_scanner_peek_next_token
929 g_scanner_scope_add_symbol
930 g_scanner_scope_foreach_symbol
931 g_scanner_scope_lookup_symbol
932 g_scanner_scope_remove_symbol
934 g_scanner_sync_file_offset
935 g_scanner_unexp_token
936 g_scanner_warn G_GNUC_PRINTF(2,3)
940 #if IN_HEADER(__G_SEQUENCE_H__)
941 #if IN_FILE(__G_SEQUENCE_C__)
944 g_sequence_get_length
946 g_sequence_foreach_range
949 g_sequence_get_begin_iter
950 g_sequence_get_end_iter
951 g_sequence_get_iter_at_pos
954 g_sequence_insert_before
957 g_sequence_insert_sorted
958 g_sequence_insert_sorted_iter
959 g_sequence_sort_changed
960 g_sequence_sort_changed_iter
962 g_sequence_remove_range
963 g_sequence_move_range
965 g_sequence_search_iter
968 g_sequence_iter_is_begin
969 g_sequence_iter_is_end
972 g_sequence_iter_get_position
974 g_sequence_iter_get_sequence
975 g_sequence_iter_compare
976 g_sequence_range_get_midpoint
980 #if IN_HEADER(__G_SHELL_H__)
981 #if IN_FILE(__G_SHELL_C__)
989 #if IN_HEADER(__G_SLIST_H__)
990 #if IN_FILE(__G_SLIST_C__)
1003 g_slist_insert_before
1004 g_slist_insert_sorted
1005 g_slist_insert_sorted_with_data
1010 #ifndef G_DISABLE_DEPRECATED
1011 g_slist_pop_allocator
1015 #ifndef G_DISABLE_DEPRECATED
1016 g_slist_push_allocator
1023 g_slist_sort_with_data
1027 #if IN_HEADER(__G_SPAWN_H__)
1028 #if IN_FILE(__G_SPAWN_C__)
1029 g_spawn_async PRIVATE
1030 g_spawn_async_with_pipes PRIVATE
1032 g_spawn_command_line_async PRIVATE
1033 g_spawn_command_line_sync PRIVATE
1035 g_spawn_sync PRIVATE
1038 g_spawn_async_with_pipes_utf8
1039 g_spawn_command_line_async_utf8
1040 g_spawn_command_line_sync_utf8
1046 #if IN_HEADER(__G_STDIO_H__)
1047 #if IN_FILE(__G_STDIO_C__)
1048 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
1049 /* gstdio wrappers */
1068 #if IN_HEADER(__G_STRFUNCS_H__)
1069 #if IN_FILE(__G_STRFUNCS_C__)
1070 g_ascii_digit_value G_GNUC_CONST
1073 g_ascii_strdown G_GNUC_MALLOC
1077 g_ascii_strup G_GNUC_MALLOC
1078 g_ascii_tolower G_GNUC_CONST
1079 g_ascii_toupper G_GNUC_CONST
1080 g_ascii_xdigit_value G_GNUC_CONST
1083 g_memdup G_GNUC_MALLOC
1088 g_strcompress G_GNUC_MALLOC
1089 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1091 g_strdup G_GNUC_MALLOC
1092 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
1093 g_strdupv G_GNUC_MALLOC
1094 g_strdup_vprintf G_GNUC_MALLOC
1095 g_strerror G_GNUC_CONST
1096 g_strescape G_GNUC_MALLOC
1100 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1101 g_strjoinv G_GNUC_MALLOC
1104 g_strndup G_GNUC_MALLOC
1105 g_strnfill G_GNUC_MALLOC
1109 g_strsignal G_GNUC_CONST
1110 g_strsplit G_GNUC_MALLOC
1111 g_strsplit_set G_GNUC_MALLOC
1114 #ifndef G_DISABLE_DEPRECATED
1125 #if IN_HEADER(__G_STRING_H__)
1126 #if IN_FILE(__G_STRING_C__)
1129 g_string_append_printf G_GNUC_PRINTF(2,3)
1130 g_string_append_unichar
1131 g_string_append_vprintf
1136 g_string_chunk_clear
1137 g_string_chunk_insert
1138 g_string_chunk_insert_const
1139 g_string_chunk_insert_len
1148 g_string_insert_unichar
1152 g_string_overwrite_len
1155 g_string_prepend_len
1156 g_string_prepend_unichar
1157 g_string_printf G_GNUC_PRINTF(2,3)
1161 #ifndef G_DISABLE_DEPRECATED
1166 #ifdef INCLUDE_INTERNAL_SYMBOLS
1167 /* these are not internal, but we don't want to alias them */
1175 #if IN_HEADER(__G_THREAD_H__)
1176 #if IN_FILE(__G_THREAD_C__)
1178 g_once_init_enter_impl
1180 #ifdef INCLUDE_INTERNAL_SYMBOLS
1184 #ifdef INCLUDE_VARIABLES
1185 g_thread_functions_for_glib_use
1186 g_threads_got_initialized
1187 g_thread_use_default_impl
1190 g_thread_create_full
1191 g_thread_error_quark
1195 g_thread_set_priority
1197 g_static_mutex_get_mutex_impl
1199 g_static_private_free
1200 g_static_private_get
1201 g_static_private_init
1202 g_static_private_set
1203 g_static_rec_mutex_free
1204 g_static_rec_mutex_init
1205 g_static_rec_mutex_lock
1206 g_static_rec_mutex_lock_full
1207 g_static_rec_mutex_trylock
1208 g_static_rec_mutex_unlock
1209 g_static_rec_mutex_unlock_full
1210 g_static_rw_lock_free
1211 g_static_rw_lock_init
1212 g_static_rw_lock_reader_lock
1213 g_static_rw_lock_reader_trylock
1214 g_static_rw_lock_reader_unlock
1215 g_static_rw_lock_writer_lock
1216 g_static_rw_lock_writer_trylock
1217 g_static_rw_lock_writer_unlock
1222 #if IN_HEADER(__G_THREADPOOL_H__)
1223 #if IN_FILE(__G_THREADPOOL_C__)
1225 g_thread_pool_get_max_threads
1226 g_thread_pool_get_max_unused_threads
1227 g_thread_pool_get_max_idle_time
1228 g_thread_pool_get_num_threads
1229 g_thread_pool_get_num_unused_threads
1232 g_thread_pool_set_max_threads
1233 g_thread_pool_set_max_unused_threads
1234 g_thread_pool_set_max_idle_time
1235 g_thread_pool_stop_unused_threads
1236 g_thread_pool_unprocessed
1237 g_thread_pool_set_sort_function
1241 #if IN_HEADER(__G_TIMER_H__)
1242 #if IN_FILE(__G_TIMER_C__)
1251 g_time_val_from_iso8601
1252 g_time_val_to_iso8601 G_GNUC_MALLOC
1257 #if IN_HEADER(__G_TREE_H__)
1258 #if IN_FILE(__G_TREE_C__)
1264 g_tree_lookup_extended
1267 g_tree_new_with_data
1273 #ifndef G_DISABLE_DEPRECATED
1279 #if IN_HEADER(__G_UNICODE_H__)
1280 #if IN_FILE(__G_UNIBREAK_C__)
1281 g_unichar_break_type G_GNUC_CONST
1285 #if IN_HEADER(__G_UNICODE_H__)
1286 #if IN_FILE(__G_UNICOLLATE_C__)
1288 g_utf8_collate_key G_GNUC_MALLOC
1289 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1293 #if IN_HEADER(__G_UNICODE_H__)
1294 #if IN_FILE(__G_UNIDECOMP_C__)
1295 g_unicode_canonical_decomposition G_GNUC_MALLOC
1296 g_unicode_canonical_ordering
1297 g_unichar_combining_class G_GNUC_CONST
1302 #if IN_HEADER(__G_UNICODE_H__)
1303 #if IN_FILE(__G_UNIPROP_C__)
1304 g_unichar_isalnum G_GNUC_CONST
1305 g_unichar_isalpha G_GNUC_CONST
1306 g_unichar_iscntrl G_GNUC_CONST
1307 g_unichar_isdefined G_GNUC_CONST
1308 g_unichar_isdigit G_GNUC_CONST
1309 g_unichar_isgraph G_GNUC_CONST
1310 g_unichar_islower G_GNUC_CONST
1311 g_unichar_isprint G_GNUC_CONST
1312 g_unichar_ispunct G_GNUC_CONST
1313 g_unichar_isspace G_GNUC_CONST
1314 g_unichar_istitle G_GNUC_CONST
1315 g_unichar_isupper G_GNUC_CONST
1316 g_unichar_iswide G_GNUC_CONST
1317 g_unichar_iswide_cjk G_GNUC_CONST
1318 g_unichar_isxdigit G_GNUC_CONST
1319 g_unichar_iszerowidth G_GNUC_CONST
1320 g_unichar_tolower G_GNUC_CONST
1321 g_unichar_totitle G_GNUC_CONST
1322 g_unichar_toupper G_GNUC_CONST
1323 g_unichar_ismark G_GNUC_CONST
1324 g_unichar_get_mirror_char
1325 g_unichar_get_script
1326 g_unichar_digit_value G_GNUC_CONST
1327 g_unichar_xdigit_value G_GNUC_CONST
1328 g_unichar_type G_GNUC_CONST
1329 g_utf8_casefold G_GNUC_MALLOC
1330 g_utf8_strup G_GNUC_MALLOC
1331 g_utf8_strdown G_GNUC_MALLOC
1335 #if IN_HEADER(__G_UNICODE_H__)
1336 #if IN_FILE(__G_UTF8_C__)
1338 g_ucs4_to_utf16 G_GNUC_MALLOC
1339 g_ucs4_to_utf8 G_GNUC_MALLOC
1340 g_utf16_to_ucs4 G_GNUC_MALLOC
1341 g_utf16_to_utf8 G_GNUC_MALLOC
1342 g_utf8_find_next_char
1343 g_utf8_find_prev_char
1345 g_utf8_get_char_validated
1346 g_utf8_offset_to_pointer
1347 g_utf8_pointer_to_offset
1354 g_utf8_to_ucs4 G_GNUC_MALLOC
1355 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1356 g_utf8_to_utf16 G_GNUC_MALLOC
1363 #if IN_HEADER(__G_HASH_H__)
1364 #if IN_FILE(__G_UTILS_C__)
1367 g_direct_equal G_GNUC_CONST
1368 g_direct_hash G_GNUC_CONST
1372 #if IN_HEADER(__G_UTILS_H__)
1373 #if IN_FILE(__G_UTILS_C__)
1375 #ifndef G_DISABLE_DEPRECATED
1378 g_get_application_name
1379 g_find_program_in_path PRIVATE
1380 g_get_current_dir PRIVATE
1383 g_get_home_dir PRIVATE
1388 g_find_program_in_path_utf8
1389 g_get_current_dir_utf8
1395 g_get_language_names
1397 g_get_real_name PRIVATE
1399 g_get_real_name_utf8
1401 g_get_system_config_dirs
1402 g_get_system_data_dirs
1404 g_win32_get_system_data_dirs_for_module
1406 g_get_tmp_dir PRIVATE
1410 g_get_user_cache_dir
1411 g_get_user_config_dir
1413 g_get_user_special_dir
1414 g_get_user_name PRIVATE
1416 g_get_user_name_utf8
1420 g_parse_debug_string
1421 g_path_get_basename G_GNUC_MALLOC
1422 g_path_get_dirname G_GNUC_MALLOC
1425 g_set_application_name
1427 #ifdef INCLUDE_INTERNAL_SYMBOLS
1431 g_trash_stack_height
1440 #if IN_HEADER(__G_REGEX_H__)
1441 #if IN_FILE(__G_REGEX_C__)
1447 g_regex_get_max_backref
1448 g_regex_get_capture_count
1449 g_regex_get_string_number
1450 g_regex_escape_string
1451 g_regex_match_simple
1455 g_regex_match_all_full
1456 g_regex_split_simple
1460 g_regex_replace_literal
1461 g_regex_replace_eval
1462 g_regex_check_replacement
1463 g_match_info_get_regex
1464 g_match_info_get_string
1467 g_match_info_matches
1468 g_match_info_get_match_count
1469 g_match_info_is_partial_match
1470 g_match_info_expand_references
1472 g_match_info_fetch_pos
1473 g_match_info_fetch_named
1474 g_match_info_fetch_named_pos
1475 g_match_info_fetch_all
1479 #if IN_HEADER(__G_WIN32_H__)
1480 #if IN_FILE(__G_WIN32_H__)
1482 g_win32_error_message
1484 g_win32_get_package_installation_directory PRIVATE
1485 g_win32_get_package_installation_directory_utf8
1486 g_win32_get_package_installation_subdirectory PRIVATE
1487 g_win32_get_package_installation_subdirectory_utf8
1488 g_win32_get_windows_version
1490 g_win32_locale_filename_from_utf8
1495 #ifdef INCLUDE_VARIABLES
1505 glib_mem_profiler_table