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
61 g_async_queue_new_full
63 g_async_queue_pop_unlocked
65 g_async_queue_push_unlocked
66 g_async_queue_push_sorted
67 g_async_queue_push_sorted_unlocked
70 g_async_queue_sort_unlocked
71 g_async_queue_timed_pop
72 g_async_queue_timed_pop_unlocked
74 g_async_queue_try_pop_unlocked
77 #ifndef G_DISABLE_DEPRECATED
78 g_async_queue_ref_unlocked
79 g_async_queue_unref_and_unlock
84 #if IN_HEADER(__G_ATOMIC_H__)
85 #if IN_FILE(__G_ATOMIC_C__)
87 g_atomic_int_compare_and_exchange
88 g_atomic_int_exchange_and_add
89 g_atomic_pointer_compare_and_exchange
90 #ifdef INCLUDE_INTERNAL_SYMBOLS
91 /* these are not internal, but we don't want to alias them */
100 #if IN_HEADER(__G_BACKTRACE_H__)
101 #if IN_FILE(__G_BACKTRACE_C__)
103 g_on_error_stack_trace
107 #if IN_HEADER(__G_BASE64_H__)
108 #if IN_FILE(__G_BASE64_C__)
110 g_base64_encode_close
111 g_base64_encode G_GNUC_MALLOC
113 g_base64_decode G_GNUC_MALLOC
117 #if IN_HEADER(__G_BOOKMARK_FILE_H__)
118 #if IN_FILE(__G_BOOKMARK_FILE_C__)
119 g_bookmark_file_error_quark
122 g_bookmark_file_load_from_file
123 g_bookmark_file_load_from_data
124 g_bookmark_file_load_from_data_dirs
125 g_bookmark_file_to_data
126 g_bookmark_file_to_file
127 g_bookmark_file_set_title
128 g_bookmark_file_get_title G_GNUC_MALLOC
129 g_bookmark_file_set_description
130 g_bookmark_file_get_description G_GNUC_MALLOC
131 g_bookmark_file_set_mime_type
132 g_bookmark_file_get_mime_type G_GNUC_MALLOC
133 g_bookmark_file_set_groups
134 g_bookmark_file_add_group
135 g_bookmark_file_has_group
136 g_bookmark_file_get_groups G_GNUC_MALLOC
137 g_bookmark_file_add_application
138 g_bookmark_file_has_application
139 g_bookmark_file_get_applications G_GNUC_MALLOC
140 g_bookmark_file_set_app_info
141 g_bookmark_file_get_app_info
142 g_bookmark_file_set_is_private
143 g_bookmark_file_get_is_private
144 g_bookmark_file_set_icon
145 g_bookmark_file_get_icon
146 g_bookmark_file_set_added
147 g_bookmark_file_get_added
148 g_bookmark_file_set_modified
149 g_bookmark_file_get_modified
150 g_bookmark_file_set_visited
151 g_bookmark_file_get_visited
152 g_bookmark_file_has_item
153 g_bookmark_file_get_size
154 g_bookmark_file_get_uris G_GNUC_MALLOC
155 g_bookmark_file_remove_group
156 g_bookmark_file_remove_application
157 g_bookmark_file_remove_item
158 g_bookmark_file_move_item
162 #if IN_HEADER(__G_CACHE_H__)
163 #if IN_FILE(__G_CACHE_C__)
169 #ifndef G_DISABLE_DEPRECATED
170 g_cache_value_foreach
175 #if IN_HEADER(__G_CHECKSUM_H__)
176 #if IN_FILE(__G_CHECKSUM_C__)
177 g_checksum_type_get_length
182 g_checksum_get_string
183 g_checksum_get_digest
184 g_compute_checksum_for_data
185 g_compute_checksum_for_string
189 #if IN_HEADER(__G_COMPLETION_H__)
190 #if IN_FILE(__G_COMPLETION_C__)
191 g_completion_add_items
192 g_completion_clear_items
193 g_completion_complete
194 g_completion_complete_utf8
197 g_completion_remove_items
198 g_completion_set_compare
202 #if IN_HEADER(__G_CONVERT_H__)
203 #if IN_FILE(__G_CONVERT_C__)
204 g_get_filename_charsets
205 g_convert G_GNUC_MALLOC
206 g_convert_error_quark
207 g_convert_with_fallback G_GNUC_MALLOC
208 g_convert_with_iconv G_GNUC_MALLOC
212 g_locale_from_utf8 G_GNUC_MALLOC
213 g_locale_to_utf8 G_GNUC_MALLOC
214 g_filename_display_name G_GNUC_MALLOC
215 g_filename_display_basename G_GNUC_MALLOC
216 g_filename_from_uri PRIVATE G_GNUC_MALLOC
217 g_filename_from_utf8 PRIVATE G_GNUC_MALLOC
218 g_filename_to_uri PRIVATE G_GNUC_MALLOC
219 g_filename_to_utf8 PRIVATE G_GNUC_MALLOC
221 g_filename_from_uri_utf8 G_GNUC_MALLOC
222 g_filename_from_utf8_utf8
223 g_filename_to_uri_utf8 G_GNUC_MALLOC
224 g_filename_to_utf8_utf8
226 g_uri_list_extract_uris G_GNUC_MALLOC
230 #if IN_HEADER(__G_DATASET_H__)
231 #if IN_FILE(__G_DATASET_C__)
235 g_datalist_id_get_data
236 g_datalist_id_remove_no_notify
237 g_datalist_id_set_data_full
239 g_datalist_unset_flags
243 g_dataset_id_get_data
244 g_dataset_id_remove_no_notify
245 g_dataset_id_set_data_full
249 #if IN_HEADER(__G_QUARK_H__)
250 #if IN_FILE(__G_DATASET_C__)
251 g_quark_from_static_string
253 g_quark_to_string G_GNUC_CONST
256 g_intern_static_string
260 #if IN_HEADER(__G_DATE_H__)
261 #if IN_FILE(__G_DATE_C__)
271 g_date_get_day_of_year
272 g_date_get_days_in_month
273 g_date_get_iso8601_week_of_year
275 g_date_get_monday_week_of_year
276 g_date_get_monday_weeks_in_year G_GNUC_CONST
278 g_date_get_sunday_week_of_year
279 g_date_get_sunday_weeks_in_year G_GNUC_CONST
282 g_date_is_first_of_month
283 g_date_is_last_of_month
284 g_date_is_leap_year G_GNUC_CONST
294 #ifndef G_DISABLE_DEPRECATED
302 g_date_subtract_months
303 g_date_subtract_years
306 g_date_valid_day G_GNUC_CONST
308 g_date_valid_julian G_GNUC_CONST
309 g_date_valid_month G_GNUC_CONST
310 g_date_valid_weekday G_GNUC_CONST
311 g_date_valid_year G_GNUC_CONST
315 #if IN_HEADER(__G_DIR_H__)
316 #if IN_FILE(__G_DIR_C__)
319 g_dir_read_name PRIVATE
328 #if IN_HEADER(__G_ERROR_H__)
329 #if IN_FILE(__G_ERROR_C__)
334 g_error_new G_GNUC_PRINTF(3,4)
337 g_set_error G_GNUC_PRINTF(4,5)
338 g_prefix_error G_GNUC_PRINTF(2,3)
339 g_propagate_prefixed_error G_GNUC_PRINTF(3,4)
343 #if IN_HEADER(__G_FILEUTILS_H__)
344 #if IN_FILE(__G_FILEUTILS_C__)
345 g_build_filename G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
346 g_build_filenamev G_GNUC_MALLOC
347 g_build_path G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
348 g_build_pathv G_GNUC_MALLOC
349 g_file_error_from_errno
351 g_file_get_contents PRIVATE
353 g_file_open_tmp PRIVATE
356 g_format_size_for_display
360 g_file_get_contents_utf8
368 #if IN_HEADER(__G_HASH_H__)
369 #if IN_FILE(__G_HASH_C__)
375 g_hash_table_foreach_remove
376 g_hash_table_foreach_steal
377 g_hash_table_get_keys
378 g_hash_table_get_values
381 g_hash_table_lookup_extended
383 g_hash_table_new_full
385 g_hash_table_remove_all
389 g_hash_table_steal_all
390 g_hash_table_iter_init
391 g_hash_table_iter_next
392 g_hash_table_iter_get_hash_table
393 g_hash_table_iter_remove
394 g_hash_table_iter_steal
398 #if IN_HEADER(__G_HOOK_H__)
399 #if IN_FILE(__G_HOOK_C__)
407 g_hook_find_func_data
416 g_hook_list_invoke_check
418 g_hook_list_marshal_check
426 #if IN_HEADER(__G_IOCHANNEL_H__)
427 #if IN_FILE(__G_IOCHANNEL_C__)
431 g_io_channel_error_from_errno
432 g_io_channel_error_quark
434 g_io_channel_get_buffer_condition
435 g_io_channel_get_buffered
436 g_io_channel_get_buffer_size
437 g_io_channel_get_close_on_unref
438 g_io_channel_get_encoding
439 g_io_channel_get_flags
440 g_io_channel_get_line_term
442 g_io_channel_read_chars
443 g_io_channel_read_line
444 g_io_channel_read_line_string
445 g_io_channel_read_to_end
446 g_io_channel_read_unichar
448 g_io_channel_seek_position
449 g_io_channel_set_buffered
450 g_io_channel_set_buffer_size
451 g_io_channel_set_close_on_unref
452 g_io_channel_set_encoding
453 g_io_channel_set_flags
454 g_io_channel_set_line_term
455 g_io_channel_shutdown
457 #ifndef G_DISABLE_DEPRECATED
463 g_io_channel_write_chars
464 g_io_channel_write_unichar
468 #if IN_HEADER(__G_IOCHANNEL_H__)
469 #if IN_FILE(__G_IO_UNIX_C__)
471 g_io_channel_unix_get_fd
472 g_io_channel_unix_new
473 g_io_channel_new_file PRIVATE
478 #if IN_HEADER(__G_IOCHANNEL_H__)
479 #if IN_FILE(__G_IO_WIN32_C__)
481 g_io_channel_unix_get_fd
482 g_io_channel_unix_new
483 g_io_channel_new_file PRIVATE
484 g_io_channel_new_file_utf8
485 g_io_channel_win32_get_fd
486 g_io_channel_win32_make_pollfd
487 g_io_channel_win32_new_fd
488 g_io_channel_win32_new_messages
489 g_io_channel_win32_new_socket
490 g_io_channel_win32_new_stream_socket
491 g_io_channel_win32_poll
492 g_io_channel_win32_set_debug
497 #if IN_HEADER(__G_KEY_FILE_H__)
498 #if IN_FILE(__G_KEY_FILE_C__)
499 g_key_file_error_quark
501 g_key_file_get_boolean
502 g_key_file_get_boolean_list G_GNUC_MALLOC
503 g_key_file_get_comment G_GNUC_MALLOC
504 g_key_file_get_groups G_GNUC_MALLOC
505 g_key_file_get_double
506 g_key_file_get_double_list G_GNUC_MALLOC
507 g_key_file_get_integer
508 g_key_file_get_integer_list G_GNUC_MALLOC
509 g_key_file_get_keys G_GNUC_MALLOC
510 g_key_file_get_locale_string G_GNUC_MALLOC
511 g_key_file_get_locale_string_list G_GNUC_MALLOC
512 g_key_file_get_start_group G_GNUC_MALLOC
513 g_key_file_get_string G_GNUC_MALLOC
514 g_key_file_get_string_list G_GNUC_MALLOC
515 g_key_file_get_value G_GNUC_MALLOC
518 g_key_file_load_from_dirs
519 g_key_file_load_from_data
520 g_key_file_load_from_data_dirs
521 g_key_file_load_from_file
523 g_key_file_remove_comment
524 g_key_file_remove_group
525 g_key_file_remove_key
526 g_key_file_set_boolean
527 g_key_file_set_boolean_list
528 g_key_file_set_comment
529 g_key_file_set_double
530 g_key_file_set_double_list
531 g_key_file_set_integer
532 g_key_file_set_integer_list
533 g_key_file_set_list_separator
534 g_key_file_set_locale_string
535 g_key_file_set_locale_string_list
536 g_key_file_set_string
537 g_key_file_set_string_list
539 g_key_file_to_data G_GNUC_MALLOC
543 #if IN_HEADER(__G_LIST_H__)
544 #if IN_FILE(__G_LIST_C__)
560 g_list_insert_sorted_with_data
566 #ifndef G_DISABLE_DEPRECATED
571 #ifndef G_DISABLE_DEPRECATED
572 g_list_push_allocator
579 g_list_sort_with_data
583 #if IN_HEADER(__G_MAIN_H__)
584 #if IN_FILE(__G_MAIN_C__)
586 g_child_watch_add_full
587 g_child_watch_source_new
589 g_main_context_acquire
590 g_main_context_add_poll
592 g_main_context_default
593 g_main_context_dispatch
594 g_main_context_find_source_by_funcs_user_data
595 g_main_context_find_source_by_id
596 g_main_context_find_source_by_user_data
597 g_main_context_get_poll_func
598 g_main_context_is_owner
599 g_main_context_iteration
601 g_main_context_pending
602 g_main_context_prepare
605 g_main_context_release
606 g_main_context_remove_poll
607 g_main_context_set_poll_func
610 g_main_context_wakeup
612 g_main_current_source
613 g_main_loop_get_context
614 g_main_loop_is_running
623 g_source_get_can_recurse
625 g_source_get_current_time
627 g_source_get_priority
631 g_source_remove_by_funcs_user_data
632 g_source_remove_by_user_data
634 g_source_set_callback
635 g_source_set_callback_indirect
636 g_source_set_can_recurse
638 g_source_is_destroyed
639 g_source_set_priority
643 g_idle_remove_by_data
646 g_timeout_add_seconds
648 g_timeout_add_seconds_full
650 g_timeout_source_new_seconds
654 #if IN_HEADER(__G_MAPPED_FILE_H__)
655 #if IN_FILE(__G_MAPPED_FILE_C__)
656 g_mapped_file_new G_GNUC_MALLOC
657 g_mapped_file_get_length
658 g_mapped_file_get_contents
663 #if IN_HEADER(__G_MARKUP_H__)
664 #if IN_FILE(__G_MARKUP_C__)
667 g_markup_parse_context_end_parse
668 g_markup_parse_context_free
669 g_markup_parse_context_get_element
670 g_markup_parse_context_get_element_stack
671 g_markup_parse_context_get_position
672 g_markup_parse_context_new
673 g_markup_parse_context_parse
674 g_markup_printf_escaped G_GNUC_PRINTF(1,2)
675 g_markup_vprintf_escaped
676 g_markup_collect_attributes
680 #if IN_HEADER(__G_MEM_H__)
681 #if IN_FILE(__G_MEM_C__)
683 g_malloc G_GNUC_MALLOC
684 g_malloc0 G_GNUC_MALLOC
685 g_mem_is_system_malloc
689 g_try_malloc G_GNUC_MALLOC
690 g_try_malloc0 G_GNUC_MALLOC
692 #ifndef G_DISABLE_DEPRECATED
709 #if IN_HEADER(__G_SLICE_H__)
710 #if IN_FILE(__G_SLICE_C__)
711 g_slice_alloc G_GNUC_MALLOC
712 g_slice_alloc0 G_GNUC_MALLOC
713 g_slice_copy G_GNUC_MALLOC
715 g_slice_free_chain_with_offset
718 g_slice_get_config_state
719 #ifdef G_ENABLE_DEBUG
720 #ifdef INCLUDE_INTERNAL_SYMBOLS
721 g_slice_debug_tree_statistics
727 #if IN_HEADER(__G_MESSAGES_H__)
728 #if IN_FILE(__G_MESSAGES_C__)
729 g_printf_string_upper_bound
730 g_log G_GNUC_PRINTF(3,4)
731 g_log_default_handler
733 g_log_set_always_fatal
734 g_log_set_default_handler
738 g_return_if_fail_warning
740 #ifndef G_DISABLE_DEPRECATED
741 g_assert_warning G_GNUC_NORETURN
743 g_print G_GNUC_PRINTF(1,2)
744 g_printerr G_GNUC_PRINTF(1,2)
745 g_set_printerr_handler
750 #if IN_HEADER(__G_NODE_H__)
751 #if IN_FILE(__G_NODE_C__)
753 g_node_child_position
754 g_node_children_foreach
774 #ifndef G_DISABLE_DEPRECATED
778 #ifndef G_DISABLE_DEPRECATED
779 g_node_push_allocator
781 g_node_reverse_children
787 #if IN_HEADER(__G_OPTION_H__)
788 #if IN_FILE(__G_OPTION_C__)
789 g_option_context_add_group
790 g_option_context_add_main_entries
792 g_option_context_free
793 g_option_context_get_description
794 g_option_context_get_help_enabled
795 g_option_context_get_ignore_unknown_options
796 g_option_context_get_main_group
797 g_option_context_get_summary
799 g_option_context_parse
800 g_option_context_set_description
801 g_option_context_set_help_enabled
802 g_option_context_set_ignore_unknown_options
803 g_option_context_set_main_group
804 g_option_context_set_summary
805 g_option_context_set_translate_func
806 g_option_context_set_translation_domain
807 g_option_context_get_help
808 g_option_group_add_entries
811 g_option_group_set_error_hook
812 g_option_group_set_parse_hooks
813 g_option_group_set_translate_func
814 g_option_group_set_translation_domain
818 #if IN_HEADER(__G_PATTERN_H__)
819 #if IN_FILE(__G_PATTERN_C__)
821 g_pattern_match_simple
822 g_pattern_match_string
829 #if IN_HEADER(__G_PRIMES_H__)
830 #if IN_FILE(__G_PRIMES_C__)
831 g_spaced_primes_closest G_GNUC_CONST
835 #if IN_HEADER(__G_PRINTF_H__)
836 #if IN_FILE(__G_PRINTF_C__)
837 g_fprintf G_GNUC_PRINTF(2,3)
838 g_printf G_GNUC_PRINTF(1,2)
839 g_sprintf G_GNUC_PRINTF(2,3)
847 #if IN_HEADER(__G_UTILS_H__)
848 #if IN_FILE(__G_PRINTF_C__)
849 g_snprintf G_GNUC_PRINTF(3,4)
854 #if IN_HEADER(__G_QSORT_H__)
855 #if IN_FILE(__G_QSORT_C__)
860 #if IN_HEADER(__G_QUEUE_H__)
861 #if IN_FILE(__G_QUEUE_C__)
873 g_queue_insert_before
874 g_queue_insert_sorted
879 g_queue_peek_head_link
881 g_queue_peek_nth_link
883 g_queue_peek_tail_link
885 g_queue_pop_head_link
889 g_queue_pop_tail_link
891 g_queue_push_head_link
893 g_queue_push_nth_link
895 g_queue_push_tail_link
904 #if IN_HEADER(__G_RAND_H__)
905 #if IN_FILE(__G_RAND_C__)
914 g_rand_new_with_seed_array
916 g_random_double_range
921 g_rand_set_seed_array
925 #if IN_HEADER(__G_REL_H__)
926 #if IN_FILE(__G_REL_C__)
941 #if IN_HEADER(__G_SCANNER_H__)
942 #if IN_FILE(__G_SCANNER_C__)
944 g_scanner_cur_position
949 g_scanner_error G_GNUC_PRINTF(2,3)
950 g_scanner_get_next_token
953 g_scanner_lookup_symbol
955 g_scanner_peek_next_token
956 g_scanner_scope_add_symbol
957 g_scanner_scope_foreach_symbol
958 g_scanner_scope_lookup_symbol
959 g_scanner_scope_remove_symbol
961 g_scanner_sync_file_offset
962 g_scanner_unexp_token
963 g_scanner_warn G_GNUC_PRINTF(2,3)
967 #if IN_HEADER(__G_SEQUENCE_H__)
968 #if IN_FILE(__G_SEQUENCE_C__)
971 g_sequence_get_length
973 g_sequence_foreach_range
976 g_sequence_get_begin_iter
977 g_sequence_get_end_iter
978 g_sequence_get_iter_at_pos
981 g_sequence_insert_before
984 g_sequence_insert_sorted
985 g_sequence_insert_sorted_iter
986 g_sequence_sort_changed
987 g_sequence_sort_changed_iter
989 g_sequence_remove_range
990 g_sequence_move_range
992 g_sequence_search_iter
995 g_sequence_iter_is_begin
996 g_sequence_iter_is_end
999 g_sequence_iter_get_position
1000 g_sequence_iter_move
1001 g_sequence_iter_get_sequence
1002 g_sequence_iter_compare
1003 g_sequence_range_get_midpoint
1007 #if IN_HEADER(__G_SHELL_H__)
1008 #if IN_FILE(__G_SHELL_C__)
1016 #if IN_HEADER(__G_SLIST_H__)
1017 #if IN_FILE(__G_SLIST_C__)
1030 g_slist_insert_before
1031 g_slist_insert_sorted
1032 g_slist_insert_sorted_with_data
1037 #ifndef G_DISABLE_DEPRECATED
1038 g_slist_pop_allocator
1042 #ifndef G_DISABLE_DEPRECATED
1043 g_slist_push_allocator
1050 g_slist_sort_with_data
1054 #if IN_HEADER(__G_SPAWN_H__)
1055 #if IN_FILE(__G_SPAWN_C__)
1056 g_spawn_async PRIVATE
1057 g_spawn_async_with_pipes PRIVATE
1059 g_spawn_command_line_async PRIVATE
1060 g_spawn_command_line_sync PRIVATE
1062 g_spawn_sync PRIVATE
1065 g_spawn_async_with_pipes_utf8
1066 g_spawn_command_line_async_utf8
1067 g_spawn_command_line_sync_utf8
1073 #if IN_HEADER(__G_STDIO_H__)
1074 #if IN_FILE(__G_STDIO_C__)
1075 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
1076 /* gstdio wrappers */
1095 #if IN_HEADER(__G_STRFUNCS_H__)
1096 #if IN_FILE(__G_STRFUNCS_C__)
1097 g_ascii_digit_value G_GNUC_CONST
1100 g_ascii_strdown G_GNUC_MALLOC
1104 g_ascii_strup G_GNUC_MALLOC
1105 g_ascii_tolower G_GNUC_CONST
1106 g_ascii_toupper G_GNUC_CONST
1107 g_ascii_xdigit_value G_GNUC_CONST
1110 g_memdup G_GNUC_MALLOC
1115 g_strcompress G_GNUC_MALLOC
1116 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1118 g_strdup G_GNUC_MALLOC
1119 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
1120 g_strdupv G_GNUC_MALLOC
1121 g_strdup_vprintf G_GNUC_MALLOC
1122 g_strerror G_GNUC_CONST
1123 g_strescape G_GNUC_MALLOC
1127 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1128 g_strjoinv G_GNUC_MALLOC
1131 g_strndup G_GNUC_MALLOC
1132 g_strnfill G_GNUC_MALLOC
1136 g_strsignal G_GNUC_CONST
1137 g_strsplit G_GNUC_MALLOC
1138 g_strsplit_set G_GNUC_MALLOC
1141 #ifndef G_DISABLE_DEPRECATED
1153 #if IN_HEADER(__G_URI_FUNCS_H__)
1154 #if IN_FILE(__G_URI_FUNCS_C__)
1155 g_uri_unescape_string
1156 g_uri_unescape_segment
1162 #if IN_HEADER(__G_STRING_H__)
1163 #if IN_FILE(__G_STRING_C__)
1166 g_string_append_printf G_GNUC_PRINTF(2,3)
1167 g_string_append_unichar
1168 g_string_append_vprintf
1173 g_string_chunk_clear
1174 g_string_chunk_insert
1175 g_string_chunk_insert_const
1176 g_string_chunk_insert_len
1185 g_string_insert_unichar
1189 g_string_overwrite_len
1192 g_string_prepend_len
1193 g_string_prepend_unichar
1194 g_string_printf G_GNUC_PRINTF(2,3)
1198 g_string_append_uri_escaped
1199 #ifndef G_DISABLE_DEPRECATED
1204 #ifdef INCLUDE_INTERNAL_SYMBOLS
1205 /* these are not internal, but we don't want to alias them */
1213 #if IN_HEADER(__G_THREAD_H__)
1214 #if IN_FILE(__G_THREAD_C__)
1216 g_once_init_enter_impl
1218 #ifdef INCLUDE_INTERNAL_SYMBOLS
1222 #ifdef INCLUDE_VARIABLES
1223 g_thread_functions_for_glib_use
1224 g_threads_got_initialized
1225 g_thread_use_default_impl
1228 g_thread_create_full
1229 g_thread_error_quark
1233 g_thread_set_priority
1235 g_static_mutex_get_mutex_impl
1237 g_static_private_free
1238 g_static_private_get
1239 g_static_private_init
1240 g_static_private_set
1241 g_static_rec_mutex_free
1242 g_static_rec_mutex_init
1243 g_static_rec_mutex_lock
1244 g_static_rec_mutex_lock_full
1245 g_static_rec_mutex_trylock
1246 g_static_rec_mutex_unlock
1247 g_static_rec_mutex_unlock_full
1248 g_static_rw_lock_free
1249 g_static_rw_lock_init
1250 g_static_rw_lock_reader_lock
1251 g_static_rw_lock_reader_trylock
1252 g_static_rw_lock_reader_unlock
1253 g_static_rw_lock_writer_lock
1254 g_static_rw_lock_writer_trylock
1255 g_static_rw_lock_writer_unlock
1260 #if IN_HEADER(__G_THREADPOOL_H__)
1261 #if IN_FILE(__G_THREADPOOL_C__)
1263 g_thread_pool_get_max_threads
1264 g_thread_pool_get_max_unused_threads
1265 g_thread_pool_get_max_idle_time
1266 g_thread_pool_get_num_threads
1267 g_thread_pool_get_num_unused_threads
1270 g_thread_pool_set_max_threads
1271 g_thread_pool_set_max_unused_threads
1272 g_thread_pool_set_max_idle_time
1273 g_thread_pool_stop_unused_threads
1274 g_thread_pool_unprocessed
1275 g_thread_pool_set_sort_function
1279 #if IN_HEADER(__G_TEST_UTILS_H__)
1280 #if IN_FILE(__G_TEST_UTILS_C__)
1281 g_assertion_message G_GNUC_NORETURN
1282 g_assertion_message_cmpnum G_GNUC_NORETURN
1283 g_assertion_message_cmpstr G_GNUC_NORETURN
1284 g_assertion_message_expr G_GNUC_NORETURN
1286 g_test_add_data_func
1296 g_test_log_buffer_free
1297 g_test_log_buffer_new
1298 g_test_log_buffer_pop
1299 g_test_log_buffer_push
1301 g_test_log_type_name
1302 g_test_maximized_result
1304 g_test_minimized_result
1305 g_test_queue_destroy
1308 g_test_rand_double_range
1310 g_test_rand_int_range
1314 g_test_suite_add_suite
1315 g_test_timer_elapsed
1318 g_test_trap_assertions
1320 g_test_trap_has_passed
1321 g_test_trap_reached_timeout
1325 #if IN_HEADER(__G_TIMER_H__)
1326 #if IN_FILE(__G_TIMER_C__)
1335 g_time_val_from_iso8601
1336 g_time_val_to_iso8601 G_GNUC_MALLOC
1341 #if IN_HEADER(__G_TREE_H__)
1342 #if IN_FILE(__G_TREE_C__)
1348 g_tree_lookup_extended
1351 g_tree_new_with_data
1357 #ifndef G_DISABLE_DEPRECATED
1363 #if IN_HEADER(__G_UNICODE_H__)
1364 #if IN_FILE(__G_UNIBREAK_C__)
1365 g_unichar_break_type G_GNUC_CONST
1369 #if IN_HEADER(__G_UNICODE_H__)
1370 #if IN_FILE(__G_UNICOLLATE_C__)
1372 g_utf8_collate_key G_GNUC_MALLOC
1373 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1377 #if IN_HEADER(__G_UNICODE_H__)
1378 #if IN_FILE(__G_UNIDECOMP_C__)
1379 g_unicode_canonical_decomposition G_GNUC_MALLOC
1380 g_unicode_canonical_ordering
1381 g_unichar_combining_class G_GNUC_CONST
1386 #if IN_HEADER(__G_UNICODE_H__)
1387 #if IN_FILE(__G_UNIPROP_C__)
1388 g_unichar_isalnum G_GNUC_CONST
1389 g_unichar_isalpha G_GNUC_CONST
1390 g_unichar_iscntrl G_GNUC_CONST
1391 g_unichar_isdefined G_GNUC_CONST
1392 g_unichar_isdigit G_GNUC_CONST
1393 g_unichar_isgraph G_GNUC_CONST
1394 g_unichar_islower G_GNUC_CONST
1395 g_unichar_isprint G_GNUC_CONST
1396 g_unichar_ispunct G_GNUC_CONST
1397 g_unichar_isspace G_GNUC_CONST
1398 g_unichar_istitle G_GNUC_CONST
1399 g_unichar_isupper G_GNUC_CONST
1400 g_unichar_iswide G_GNUC_CONST
1401 g_unichar_iswide_cjk G_GNUC_CONST
1402 g_unichar_isxdigit G_GNUC_CONST
1403 g_unichar_iszerowidth G_GNUC_CONST
1404 g_unichar_tolower G_GNUC_CONST
1405 g_unichar_totitle G_GNUC_CONST
1406 g_unichar_toupper G_GNUC_CONST
1407 g_unichar_ismark G_GNUC_CONST
1408 g_unichar_get_mirror_char
1409 g_unichar_get_script
1410 g_unichar_digit_value G_GNUC_CONST
1411 g_unichar_xdigit_value G_GNUC_CONST
1412 g_unichar_type G_GNUC_CONST
1413 g_utf8_casefold G_GNUC_MALLOC
1414 g_utf8_strup G_GNUC_MALLOC
1415 g_utf8_strdown G_GNUC_MALLOC
1419 #if IN_HEADER(__G_UNICODE_H__)
1420 #if IN_FILE(__G_UTF8_C__)
1422 g_ucs4_to_utf16 G_GNUC_MALLOC
1423 g_ucs4_to_utf8 G_GNUC_MALLOC
1424 g_utf16_to_ucs4 G_GNUC_MALLOC
1425 g_utf16_to_utf8 G_GNUC_MALLOC
1426 g_utf8_find_next_char
1427 g_utf8_find_prev_char
1429 g_utf8_get_char_validated
1430 g_utf8_offset_to_pointer
1431 g_utf8_pointer_to_offset
1438 g_utf8_to_ucs4 G_GNUC_MALLOC
1439 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1440 g_utf8_to_utf16 G_GNUC_MALLOC
1447 #if IN_HEADER(__GLIBINTL_H__)
1448 #if IN_FILE(__G_UTILS_C__)
1453 #if IN_HEADER(__G_HASH_H__)
1454 #if IN_FILE(__G_UTILS_C__)
1457 g_direct_equal G_GNUC_CONST
1458 g_direct_hash G_GNUC_CONST
1462 #if IN_HEADER(__G_UTILS_H__)
1463 #if IN_FILE(__G_UTILS_C__)
1465 #ifndef G_DISABLE_DEPRECATED
1468 g_get_application_name
1469 g_find_program_in_path PRIVATE
1470 g_get_current_dir PRIVATE
1473 g_get_home_dir PRIVATE
1478 g_find_program_in_path_utf8
1479 g_get_current_dir_utf8
1485 g_get_language_names
1487 g_get_real_name PRIVATE
1489 g_get_real_name_utf8
1491 g_get_system_config_dirs
1492 g_get_system_data_dirs
1494 g_win32_get_system_data_dirs_for_module
1496 g_get_tmp_dir PRIVATE
1500 g_get_user_cache_dir
1501 g_get_user_config_dir
1503 g_get_user_special_dir
1504 g_get_user_name PRIVATE
1506 g_get_user_name_utf8
1510 g_parse_debug_string
1511 g_path_get_basename G_GNUC_MALLOC
1512 g_path_get_dirname G_GNUC_MALLOC
1515 g_set_application_name
1517 #ifdef INCLUDE_INTERNAL_SYMBOLS
1521 g_trash_stack_height
1530 #if IN_HEADER(__G_REGEX_H__)
1531 #if IN_FILE(__G_REGEX_C__)
1537 g_regex_get_max_backref
1538 g_regex_get_capture_count
1539 g_regex_get_string_number
1540 g_regex_escape_string
1541 g_regex_match_simple
1545 g_regex_match_all_full
1546 g_regex_split_simple
1550 g_regex_replace_literal
1551 g_regex_replace_eval
1552 g_regex_check_replacement
1553 g_match_info_get_regex
1554 g_match_info_get_string
1557 g_match_info_matches
1558 g_match_info_get_match_count
1559 g_match_info_is_partial_match
1560 g_match_info_expand_references
1562 g_match_info_fetch_pos
1563 g_match_info_fetch_named
1564 g_match_info_fetch_named_pos
1565 g_match_info_fetch_all
1569 #if IN_HEADER(__G_WIN32_H__)
1570 #if IN_FILE(__G_WIN32_H__)
1572 g_win32_error_message
1574 g_win32_get_package_installation_directory_of_module
1575 g_win32_get_package_installation_directory PRIVATE
1576 g_win32_get_package_installation_directory_utf8
1577 g_win32_get_package_installation_subdirectory PRIVATE
1578 g_win32_get_package_installation_subdirectory_utf8
1579 g_win32_get_windows_version
1581 g_win32_locale_filename_from_utf8
1586 #ifdef INCLUDE_VARIABLES
1596 glib_mem_profiler_table