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_get_element_size
25 g_array_remove_index_fast
30 g_array_sort_with_data
37 g_byte_array_remove_index
38 g_byte_array_remove_index_fast
39 g_byte_array_remove_range
41 g_byte_array_sized_new
43 g_byte_array_sort_with_data
50 g_ptr_array_new_with_free_func
51 g_ptr_array_set_free_func
53 g_ptr_array_remove_fast
54 g_ptr_array_remove_index
55 g_ptr_array_remove_index_fast
56 g_ptr_array_remove_range
60 g_ptr_array_sort_with_data
64 #if IN_HEADER(__G_ASYNCQUEUE_H__)
65 #if IN_FILE(__G_ASYNCQUEUE_C__)
67 g_async_queue_length_unlocked
70 g_async_queue_new_full
72 g_async_queue_pop_unlocked
74 g_async_queue_push_unlocked
75 g_async_queue_push_sorted
76 g_async_queue_push_sorted_unlocked
79 g_async_queue_sort_unlocked
80 g_async_queue_timed_pop
81 g_async_queue_timed_pop_unlocked
83 g_async_queue_try_pop_unlocked
86 #ifndef G_DISABLE_DEPRECATED
87 g_async_queue_ref_unlocked
88 g_async_queue_unref_and_unlock
93 #if IN_HEADER(__G_ATOMIC_H__)
94 #if IN_FILE(__G_ATOMIC_C__)
96 g_atomic_int_compare_and_exchange
97 g_atomic_int_exchange_and_add
98 g_atomic_pointer_compare_and_exchange
99 #ifdef INCLUDE_INTERNAL_SYMBOLS
100 /* these are not internal, but we don't want to alias them */
109 #if IN_HEADER(__G_BACKTRACE_H__)
110 #if IN_FILE(__G_BACKTRACE_C__)
112 g_on_error_stack_trace
116 #if IN_HEADER(__G_BASE64_H__)
117 #if IN_FILE(__G_BASE64_C__)
119 g_base64_encode_close
120 g_base64_encode G_GNUC_MALLOC
122 g_base64_decode G_GNUC_MALLOC
123 g_base64_decode_inplace
127 #if IN_HEADER(__G_BOOKMARK_FILE_H__)
128 #if IN_FILE(__G_BOOKMARK_FILE_C__)
129 g_bookmark_file_error_quark
132 g_bookmark_file_load_from_file
133 g_bookmark_file_load_from_data
134 g_bookmark_file_load_from_data_dirs
135 g_bookmark_file_to_data
136 g_bookmark_file_to_file
137 g_bookmark_file_set_title
138 g_bookmark_file_get_title G_GNUC_MALLOC
139 g_bookmark_file_set_description
140 g_bookmark_file_get_description G_GNUC_MALLOC
141 g_bookmark_file_set_mime_type
142 g_bookmark_file_get_mime_type G_GNUC_MALLOC
143 g_bookmark_file_set_groups
144 g_bookmark_file_add_group
145 g_bookmark_file_has_group
146 g_bookmark_file_get_groups G_GNUC_MALLOC
147 g_bookmark_file_add_application
148 g_bookmark_file_has_application
149 g_bookmark_file_get_applications G_GNUC_MALLOC
150 g_bookmark_file_set_app_info
151 g_bookmark_file_get_app_info
152 g_bookmark_file_set_is_private
153 g_bookmark_file_get_is_private
154 g_bookmark_file_set_icon
155 g_bookmark_file_get_icon
156 g_bookmark_file_set_added
157 g_bookmark_file_get_added
158 g_bookmark_file_set_modified
159 g_bookmark_file_get_modified
160 g_bookmark_file_set_visited
161 g_bookmark_file_get_visited
162 g_bookmark_file_has_item
163 g_bookmark_file_get_size
164 g_bookmark_file_get_uris G_GNUC_MALLOC
165 g_bookmark_file_remove_group
166 g_bookmark_file_remove_application
167 g_bookmark_file_remove_item
168 g_bookmark_file_move_item
172 #if IN_HEADER(__G_CACHE_H__)
173 #if IN_FILE(__G_CACHE_C__)
179 #ifndef G_DISABLE_DEPRECATED
180 g_cache_value_foreach
185 #if IN_HEADER(__G_CHECKSUM_H__)
186 #if IN_FILE(__G_CHECKSUM_C__)
187 g_checksum_type_get_length
193 g_checksum_get_string
194 g_checksum_get_digest
195 g_compute_checksum_for_data
196 g_compute_checksum_for_string
200 #if IN_HEADER(__G_COMPLETION_H__)
201 #if IN_FILE(__G_COMPLETION_C__)
202 g_completion_add_items
203 g_completion_clear_items
204 g_completion_complete
205 g_completion_complete_utf8
208 g_completion_remove_items
209 g_completion_set_compare
213 #if IN_HEADER(__G_CONVERT_H__)
214 #if IN_FILE(__G_CONVERT_C__)
215 g_get_filename_charsets
216 g_convert G_GNUC_MALLOC
217 g_convert_error_quark
218 g_convert_with_fallback G_GNUC_MALLOC
219 g_convert_with_iconv G_GNUC_MALLOC
223 g_locale_from_utf8 G_GNUC_MALLOC
224 g_locale_to_utf8 G_GNUC_MALLOC
225 g_filename_display_name G_GNUC_MALLOC
226 g_filename_display_basename G_GNUC_MALLOC
228 g_filename_from_uri PRIVATE G_GNUC_MALLOC
229 g_filename_from_utf8 PRIVATE G_GNUC_MALLOC
230 g_filename_to_uri PRIVATE G_GNUC_MALLOC
231 g_filename_to_utf8 PRIVATE G_GNUC_MALLOC
234 g_filename_from_uri_utf8 G_GNUC_MALLOC
235 g_filename_from_utf8_utf8
236 g_filename_to_uri_utf8 G_GNUC_MALLOC
237 g_filename_to_utf8_utf8
239 g_uri_list_extract_uris G_GNUC_MALLOC
243 #if IN_HEADER(__G_DATASET_H__)
244 #if IN_FILE(__G_DATASET_C__)
248 g_datalist_id_get_data
249 g_datalist_id_remove_no_notify
250 g_datalist_id_set_data_full
252 g_datalist_unset_flags
256 g_dataset_id_get_data
257 g_dataset_id_remove_no_notify
258 g_dataset_id_set_data_full
262 #if IN_HEADER(__G_QUARK_H__)
263 #if IN_FILE(__G_DATASET_C__)
264 g_quark_from_static_string
266 g_quark_to_string G_GNUC_CONST
269 g_intern_static_string
273 #if IN_HEADER(__G_DATE_H__)
274 #if IN_FILE(__G_DATE_C__)
284 g_date_get_day_of_year
285 g_date_get_days_in_month
286 g_date_get_iso8601_week_of_year
288 g_date_get_monday_week_of_year
289 g_date_get_monday_weeks_in_year G_GNUC_CONST
291 g_date_get_sunday_week_of_year
292 g_date_get_sunday_weeks_in_year G_GNUC_CONST
295 g_date_is_first_of_month
296 g_date_is_last_of_month
297 g_date_is_leap_year G_GNUC_CONST
307 #ifndef G_DISABLE_DEPRECATED
315 g_date_subtract_months
316 g_date_subtract_years
319 g_date_valid_day G_GNUC_CONST
321 g_date_valid_julian G_GNUC_CONST
322 g_date_valid_month G_GNUC_CONST
323 g_date_valid_weekday G_GNUC_CONST
324 g_date_valid_year G_GNUC_CONST
328 #if IN_HEADER(__G_DIR_H__)
329 #if IN_FILE(__G_DIR_C__)
333 g_dir_read_name PRIVATE
343 #if IN_HEADER(__G_ERROR_H__)
344 #if IN_FILE(__G_ERROR_C__)
349 g_error_new G_GNUC_PRINTF(3,4)
353 g_set_error G_GNUC_PRINTF(4,5)
355 g_prefix_error G_GNUC_PRINTF(2,3)
356 g_propagate_prefixed_error G_GNUC_PRINTF(3,4)
360 #if IN_HEADER(__G_FILEUTILS_H__)
361 #if IN_FILE(__G_FILEUTILS_C__)
362 g_build_filename G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
363 g_build_filenamev G_GNUC_MALLOC
364 g_build_path G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
365 g_build_pathv G_GNUC_MALLOC
366 g_file_error_from_errno
369 g_file_get_contents PRIVATE
373 g_file_open_tmp PRIVATE
377 g_format_size_for_display
384 g_file_get_contents_utf8
392 #if IN_HEADER(__G_HASH_H__)
393 #if IN_FILE(__G_HASH_C__)
399 g_hash_table_foreach_remove
400 g_hash_table_foreach_steal
401 g_hash_table_get_keys
402 g_hash_table_get_values
405 g_hash_table_lookup_extended
407 g_hash_table_new_full
409 g_hash_table_remove_all
413 g_hash_table_steal_all
414 g_hash_table_iter_init
415 g_hash_table_iter_next
416 g_hash_table_iter_get_hash_table
417 g_hash_table_iter_remove
418 g_hash_table_iter_steal
422 #if IN_HEADER(__G_HOOK_H__)
423 #if IN_FILE(__G_HOOK_C__)
431 g_hook_find_func_data
440 g_hook_list_invoke_check
442 g_hook_list_marshal_check
450 #if IN_HEADER(__G_IOCHANNEL_H__)
451 #if IN_FILE(__G_IOCHANNEL_C__)
455 g_io_channel_error_from_errno
456 g_io_channel_error_quark
458 g_io_channel_get_buffer_condition
459 g_io_channel_get_buffered
460 g_io_channel_get_buffer_size
461 g_io_channel_get_close_on_unref
462 g_io_channel_get_encoding
463 g_io_channel_get_flags
464 g_io_channel_get_line_term
466 g_io_channel_read_chars
467 g_io_channel_read_line
468 g_io_channel_read_line_string
469 g_io_channel_read_to_end
470 g_io_channel_read_unichar
472 g_io_channel_seek_position
473 g_io_channel_set_buffered
474 g_io_channel_set_buffer_size
475 g_io_channel_set_close_on_unref
476 g_io_channel_set_encoding
477 g_io_channel_set_flags
478 g_io_channel_set_line_term
479 g_io_channel_shutdown
481 #ifndef G_DISABLE_DEPRECATED
487 g_io_channel_write_chars
488 g_io_channel_write_unichar
492 #if IN_HEADER(__G_IOCHANNEL_H__)
493 #if IN_FILE(__G_IO_UNIX_C__)
495 g_io_channel_unix_get_fd
496 g_io_channel_unix_new
497 g_io_channel_new_file PRIVATE
502 #if IN_HEADER(__G_IOCHANNEL_H__)
503 #if IN_FILE(__G_IO_WIN32_C__)
505 g_io_channel_unix_get_fd
506 g_io_channel_unix_new
508 g_io_channel_new_file PRIVATE
510 g_io_channel_new_file_utf8
511 g_io_channel_win32_get_fd
512 g_io_channel_win32_make_pollfd
513 g_io_channel_win32_new_fd
514 g_io_channel_win32_new_messages
515 g_io_channel_win32_new_socket
517 g_io_channel_win32_new_stream_socket PRIVATE
519 g_io_channel_win32_poll
520 g_io_channel_win32_set_debug
525 #if IN_HEADER(__G_KEY_FILE_H__)
526 #if IN_FILE(__G_KEY_FILE_C__)
527 g_key_file_error_quark
529 g_key_file_get_boolean
530 g_key_file_get_boolean_list G_GNUC_MALLOC
531 g_key_file_get_comment G_GNUC_MALLOC
532 g_key_file_get_groups G_GNUC_MALLOC
533 g_key_file_get_double
534 g_key_file_get_double_list G_GNUC_MALLOC
535 g_key_file_get_integer
537 g_key_file_get_uint64
538 g_key_file_get_integer_list G_GNUC_MALLOC
539 g_key_file_get_keys G_GNUC_MALLOC
540 g_key_file_get_locale_string G_GNUC_MALLOC
541 g_key_file_get_locale_string_list G_GNUC_MALLOC
542 g_key_file_get_start_group G_GNUC_MALLOC
543 g_key_file_get_string G_GNUC_MALLOC
544 g_key_file_get_string_list G_GNUC_MALLOC
545 g_key_file_get_value G_GNUC_MALLOC
548 g_key_file_load_from_dirs
549 g_key_file_load_from_data
550 g_key_file_load_from_data_dirs
551 g_key_file_load_from_file
553 g_key_file_remove_comment
554 g_key_file_remove_group
555 g_key_file_remove_key
556 g_key_file_set_boolean
557 g_key_file_set_boolean_list
558 g_key_file_set_comment
559 g_key_file_set_double
560 g_key_file_set_double_list
561 g_key_file_set_integer
563 g_key_file_set_uint64
564 g_key_file_set_integer_list
565 g_key_file_set_list_separator
566 g_key_file_set_locale_string
567 g_key_file_set_locale_string_list
568 g_key_file_set_string
569 g_key_file_set_string_list
571 g_key_file_to_data G_GNUC_MALLOC
575 #if IN_HEADER(__G_LIST_H__)
576 #if IN_FILE(__G_LIST_C__)
592 g_list_insert_sorted_with_data
598 #ifndef G_DISABLE_DEPRECATED
603 #ifndef G_DISABLE_DEPRECATED
604 g_list_push_allocator
611 g_list_sort_with_data
615 #if IN_HEADER(__G_MAIN_H__)
616 #if IN_FILE(__G_MAIN_C__)
618 g_child_watch_add_full
619 g_child_watch_source_new
621 g_main_context_acquire
622 g_main_context_add_poll
624 g_main_context_default
625 g_main_context_dispatch
626 g_main_context_find_source_by_funcs_user_data
627 g_main_context_find_source_by_id
628 g_main_context_find_source_by_user_data
629 g_main_context_get_poll_func
630 g_main_context_get_thread_default
631 g_main_context_is_owner
632 g_main_context_iteration
634 g_main_context_pending
635 g_main_context_pop_thread_default
636 g_main_context_prepare
637 g_main_context_push_thread_default
640 g_main_context_release
641 g_main_context_remove_poll
642 g_main_context_set_poll_func
645 g_main_context_wakeup
647 g_main_current_source
648 g_main_loop_get_context
649 g_main_loop_is_running
658 g_source_get_can_recurse
660 g_source_get_current_time
662 g_source_get_priority
666 g_source_remove_by_funcs_user_data
667 g_source_remove_by_user_data
669 g_source_set_callback
670 g_source_set_callback_indirect
671 g_source_set_can_recurse
673 g_source_is_destroyed
674 g_source_set_priority
678 g_idle_remove_by_data
681 g_timeout_add_seconds
683 g_timeout_add_seconds_full
685 g_timeout_source_new_seconds
689 #if IN_HEADER(__G_MAPPED_FILE_H__)
690 #if IN_FILE(__G_MAPPED_FILE_C__)
691 g_mapped_file_new G_GNUC_MALLOC
692 g_mapped_file_get_length
693 g_mapped_file_get_contents
696 #ifndef G_DISABLE_DEPRECATED
702 #if IN_HEADER(__G_MARKUP_H__)
703 #if IN_FILE(__G_MARKUP_C__)
706 g_markup_parse_context_end_parse
707 g_markup_parse_context_free
708 g_markup_parse_context_get_element
709 g_markup_parse_context_get_element_stack
710 g_markup_parse_context_get_position
711 g_markup_parse_context_get_user_data
712 g_markup_parse_context_new
713 g_markup_parse_context_parse
714 g_markup_parse_context_push
715 g_markup_parse_context_pop
716 g_markup_printf_escaped G_GNUC_PRINTF(1,2)
717 g_markup_vprintf_escaped
718 g_markup_collect_attributes
722 #if IN_HEADER(__G_MEM_H__)
723 #if IN_FILE(__G_MEM_C__)
725 g_malloc G_GNUC_MALLOC
726 g_malloc0 G_GNUC_MALLOC
727 g_malloc_n G_GNUC_MALLOC
728 g_malloc0_n G_GNUC_MALLOC
729 g_mem_is_system_malloc
734 g_try_malloc G_GNUC_MALLOC
735 g_try_malloc0 G_GNUC_MALLOC
736 g_try_malloc_n G_GNUC_MALLOC
737 g_try_malloc0_n G_GNUC_MALLOC
740 #ifndef G_DISABLE_DEPRECATED
757 #if IN_HEADER(__G_SLICE_H__)
758 #if IN_FILE(__G_SLICE_C__)
759 g_slice_alloc G_GNUC_MALLOC
760 g_slice_alloc0 G_GNUC_MALLOC
761 g_slice_copy G_GNUC_MALLOC
763 g_slice_free_chain_with_offset
766 g_slice_get_config_state
767 #ifdef G_ENABLE_DEBUG
768 #ifdef INCLUDE_INTERNAL_SYMBOLS
769 g_slice_debug_tree_statistics
775 #if IN_HEADER(__G_MESSAGES_H__)
776 #if IN_FILE(__G_MESSAGES_C__)
777 g_printf_string_upper_bound
778 g_log G_GNUC_PRINTF(3,4)
779 g_log_default_handler
781 g_log_set_always_fatal
782 g_log_set_default_handler
786 g_return_if_fail_warning
788 #ifndef G_DISABLE_DEPRECATED
789 g_assert_warning G_GNUC_NORETURN
791 g_print G_GNUC_PRINTF(1,2)
792 g_printerr G_GNUC_PRINTF(1,2)
793 g_set_printerr_handler
798 #if IN_HEADER(__G_NODE_H__)
799 #if IN_FILE(__G_NODE_C__)
801 g_node_child_position
802 g_node_children_foreach
822 #ifndef G_DISABLE_DEPRECATED
826 #ifndef G_DISABLE_DEPRECATED
827 g_node_push_allocator
829 g_node_reverse_children
835 #if IN_HEADER(__G_OPTION_H__)
836 #if IN_FILE(__G_OPTION_C__)
837 g_option_context_add_group
838 g_option_context_add_main_entries
840 g_option_context_free
841 g_option_context_get_description
842 g_option_context_get_help_enabled
843 g_option_context_get_ignore_unknown_options
844 g_option_context_get_main_group
845 g_option_context_get_summary
847 g_option_context_parse
848 g_option_context_set_description
849 g_option_context_set_help_enabled
850 g_option_context_set_ignore_unknown_options
851 g_option_context_set_main_group
852 g_option_context_set_summary
853 g_option_context_set_translate_func
854 g_option_context_set_translation_domain
855 g_option_context_get_help
856 g_option_group_add_entries
859 g_option_group_set_error_hook
860 g_option_group_set_parse_hooks
861 g_option_group_set_translate_func
862 g_option_group_set_translation_domain
866 #if IN_HEADER(__G_PATTERN_H__)
867 #if IN_FILE(__G_PATTERN_C__)
869 g_pattern_match_simple
870 g_pattern_match_string
877 #if IN_HEADER(__G_POLL_H__)
878 #if IN_FILE(__G_POLL_C__)
883 #if IN_HEADER(__G_PRIMES_H__)
884 #if IN_FILE(__G_PRIMES_C__)
885 g_spaced_primes_closest G_GNUC_CONST
889 #if IN_HEADER(__G_PRINTF_H__)
890 #if IN_FILE(__G_PRINTF_C__)
891 g_fprintf G_GNUC_PRINTF(2,3)
892 g_printf G_GNUC_PRINTF(1,2)
893 g_sprintf G_GNUC_PRINTF(2,3)
901 #if IN_HEADER(__G_UTILS_H__)
902 #if IN_FILE(__G_PRINTF_C__)
903 g_snprintf G_GNUC_PRINTF(3,4)
908 #if IN_HEADER(__G_QSORT_H__)
909 #if IN_FILE(__G_QSORT_C__)
914 #if IN_HEADER(__G_QUEUE_H__)
915 #if IN_FILE(__G_QUEUE_C__)
927 g_queue_insert_before
928 g_queue_insert_sorted
933 g_queue_peek_head_link
935 g_queue_peek_nth_link
937 g_queue_peek_tail_link
939 g_queue_pop_head_link
943 g_queue_pop_tail_link
945 g_queue_push_head_link
947 g_queue_push_nth_link
949 g_queue_push_tail_link
958 #if IN_HEADER(__G_RAND_H__)
959 #if IN_FILE(__G_RAND_C__)
968 g_rand_new_with_seed_array
970 g_random_double_range
975 g_rand_set_seed_array
979 #if IN_HEADER(__G_REL_H__)
980 #if IN_FILE(__G_REL_C__)
995 #if IN_HEADER(__G_SCANNER_H__)
996 #if IN_FILE(__G_SCANNER_C__)
998 g_scanner_cur_position
1003 g_scanner_error G_GNUC_PRINTF(2,3)
1004 g_scanner_get_next_token
1005 g_scanner_input_file
1006 g_scanner_input_text
1007 g_scanner_lookup_symbol
1009 g_scanner_peek_next_token
1010 g_scanner_scope_add_symbol
1011 g_scanner_scope_foreach_symbol
1012 g_scanner_scope_lookup_symbol
1013 g_scanner_scope_remove_symbol
1015 g_scanner_sync_file_offset
1016 g_scanner_unexp_token
1017 g_scanner_warn G_GNUC_PRINTF(2,3)
1021 #if IN_HEADER(__G_SEQUENCE_H__)
1022 #if IN_FILE(__G_SEQUENCE_C__)
1025 g_sequence_get_length
1027 g_sequence_foreach_range
1029 g_sequence_sort_iter
1030 g_sequence_get_begin_iter
1031 g_sequence_get_end_iter
1032 g_sequence_get_iter_at_pos
1035 g_sequence_insert_before
1038 g_sequence_insert_sorted
1039 g_sequence_insert_sorted_iter
1040 g_sequence_sort_changed
1041 g_sequence_sort_changed_iter
1043 g_sequence_remove_range
1044 g_sequence_move_range
1046 g_sequence_search_iter
1049 g_sequence_iter_is_begin
1050 g_sequence_iter_is_end
1051 g_sequence_iter_next
1052 g_sequence_iter_prev
1053 g_sequence_iter_get_position
1054 g_sequence_iter_move
1055 g_sequence_iter_get_sequence
1056 g_sequence_iter_compare
1057 g_sequence_range_get_midpoint
1061 #if IN_HEADER(__G_SHELL_H__)
1062 #if IN_FILE(__G_SHELL_C__)
1070 #if IN_HEADER(__G_SLIST_H__)
1071 #if IN_FILE(__G_SLIST_C__)
1084 g_slist_insert_before
1085 g_slist_insert_sorted
1086 g_slist_insert_sorted_with_data
1091 #ifndef G_DISABLE_DEPRECATED
1092 g_slist_pop_allocator
1096 #ifndef G_DISABLE_DEPRECATED
1097 g_slist_push_allocator
1104 g_slist_sort_with_data
1108 #if IN_HEADER(__G_SPAWN_H__)
1109 #if IN_FILE(__G_SPAWN_C__)
1111 g_spawn_async PRIVATE
1112 g_spawn_async_with_pipes PRIVATE
1116 g_spawn_command_line_async PRIVATE
1117 g_spawn_command_line_sync PRIVATE
1121 g_spawn_sync PRIVATE
1125 g_spawn_async_with_pipes_utf8
1126 g_spawn_command_line_async_utf8
1127 g_spawn_command_line_sync_utf8
1133 #if IN_HEADER(__G_STDIO_H__)
1134 #if IN_FILE(__G_STDIO_C__)
1135 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
1136 /* gstdio wrappers */
1156 #if IN_HEADER(__G_STRFUNCS_H__)
1157 #if IN_FILE(__G_STRFUNCS_C__)
1158 g_ascii_digit_value G_GNUC_CONST
1161 g_ascii_strdown G_GNUC_MALLOC
1165 g_ascii_strup G_GNUC_MALLOC
1166 g_ascii_tolower G_GNUC_CONST
1167 g_ascii_toupper G_GNUC_CONST
1168 g_ascii_xdigit_value G_GNUC_CONST
1171 g_memdup G_GNUC_MALLOC
1176 g_strcompress G_GNUC_MALLOC
1177 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1179 g_strdup G_GNUC_MALLOC
1180 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
1181 g_strdupv G_GNUC_MALLOC
1182 g_strdup_vprintf G_GNUC_MALLOC
1183 g_strerror G_GNUC_CONST
1184 g_strescape G_GNUC_MALLOC
1188 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1189 g_strjoinv G_GNUC_MALLOC
1192 g_strndup G_GNUC_MALLOC
1193 g_strnfill G_GNUC_MALLOC
1197 g_strsignal G_GNUC_CONST
1198 g_strsplit G_GNUC_MALLOC
1199 g_strsplit_set G_GNUC_MALLOC
1202 #ifndef G_DISABLE_DEPRECATED
1209 g_strip_context G_GNUC_FORMAT(1)
1210 g_dgettext G_GNUC_FORMAT(2)
1211 g_dngettext G_GNUC_FORMAT(3)
1212 g_dpgettext G_GNUC_FORMAT(2)
1213 g_dpgettext2 G_GNUC_FORMAT(3)
1217 #if IN_HEADER(__G_URI_FUNCS_H__)
1218 #if IN_FILE(__G_URI_FUNCS_C__)
1219 g_uri_unescape_string
1220 g_uri_unescape_segment
1226 #if IN_HEADER(__G_STRING_H__)
1227 #if IN_FILE(__G_STRING_C__)
1230 g_string_append_printf G_GNUC_PRINTF(2,3)
1231 g_string_append_unichar
1232 g_string_append_vprintf
1237 g_string_chunk_clear
1238 g_string_chunk_insert
1239 g_string_chunk_insert_const
1240 g_string_chunk_insert_len
1249 g_string_insert_unichar
1253 g_string_overwrite_len
1256 g_string_prepend_len
1257 g_string_prepend_unichar
1258 g_string_printf G_GNUC_PRINTF(2,3)
1262 g_string_append_uri_escaped
1263 #ifndef G_DISABLE_DEPRECATED
1268 #ifdef INCLUDE_INTERNAL_SYMBOLS
1269 /* these are not internal, but we don't want to alias them */
1275 #if IN_HEADER(__G_BITLOCK_H__)
1276 #if IN_FILE(__G_BITLOCK_C__)
1283 #if IN_HEADER(__G_THREAD_H__)
1284 #if IN_FILE(__G_THREAD_C__)
1286 g_once_init_enter_impl
1288 #ifdef INCLUDE_INTERNAL_SYMBOLS
1292 #ifdef INCLUDE_VARIABLES
1293 g_thread_functions_for_glib_use
1294 g_threads_got_initialized
1295 g_thread_use_default_impl
1298 g_thread_create_full
1299 g_thread_error_quark
1303 g_thread_set_priority
1305 g_static_mutex_get_mutex_impl
1307 g_static_private_free
1308 g_static_private_get
1309 g_static_private_init
1310 g_static_private_set
1311 g_static_rec_mutex_free
1312 g_static_rec_mutex_init
1313 g_static_rec_mutex_lock
1314 g_static_rec_mutex_lock_full
1315 g_static_rec_mutex_trylock
1316 g_static_rec_mutex_unlock
1317 g_static_rec_mutex_unlock_full
1318 g_static_rw_lock_free
1319 g_static_rw_lock_init
1320 g_static_rw_lock_reader_lock
1321 g_static_rw_lock_reader_trylock
1322 g_static_rw_lock_reader_unlock
1323 g_static_rw_lock_writer_lock
1324 g_static_rw_lock_writer_trylock
1325 g_static_rw_lock_writer_unlock
1327 g_thread_get_initialized
1331 #if IN_HEADER(__G_THREADPOOL_H__)
1332 #if IN_FILE(__G_THREADPOOL_C__)
1334 g_thread_pool_get_max_threads
1335 g_thread_pool_get_max_unused_threads
1336 g_thread_pool_get_max_idle_time
1337 g_thread_pool_get_num_threads
1338 g_thread_pool_get_num_unused_threads
1341 g_thread_pool_set_max_threads
1342 g_thread_pool_set_max_unused_threads
1343 g_thread_pool_set_max_idle_time
1344 g_thread_pool_stop_unused_threads
1345 g_thread_pool_unprocessed
1346 g_thread_pool_set_sort_function
1350 #if IN_HEADER(__G_TEST_UTILS_H__)
1351 #if IN_FILE(__G_MESSAGES_C__)
1352 g_test_log_set_fatal_handler
1354 #if IN_FILE(__G_TEST_UTILS_C__)
1355 g_assertion_message G_GNUC_NORETURN
1356 g_assertion_message_cmpnum G_GNUC_NORETURN
1357 g_assertion_message_cmpstr G_GNUC_NORETURN
1358 g_assertion_message_expr G_GNUC_NORETURN
1359 g_assertion_message_error G_GNUC_NORETURN
1361 g_test_add_data_func
1366 #ifdef INCLUDE_VARIABLES
1373 g_test_log_buffer_free
1374 g_test_log_buffer_new
1375 g_test_log_buffer_pop
1376 g_test_log_buffer_push
1378 g_test_log_type_name
1379 g_test_maximized_result
1381 g_test_minimized_result
1382 g_test_queue_destroy
1385 g_test_rand_double_range
1387 g_test_rand_int_range
1391 g_test_suite_add_suite
1392 g_test_timer_elapsed
1395 g_test_trap_assertions
1397 g_test_trap_has_passed
1398 g_test_trap_reached_timeout
1402 #if IN_HEADER(__G_TIMER_H__)
1403 #if IN_FILE(__G_TIMER_C__)
1412 g_time_val_from_iso8601
1413 g_time_val_to_iso8601 G_GNUC_MALLOC
1418 #if IN_HEADER(__G_TREE_H__)
1419 #if IN_FILE(__G_TREE_C__)
1425 g_tree_lookup_extended
1430 g_tree_new_with_data
1436 #ifndef G_DISABLE_DEPRECATED
1442 #if IN_HEADER(__G_UNICODE_H__)
1443 #if IN_FILE(__G_UNIBREAK_C__)
1444 g_unichar_break_type G_GNUC_CONST
1448 #if IN_HEADER(__G_UNICODE_H__)
1449 #if IN_FILE(__G_UNICOLLATE_C__)
1451 g_utf8_collate_key G_GNUC_MALLOC
1452 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1456 #if IN_HEADER(__G_UNICODE_H__)
1457 #if IN_FILE(__G_UNIDECOMP_C__)
1458 g_unicode_canonical_decomposition G_GNUC_MALLOC
1459 g_unicode_canonical_ordering
1460 g_unichar_combining_class G_GNUC_CONST
1465 #if IN_HEADER(__G_UNICODE_H__)
1466 #if IN_FILE(__G_UNIPROP_C__)
1467 g_unichar_isalnum G_GNUC_CONST
1468 g_unichar_isalpha G_GNUC_CONST
1469 g_unichar_iscntrl G_GNUC_CONST
1470 g_unichar_isdefined G_GNUC_CONST
1471 g_unichar_isdigit G_GNUC_CONST
1472 g_unichar_isgraph G_GNUC_CONST
1473 g_unichar_islower G_GNUC_CONST
1474 g_unichar_isprint G_GNUC_CONST
1475 g_unichar_ispunct G_GNUC_CONST
1476 g_unichar_isspace G_GNUC_CONST
1477 g_unichar_istitle G_GNUC_CONST
1478 g_unichar_isupper G_GNUC_CONST
1479 g_unichar_iswide G_GNUC_CONST
1480 g_unichar_iswide_cjk G_GNUC_CONST
1481 g_unichar_isxdigit G_GNUC_CONST
1482 g_unichar_iszerowidth G_GNUC_CONST
1483 g_unichar_tolower G_GNUC_CONST
1484 g_unichar_totitle G_GNUC_CONST
1485 g_unichar_toupper G_GNUC_CONST
1486 g_unichar_ismark G_GNUC_CONST
1487 g_unichar_get_mirror_char
1488 g_unichar_get_script
1489 g_unichar_digit_value G_GNUC_CONST
1490 g_unichar_xdigit_value G_GNUC_CONST
1491 g_unichar_type G_GNUC_CONST
1492 g_utf8_casefold G_GNUC_MALLOC
1493 g_utf8_strup G_GNUC_MALLOC
1494 g_utf8_strdown G_GNUC_MALLOC
1498 #if IN_HEADER(__G_UNICODE_H__)
1499 #if IN_FILE(__G_UTF8_C__)
1501 g_ucs4_to_utf16 G_GNUC_MALLOC
1502 g_ucs4_to_utf8 G_GNUC_MALLOC
1503 g_utf16_to_ucs4 G_GNUC_MALLOC
1504 g_utf16_to_utf8 G_GNUC_MALLOC
1505 g_utf8_find_next_char
1506 g_utf8_find_prev_char
1508 g_utf8_get_char_validated
1509 g_utf8_offset_to_pointer
1510 g_utf8_pointer_to_offset
1517 g_utf8_to_ucs4 G_GNUC_MALLOC
1518 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1519 g_utf8_to_utf16 G_GNUC_MALLOC
1526 #if IN_HEADER(__GLIBINTL_H__)
1527 #if IN_FILE(__G_UTILS_C__)
1528 glib_gettext G_GNUC_FORMAT(1)
1532 #if IN_HEADER(__G_HASH_H__)
1533 #if IN_FILE(__G_UTILS_C__)
1540 g_direct_equal G_GNUC_CONST
1541 g_direct_hash G_GNUC_CONST
1543 #if IN_FILE(__G_STRING_C__)
1549 #if IN_HEADER(__G_UTILS_H__)
1550 #if IN_FILE(__G_UTILS_C__)
1552 #ifndef G_DISABLE_DEPRECATED
1555 g_get_application_name
1557 g_find_program_in_path PRIVATE
1558 g_get_current_dir PRIVATE
1561 g_get_home_dir PRIVATE
1569 g_find_program_in_path_utf8
1570 g_get_current_dir_utf8
1576 g_get_language_names
1579 g_get_real_name PRIVATE
1582 g_get_real_name_utf8
1584 g_get_system_config_dirs
1585 g_get_system_data_dirs
1587 g_win32_get_system_data_dirs_for_module
1590 g_get_tmp_dir PRIVATE
1595 g_get_user_cache_dir
1596 g_get_user_config_dir
1598 g_reload_user_special_dirs_cache
1599 g_get_user_special_dir
1601 g_get_user_name PRIVATE
1604 g_get_user_name_utf8
1608 g_parse_debug_string
1609 g_path_get_basename G_GNUC_MALLOC
1610 g_path_get_dirname G_GNUC_MALLOC
1613 g_set_application_name
1615 #ifdef INCLUDE_INTERNAL_SYMBOLS
1619 g_trash_stack_height
1628 #if IN_HEADER(__G_REGEX_H__)
1629 #if IN_FILE(__G_REGEX_C__)
1635 g_regex_get_max_backref
1636 g_regex_get_capture_count
1637 g_regex_get_string_number
1638 g_regex_get_compile_flags
1639 g_regex_get_match_flags
1640 g_regex_escape_string
1641 g_regex_match_simple
1645 g_regex_match_all_full
1646 g_regex_split_simple
1650 g_regex_replace_literal
1651 g_regex_replace_eval
1652 g_regex_check_replacement
1653 g_match_info_get_regex
1654 g_match_info_get_string
1657 g_match_info_matches
1658 g_match_info_get_match_count
1659 g_match_info_is_partial_match
1660 g_match_info_expand_references
1662 g_match_info_fetch_pos
1663 g_match_info_fetch_named
1664 g_match_info_fetch_named_pos
1665 g_match_info_fetch_all
1669 #if IN_HEADER(__G_VARIANT_TYPE_H__)
1670 #if IN_FILE(__G_VARIANT_TYPE_C__)
1671 g_variant_type_string_is_valid
1672 g_variant_type_string_scan
1676 g_variant_type_get_string_length
1677 g_variant_type_peek_string
1678 g_variant_type_dup_string
1679 g_variant_type_is_definite
1680 g_variant_type_is_container
1681 g_variant_type_is_basic
1682 g_variant_type_is_maybe
1683 g_variant_type_is_array
1684 g_variant_type_is_tuple
1685 g_variant_type_is_dict_entry
1686 g_variant_type_is_variant
1688 g_variant_type_equal
1689 g_variant_type_is_subtype_of
1690 g_variant_type_element
1691 g_variant_type_first
1693 g_variant_type_n_items
1695 g_variant_type_value
1696 g_variant_type_new_array
1697 g_variant_type_new_maybe
1698 g_variant_type_new_tuple
1699 g_variant_type_new_dict_entry
1700 g_variant_type_checked_
1704 #if IN_HEADER(__G_VARIANT_H__)
1705 #if IN_FILE(__G_VARIANT_CORE_C__)
1709 g_variant_n_children
1710 g_variant_get_child_value
1714 g_variant_is_normal_form
1717 #if IN_FILE(__G_VARIANT_C__)
1719 g_variant_get_type_string
1720 g_variant_is_of_type
1721 g_variant_is_container
1725 g_variant_new_boolean
1728 g_variant_new_uint16
1730 g_variant_new_uint32
1732 g_variant_new_uint64
1733 g_variant_new_handle
1734 g_variant_new_double
1735 g_variant_new_string
1736 g_variant_new_object_path
1737 g_variant_is_object_path
1738 g_variant_new_signature
1739 g_variant_is_signature
1740 g_variant_new_variant
1741 g_variant_new_byte_array
1744 g_variant_get_boolean
1747 g_variant_get_uint16
1749 g_variant_get_uint32
1751 g_variant_get_uint64
1752 g_variant_get_handle
1753 g_variant_get_double
1754 g_variant_get_string
1755 g_variant_dup_string
1756 g_variant_get_variant
1757 g_variant_get_byte_array
1764 g_variant_new_dict_entry
1767 g_variant_get_fixed_array
1770 g_variant_print_string
1778 g_variant_iter_n_children
1780 g_variant_iter_next_value
1782 g_variant_builder_add_value
1783 g_variant_builder_init
1784 g_variant_builder_clear
1785 g_variant_builder_open
1786 g_variant_builder_close
1787 g_variant_builder_end
1788 g_variant_builder_new
1789 g_variant_builder_unref
1790 g_variant_builder_ref
1797 g_variant_builder_add
1802 g_variant_new_from_data
1803 g_variant_get_normal_form
1807 #if IN_FILE(__G_VARIANT_PARSER_C__)
1808 g_variant_new_parsed
1809 g_variant_new_parsed_va
1811 g_variant_parser_get_error_quark
1815 #if IN_HEADER(__G_VARIANT_TYPE_INFO_H__)
1816 #if IN_FILE(__G_VARIANT_TYPE_INFO_C__)
1817 g_variant_type_info_get_type_string
1818 g_variant_type_info_query
1819 g_variant_type_info_element
1820 g_variant_type_info_query_element
1821 g_variant_type_info_n_members
1822 g_variant_type_info_member_info
1823 g_variant_type_info_get
1824 g_variant_type_info_ref
1825 g_variant_type_info_unref
1826 g_variant_type_info_assert_no_infos
1830 #if IN_HEADER(__G_VARIANT_SERIALISER_H__)
1831 #if IN_FILE(__G_VARIANT_SERIALISER_C__)
1832 g_variant_serialised_byteswap
1833 g_variant_serialised_get_child
1834 g_variant_serialised_is_normal
1835 g_variant_serialised_n_children
1836 g_variant_serialiser_is_object_path
1837 g_variant_serialiser_is_signature
1838 g_variant_serialiser_is_string
1839 g_variant_serialiser_needed_size
1840 g_variant_serialiser_serialise
1844 #if IN_HEADER(__G_VARIANT_INTERNAL_H__)
1845 #if IN_FILE(__G_VARIANT_C__)
1846 g_variant_format_string_scan_type
1847 g_variant_format_string_scan
1851 #if IN_HEADER(__G_WIN32_H__)
1852 #if IN_FILE(__G_WIN32_H__)
1854 g_win32_error_message
1856 g_win32_get_package_installation_directory_of_module
1858 g_win32_get_package_installation_directory PRIVATE
1860 g_win32_get_package_installation_directory_utf8
1862 g_win32_get_package_installation_subdirectory PRIVATE
1864 g_win32_get_package_installation_subdirectory_utf8
1865 g_win32_get_windows_version
1867 g_win32_locale_filename_from_utf8
1872 #if IN_HEADER(__G_HOST_UTILS_H__)
1873 #if IN_FILE(__G_HOST_UTILS_C__)
1874 g_hostname_is_non_ascii
1875 g_hostname_is_ascii_encoded
1876 g_hostname_is_ip_address
1878 g_hostname_to_unicode
1882 #ifdef INCLUDE_VARIABLES
1892 glib_mem_profiler_table