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
66 g_async_queue_timed_pop
67 g_async_queue_timed_pop_unlocked
69 g_async_queue_try_pop_unlocked
72 #ifndef G_DISABLE_DEPRECATED
73 g_async_queue_ref_unlocked
74 g_async_queue_unref_and_unlock
79 #if IN_HEADER(__G_ATOMIC_H__)
80 #if IN_FILE(__G_ATOMIC_C__)
82 g_atomic_int_compare_and_exchange
83 g_atomic_int_exchange_and_add
84 g_atomic_pointer_compare_and_exchange
85 #ifdef G_ATOMIC_OP_MEMORY_BARRIER_NEEDED
92 #if IN_HEADER(__G_BACKTRACE_H__)
93 #if IN_FILE(__G_BACKTRACE_C__)
95 g_on_error_stack_trace
99 #if IN_HEADER(__G_CACHE_H__)
100 #if IN_FILE(__G_CACHE_C__)
106 g_cache_value_foreach
110 #if IN_HEADER(__G_COMPLETION_H__)
111 #if IN_FILE(__G_COMPLETION_C__)
112 g_completion_add_items
113 g_completion_clear_items
114 g_completion_complete
115 g_completion_complete_utf8
118 g_completion_remove_items
119 g_completion_set_compare
123 #if IN_HEADER(__G_CONVERT_H__)
124 #if IN_FILE(__G_CONVERT_C__)
125 g_get_filename_charsets
126 g_convert G_GNUC_MALLOC
127 g_convert_error_quark
128 g_convert_with_fallback G_GNUC_MALLOC
129 g_convert_with_iconv G_GNUC_MALLOC
133 g_locale_from_utf8 G_GNUC_MALLOC
134 g_locale_to_utf8 G_GNUC_MALLOC
135 g_filename_display_name G_GNUC_MALLOC
136 g_filename_display_basename G_GNUC_MALLOC
137 g_filename_from_uri PRIVATE G_GNUC_MALLOC
138 g_filename_from_utf8 PRIVATE G_GNUC_MALLOC
139 g_filename_to_uri PRIVATE G_GNUC_MALLOC
140 g_filename_to_utf8 PRIVATE G_GNUC_MALLOC
142 g_filename_from_uri_utf8 G_GNUC_MALLOC
143 g_filename_from_utf8_utf8
144 g_filename_to_uri_utf8 G_GNUC_MALLOC
145 g_filename_to_utf8_utf8
147 g_uri_list_extract_uris G_GNUC_MALLOC
151 #if IN_HEADER(__G_DATASET_H__)
152 #if IN_FILE(__G_DATASET_C__)
156 g_datalist_id_get_data
157 g_datalist_id_remove_no_notify
158 g_datalist_id_set_data_full
160 g_datalist_unset_flags
164 g_dataset_id_get_data
165 g_dataset_id_remove_no_notify
166 g_dataset_id_set_data_full
167 g_quark_from_static_string
169 g_quark_to_string G_GNUC_CONST
174 #if IN_HEADER(__G_DATE_H__)
175 #if IN_FILE(__G_DATE_C__)
185 g_date_get_day_of_year
186 g_date_get_days_in_month
187 g_date_get_iso8601_week_of_year
189 g_date_get_monday_week_of_year
190 g_date_get_monday_weeks_in_year G_GNUC_CONST
192 g_date_get_sunday_week_of_year
193 g_date_get_sunday_weeks_in_year G_GNUC_CONST
196 g_date_is_first_of_month
197 g_date_is_last_of_month
198 g_date_is_leap_year G_GNUC_CONST
212 g_date_subtract_months
213 g_date_subtract_years
216 g_date_valid_day G_GNUC_CONST
218 g_date_valid_julian G_GNUC_CONST
219 g_date_valid_month G_GNUC_CONST
220 g_date_valid_weekday G_GNUC_CONST
221 g_date_valid_year G_GNUC_CONST
225 #if IN_HEADER(__G_DIR_H__)
226 #if IN_FILE(__G_DIR_C__)
229 g_dir_read_name PRIVATE
238 #if IN_HEADER(__G_ERROR_H__)
239 #if IN_FILE(__G_ERROR_C__)
244 g_error_new G_GNUC_PRINTF(3,4)
247 g_set_error G_GNUC_PRINTF(4,5)
251 #if IN_HEADER(__G_FILEUTILS_H__)
252 #if IN_FILE(__G_FILEUTILS_C__)
253 g_build_filename G_GNUC_NULL_TERMINATED
254 g_build_path G_GNUC_NULL_TERMINATED
255 g_file_error_from_errno
257 g_file_get_contents PRIVATE
259 g_file_open_tmp PRIVATE
265 g_file_get_contents_utf8
273 #if IN_HEADER(__G_HASH_H__)
274 #if IN_FILE(__G_HASH_C__)
278 g_hash_table_foreach_remove
279 g_hash_table_foreach_steal
282 g_hash_table_lookup_extended
284 g_hash_table_new_full
292 #if IN_HEADER(__G_HOOK_H__)
293 #if IN_FILE(__G_HOOK_C__)
301 g_hook_find_func_data
310 g_hook_list_invoke_check
312 g_hook_list_marshal_check
320 #if IN_HEADER(__G_IOCHANNEL_H__)
321 #if IN_FILE(__G_IOCHANNEL_C__)
325 g_io_channel_error_from_errno
326 g_io_channel_error_quark
328 g_io_channel_get_buffer_condition
329 g_io_channel_get_buffered
330 g_io_channel_get_buffer_size
331 g_io_channel_get_close_on_unref
332 g_io_channel_get_encoding
333 g_io_channel_get_flags
334 g_io_channel_get_line_term
336 g_io_channel_read_chars
337 g_io_channel_read_line
338 g_io_channel_read_line_string
339 g_io_channel_read_to_end
340 g_io_channel_read_unichar
342 g_io_channel_seek_position
343 g_io_channel_set_buffered
344 g_io_channel_set_buffer_size
345 g_io_channel_set_close_on_unref
346 g_io_channel_set_encoding
347 g_io_channel_set_flags
348 g_io_channel_set_line_term
349 g_io_channel_shutdown
351 #ifndef G_DISABLE_DEPRECATED
357 g_io_channel_write_chars
358 g_io_channel_write_unichar
362 #if IN_HEADER(__G_IOCHANNEL_H__)
363 #if IN_FILE(__G_IO_UNIX_C__)
365 g_io_channel_unix_get_fd
366 g_io_channel_unix_new
367 g_io_channel_new_file PRIVATE
372 #if IN_HEADER(__G_IOCHANNEL_H__)
373 #if IN_FILE(__G_IO_WIN32_C__)
375 g_io_channel_unix_get_fd
376 g_io_channel_unix_new
377 g_io_channel_new_file PRIVATE
378 g_io_channel_new_file_utf8
379 g_io_channel_win32_get_fd
380 g_io_channel_win32_make_pollfd
381 g_io_channel_win32_new_fd
382 g_io_channel_win32_new_messages
383 g_io_channel_win32_new_socket
384 g_io_channel_win32_new_stream_socket
385 g_io_channel_win32_poll
386 g_io_channel_win32_set_debug
391 #if IN_HEADER(__G_KEY_FILE_H__)
392 #if IN_FILE(__G_KEY_FILE_C__)
393 g_key_file_error_quark
395 g_key_file_get_boolean
396 g_key_file_get_boolean_list G_GNUC_MALLOC
397 g_key_file_get_comment G_GNUC_MALLOC
398 g_key_file_get_groups G_GNUC_MALLOC
399 g_key_file_get_integer
400 g_key_file_get_integer_list G_GNUC_MALLOC
401 g_key_file_get_keys G_GNUC_MALLOC
402 g_key_file_get_locale_string G_GNUC_MALLOC
403 g_key_file_get_locale_string_list G_GNUC_MALLOC
404 g_key_file_get_start_group G_GNUC_MALLOC
405 g_key_file_get_string G_GNUC_MALLOC
406 g_key_file_get_string_list G_GNUC_MALLOC
407 g_key_file_get_value G_GNUC_MALLOC
410 g_key_file_load_from_data
411 g_key_file_load_from_data_dirs
412 g_key_file_load_from_file
414 g_key_file_remove_comment
415 g_key_file_remove_group
416 g_key_file_remove_key
417 g_key_file_set_boolean
418 g_key_file_set_boolean_list
419 g_key_file_set_comment
420 g_key_file_set_integer
421 g_key_file_set_integer_list
422 g_key_file_set_list_separator
423 g_key_file_set_locale_string
424 g_key_file_set_locale_string_list
425 g_key_file_set_string
426 g_key_file_set_string_list
428 g_key_file_to_data G_GNUC_MALLOC
432 #if IN_HEADER(__G_LIST_H__)
433 #if IN_FILE(__G_LIST_C__)
454 #ifndef DISABLE_MEM_POOLS
456 g_list_push_allocator
465 g_list_sort_with_data
469 #if IN_HEADER(__G_MAIN_H__)
470 #if IN_FILE(__G_MAIN_C__)
472 g_child_watch_add_full
473 g_child_watch_source_new
475 g_main_context_acquire
476 g_main_context_add_poll
478 g_main_context_default
479 g_main_context_dispatch
480 g_main_context_find_source_by_funcs_user_data
481 g_main_context_find_source_by_id
482 g_main_context_find_source_by_user_data
483 g_main_context_get_poll_func
484 g_main_context_iteration
486 g_main_context_pending
487 g_main_context_prepare
490 g_main_context_release
491 g_main_context_remove_poll
492 g_main_context_set_poll_func
495 g_main_context_wakeup
497 g_main_loop_get_context
498 g_main_loop_is_running
507 g_source_get_can_recurse
509 g_source_get_current_time
511 g_source_get_priority
515 g_source_remove_by_funcs_user_data
516 g_source_remove_by_user_data
518 g_source_set_callback
519 g_source_set_callback_indirect
520 g_source_set_can_recurse
521 g_source_set_priority
525 g_idle_remove_by_data
533 #if IN_HEADER(__G_MARKUP_H__)
534 #if IN_FILE(__G_MARKUP_C__)
537 g_markup_parse_context_end_parse
538 g_markup_parse_context_free
539 g_markup_parse_context_get_element
540 g_markup_parse_context_get_position
541 g_markup_parse_context_new
542 g_markup_parse_context_parse
543 g_markup_printf_escaped G_GNUC_PRINTF(1,2)
544 g_markup_vprintf_escaped
548 #if IN_HEADER(__G_MEM_H__)
549 #if IN_FILE(__G_MEM_C__)
560 g_malloc G_GNUC_MALLOC
561 g_malloc0 G_GNUC_MALLOC
562 g_mem_is_system_malloc
569 g_try_malloc G_GNUC_MALLOC
570 g_try_malloc0 G_GNUC_MALLOC
575 #if IN_HEADER(__G_MESSAGES_H__)
576 #if IN_FILE(__G_MESSAGES_C__)
577 g_printf_string_upper_bound
578 g_log G_GNUC_PRINTF(3,4)
579 g_log_default_handler
581 g_log_set_always_fatal
582 g_log_set_default_handler
586 g_return_if_fail_warning
587 g_assert_warning G_GNUC_NORETURN
588 g_print G_GNUC_PRINTF(1,2)
589 g_printerr G_GNUC_PRINTF(1,2)
590 g_set_printerr_handler
595 #if IN_HEADER(__G_NODE_H__)
596 #if IN_FILE(__G_NODE_C__)
598 g_node_child_position
599 g_node_children_foreach
619 #ifndef DISABLE_MEM_POOLS
621 g_node_push_allocator
624 g_node_reverse_children
630 #if IN_HEADER(__G_OPTION_H__)
631 #if IN_FILE(__G_OPTION_C__)
632 g_option_context_add_group
633 g_option_context_add_main_entries
635 g_option_context_free
636 g_option_context_get_help_enabled
637 g_option_context_get_ignore_unknown_options
638 g_option_context_get_main_group
640 g_option_context_parse
641 g_option_context_set_help_enabled
642 g_option_context_set_ignore_unknown_options
643 g_option_context_set_main_group
644 g_option_group_add_entries
647 g_option_group_set_error_hook
648 g_option_group_set_parse_hooks
649 g_option_group_set_translate_func
650 g_option_group_set_translation_domain
654 #if IN_HEADER(__G_PATTERN_H__)
655 #if IN_FILE(__G_PATTERN_C__)
657 g_pattern_match_simple
658 g_pattern_match_string
665 #if IN_HEADER(__G_PRIMES_H__)
666 #if IN_FILE(__G_PRIMES_C__)
667 g_spaced_primes_closest G_GNUC_CONST
671 #if IN_HEADER(__G_PRINTF_H__)
672 #if IN_FILE(__G_PRINTF_C__)
673 g_fprintf G_GNUC_PRINTF(2,3)
674 g_printf G_GNUC_PRINTF(1,2)
675 g_sprintf G_GNUC_PRINTF(2,3)
676 g_snprintf G_GNUC_PRINTF(3,4)
685 #if IN_HEADER(__G_QSORT_H__)
686 #if IN_FILE(__G_QSORT_C__)
691 #if IN_HEADER(__G_QUEUE_H__)
692 #if IN_FILE(__G_QUEUE_C__)
702 g_queue_insert_before
703 g_queue_insert_sorted
708 g_queue_peek_head_link
710 g_queue_peek_nth_link
712 g_queue_peek_tail_link
714 g_queue_pop_head_link
718 g_queue_pop_tail_link
720 g_queue_push_head_link
722 g_queue_push_nth_link
724 g_queue_push_tail_link
733 #if IN_HEADER(__G_RAND_H__)
734 #if IN_FILE(__G_RAND_C__)
743 g_rand_new_with_seed_array
745 g_random_double_range
750 g_rand_set_seed_array
754 #if IN_HEADER(__G_REL_H__)
755 #if IN_FILE(__G_REL_C__)
770 #if IN_HEADER(__G_SCANNER_H__)
771 #if IN_FILE(__G_SCANNER_C__)
773 g_scanner_cur_position
778 g_scanner_error G_GNUC_PRINTF(2,3)
779 g_scanner_get_next_token
782 g_scanner_lookup_symbol
784 g_scanner_peek_next_token
785 g_scanner_scope_add_symbol
786 g_scanner_scope_foreach_symbol
787 g_scanner_scope_lookup_symbol
788 g_scanner_scope_remove_symbol
790 g_scanner_sync_file_offset
791 g_scanner_unexp_token
792 g_scanner_warn G_GNUC_PRINTF(2,3)
796 #if IN_HEADER(__G_SHELL_H__)
797 #if IN_FILE(__G_SHELL_C__)
805 #if IN_HEADER(__G_SLIST_H__)
806 #if IN_FILE(__G_SLIST_C__)
819 g_slist_insert_before
820 g_slist_insert_sorted
825 #ifndef DISABLE_MEM_POOLS
826 g_slist_pop_allocator
827 g_slist_push_allocator
836 g_slist_sort_with_data
840 #if IN_HEADER(__G_SPAWN_H__)
841 #if IN_FILE(__G_SPAWN_C__)
843 g_spawn_async_with_pipes
845 g_spawn_command_line_async
846 g_spawn_command_line_sync
852 #if IN_HEADER(__G_STDIO_H__)
853 #if IN_FILE(__G_STDIO_C__)
854 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
855 /* gstdio wrappers */
874 #if IN_HEADER(__G_STRFUNCS_H__)
875 #if IN_FILE(__G_STRFUNCS_C__)
876 g_ascii_digit_value G_GNUC_CONST
879 g_ascii_strdown G_GNUC_MALLOC
882 g_ascii_strup G_GNUC_MALLOC
883 g_ascii_tolower G_GNUC_CONST
884 g_ascii_toupper G_GNUC_CONST
885 g_ascii_xdigit_value G_GNUC_CONST
888 g_memdup G_GNUC_MALLOC
893 g_strcompress G_GNUC_MALLOC
894 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
896 g_strdup G_GNUC_MALLOC
897 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
898 g_strdupv G_GNUC_MALLOC
899 g_strdup_vprintf G_GNUC_MALLOC
900 g_strerror G_GNUC_CONST
901 g_strescape G_GNUC_MALLOC
905 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
906 g_strjoinv G_GNUC_MALLOC
909 g_strndup G_GNUC_MALLOC
910 g_strnfill G_GNUC_MALLOC
914 g_strsignal G_GNUC_CONST
915 g_strsplit G_GNUC_MALLOC
916 g_strsplit_set G_GNUC_MALLOC
919 #ifndef G_DISABLE_DEPRECATED
930 #if IN_HEADER(__G_STRING_H__)
931 #if IN_FILE(__G_STRING_C__)
934 g_string_append_printf G_GNUC_PRINTF(2,3)
935 g_string_append_unichar
940 g_string_chunk_insert
941 g_string_chunk_insert_const
942 g_string_chunk_insert_len
951 g_string_insert_unichar
957 g_string_prepend_unichar
958 g_string_printf G_GNUC_PRINTF(2,3)
962 #ifndef G_DISABLE_DEPRECATED
966 #ifdef INCLUDE_INTERNAL_SYMBOLS
974 #if IN_HEADER(__G_THREAD_H__)
975 #if IN_FILE(__G_THREAD_C__)
977 #ifdef INCLUDE_INTERNAL_SYMBOLS
980 #ifdef INCLUDE_VARIABLES
981 g_thread_functions_for_glib_use
982 g_threads_got_initialized
983 g_thread_use_default_impl
990 g_thread_set_priority
992 g_static_mutex_get_mutex_impl
994 g_static_private_free
996 g_static_private_init
998 g_static_rec_mutex_free
999 g_static_rec_mutex_init
1000 g_static_rec_mutex_lock
1001 g_static_rec_mutex_lock_full
1002 g_static_rec_mutex_trylock
1003 g_static_rec_mutex_unlock
1004 g_static_rec_mutex_unlock_full
1005 g_static_rw_lock_free
1006 g_static_rw_lock_init
1007 g_static_rw_lock_reader_lock
1008 g_static_rw_lock_reader_trylock
1009 g_static_rw_lock_reader_unlock
1010 g_static_rw_lock_writer_lock
1011 g_static_rw_lock_writer_trylock
1012 g_static_rw_lock_writer_unlock
1016 #if IN_HEADER(__G_THREADPOOL_H__)
1017 #if IN_FILE(__G_THREADPOOL_C__)
1019 g_thread_pool_get_max_threads
1020 g_thread_pool_get_max_unused_threads
1021 g_thread_pool_get_num_threads
1022 g_thread_pool_get_num_unused_threads
1025 g_thread_pool_set_max_threads
1026 g_thread_pool_set_max_unused_threads
1027 g_thread_pool_stop_unused_threads
1028 g_thread_pool_unprocessed
1032 #if IN_HEADER(__G_TIMER_H__)
1033 #if IN_FILE(__G_TIMER_C__)
1046 #if IN_HEADER(__G_TREE_H__)
1047 #if IN_FILE(__G_TREE_C__)
1053 g_tree_lookup_extended
1056 g_tree_new_with_data
1062 #ifndef G_DISABLE_DEPRECATED
1068 #if IN_HEADER(__G_UNICODE_H__)
1069 #if IN_FILE(__G_UNIBREAK_C__)
1070 g_unichar_break_type G_GNUC_CONST
1074 #if IN_HEADER(__G_UNICODE_H__)
1075 #if IN_FILE(__G_UNICOLLATE_C__)
1077 g_utf8_collate_key G_GNUC_MALLOC
1078 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1082 #if IN_HEADER(__G_UNICODE_H__)
1083 #if IN_FILE(__G_UNIDECOMP_C__)
1084 g_unicode_canonical_decomposition G_GNUC_MALLOC
1085 g_unicode_canonical_ordering
1090 #if IN_HEADER(__G_UNICODE_H__)
1091 #if IN_FILE(__G_UNIPROP_C__)
1092 g_unichar_isalnum G_GNUC_CONST
1093 g_unichar_isalpha G_GNUC_CONST
1094 g_unichar_iscntrl G_GNUC_CONST
1095 g_unichar_isdefined G_GNUC_CONST
1096 g_unichar_isdigit G_GNUC_CONST
1097 g_unichar_isgraph G_GNUC_CONST
1098 g_unichar_islower G_GNUC_CONST
1099 g_unichar_isprint G_GNUC_CONST
1100 g_unichar_ispunct G_GNUC_CONST
1101 g_unichar_isspace G_GNUC_CONST
1102 g_unichar_istitle G_GNUC_CONST
1103 g_unichar_isupper G_GNUC_CONST
1104 g_unichar_iswide G_GNUC_CONST
1105 g_unichar_isxdigit G_GNUC_CONST
1106 g_unichar_tolower G_GNUC_CONST
1107 g_unichar_totitle G_GNUC_CONST
1108 g_unichar_toupper G_GNUC_CONST
1109 g_unichar_get_mirror_char
1110 g_unichar_digit_value G_GNUC_CONST
1111 g_unichar_xdigit_value G_GNUC_CONST
1112 g_unichar_type G_GNUC_CONST
1113 g_utf8_casefold G_GNUC_MALLOC
1114 g_utf8_strup G_GNUC_MALLOC
1115 g_utf8_strdown G_GNUC_MALLOC
1119 #if IN_HEADER(__G_UNICODE_H__)
1120 #if IN_FILE(__G_UTF8_C__)
1122 g_ucs4_to_utf16 G_GNUC_MALLOC
1123 g_ucs4_to_utf8 G_GNUC_MALLOC
1124 g_utf16_to_ucs4 G_GNUC_MALLOC
1125 g_utf16_to_utf8 G_GNUC_MALLOC
1126 g_utf8_find_next_char
1127 g_utf8_find_prev_char
1129 g_utf8_get_char_validated
1130 g_utf8_offset_to_pointer
1131 g_utf8_pointer_to_offset
1138 g_utf8_to_ucs4 G_GNUC_MALLOC
1139 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1140 g_utf8_to_utf16 G_GNUC_MALLOC
1147 #if IN_HEADER(__G_HASH_H__)
1148 #if IN_FILE(__G_UTILS_C__)
1151 g_direct_equal G_GNUC_CONST
1152 g_direct_hash G_GNUC_CONST
1156 #if IN_HEADER(__G_UTILS_H__)
1157 #if IN_FILE(__G_UTILS_C__)
1159 #ifndef G_DISABLE_DEPRECATED
1162 g_get_application_name
1163 g_find_program_in_path PRIVATE
1164 g_get_current_dir PRIVATE
1167 g_get_home_dir PRIVATE
1172 g_find_program_in_path_utf8
1173 g_get_current_dir_utf8
1179 g_get_language_names
1181 g_get_real_name PRIVATE
1183 g_get_real_name_utf8
1185 g_get_system_config_dirs
1186 g_get_system_data_dirs
1188 g_win32_get_system_data_dirs_for_module
1190 g_get_tmp_dir PRIVATE
1194 g_get_user_cache_dir
1195 g_get_user_config_dir
1197 g_get_user_name PRIVATE
1199 g_get_user_name_utf8
1203 g_parse_debug_string
1204 g_path_get_basename G_GNUC_MALLOC
1205 g_path_get_dirname G_GNUC_MALLOC
1208 g_set_application_name
1210 #ifdef INCLUDE_INTERNAL_SYMBOLS
1214 g_trash_stack_height
1223 #if IN_HEADER(__G_WIN32_H__)
1224 #if IN_FILE(__G_WIN32_H__)
1226 g_win32_error_message
1228 g_win32_get_package_installation_directory PRIVATE
1229 g_win32_get_package_installation_directory_utf8
1230 g_win32_get_package_installation_subdirectory PRIVATE
1231 g_win32_get_package_installation_subdirectory_utf8
1232 g_win32_get_windows_version
1234 g_win32_locale_filename_from_utf8
1239 #ifdef INCLUDE_VARIABLES
1249 glib_mem_profiler_table