Deprecate g_cache_value_foreach. (#322956, Nicolas Caniart)
[platform/upstream/glib.git] / glib / glib.symbols
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).
5  * 
6  * Every symbol must be included in the right
7  * #ifdef IN_HEADER(sym) #endif and
8  * #ifdef IN_FILE(sym) #endif sections. 
9  */
10 #ifdef ALL_FILES
11 #define IN_FILE(x) 1
12 #define IN_HEADER(x) 1
13 #endif
14 #if IN_HEADER(__G_ARRAY_H__)
15 #if IN_FILE(__G_ARRAY_C__)
16 g_array_append_vals
17 g_array_free
18 g_array_insert_vals
19 g_array_new
20 g_array_prepend_vals
21 g_array_remove_index
22 g_array_remove_index_fast
23 g_array_remove_range
24 g_array_set_size
25 g_array_sized_new
26 g_array_sort
27 g_array_sort_with_data
28 g_byte_array_append
29 g_byte_array_free
30 g_byte_array_new
31 g_byte_array_prepend
32 g_byte_array_remove_index
33 g_byte_array_remove_index_fast
34 g_byte_array_remove_range
35 g_byte_array_set_size
36 g_byte_array_sized_new
37 g_byte_array_sort
38 g_byte_array_sort_with_data
39 g_ptr_array_add
40 g_ptr_array_foreach
41 g_ptr_array_free
42 g_ptr_array_new
43 g_ptr_array_remove
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
48 g_ptr_array_set_size
49 g_ptr_array_sized_new
50 g_ptr_array_sort
51 g_ptr_array_sort_with_data
52 #endif
53 #endif
54
55 #if IN_HEADER(__G_ASYNCQUEUE_H__)
56 #if IN_FILE(__G_ASYNCQUEUE_C__)
57 g_async_queue_length
58 g_async_queue_length_unlocked
59 g_async_queue_lock
60 g_async_queue_new
61 g_async_queue_pop
62 g_async_queue_pop_unlocked
63 g_async_queue_push
64 g_async_queue_push_unlocked
65 g_async_queue_ref
66 g_async_queue_timed_pop
67 g_async_queue_timed_pop_unlocked
68 g_async_queue_try_pop
69 g_async_queue_try_pop_unlocked
70 g_async_queue_unlock
71 g_async_queue_unref
72 #ifndef G_DISABLE_DEPRECATED
73 g_async_queue_ref_unlocked
74 g_async_queue_unref_and_unlock
75 #endif
76 #endif
77 #endif
78
79 #if IN_HEADER(__G_ATOMIC_H__)
80 #if IN_FILE(__G_ATOMIC_C__)
81 g_atomic_int_add
82 g_atomic_int_compare_and_exchange
83 g_atomic_int_exchange_and_add
84 g_atomic_pointer_compare_and_exchange
85 #ifdef INCLUDE_INTERNAL_SYMBOLS
86  /* these are not internal, but we don't want to alias them */
87 g_atomic_int_get
88 g_atomic_pointer_get
89 #endif
90 #endif
91 #endif
92
93 #if IN_HEADER(__G_BACKTRACE_H__)
94 #if IN_FILE(__G_BACKTRACE_C__)
95 g_on_error_query
96 g_on_error_stack_trace
97 #endif
98 #endif
99
100 #if IN_HEADER(__G_CACHE_H__)
101 #if IN_FILE(__G_CACHE_C__)
102 g_cache_destroy
103 g_cache_insert
104 g_cache_key_foreach
105 g_cache_new
106 g_cache_remove
107 #ifndef G_DISABLE_DEPRECATED
108 g_cache_value_foreach
109 #endif
110 #endif
111 #endif
112
113 #if IN_HEADER(__G_COMPLETION_H__)
114 #if IN_FILE(__G_COMPLETION_C__)
115 g_completion_add_items
116 g_completion_clear_items
117 g_completion_complete
118 g_completion_complete_utf8
119 g_completion_free
120 g_completion_new
121 g_completion_remove_items
122 g_completion_set_compare
123 #endif
124 #endif
125
126 #if IN_HEADER(__G_CONVERT_H__)
127 #if IN_FILE(__G_CONVERT_C__)
128 g_get_filename_charsets
129 g_convert G_GNUC_MALLOC
130 g_convert_error_quark
131 g_convert_with_fallback G_GNUC_MALLOC
132 g_convert_with_iconv G_GNUC_MALLOC
133 g_iconv
134 g_iconv_close
135 g_iconv_open
136 g_locale_from_utf8 G_GNUC_MALLOC
137 g_locale_to_utf8 G_GNUC_MALLOC
138 g_filename_display_name G_GNUC_MALLOC
139 g_filename_display_basename G_GNUC_MALLOC
140 g_filename_from_uri PRIVATE G_GNUC_MALLOC
141 g_filename_from_utf8 PRIVATE G_GNUC_MALLOC
142 g_filename_to_uri PRIVATE G_GNUC_MALLOC
143 g_filename_to_utf8 PRIVATE G_GNUC_MALLOC 
144 #ifdef G_OS_WIN32
145 g_filename_from_uri_utf8 G_GNUC_MALLOC
146 g_filename_from_utf8_utf8
147 g_filename_to_uri_utf8 G_GNUC_MALLOC
148 g_filename_to_utf8_utf8
149 #endif
150 g_uri_list_extract_uris G_GNUC_MALLOC
151 #endif
152 #endif
153
154 #if IN_HEADER(__G_DATASET_H__)
155 #if IN_FILE(__G_DATASET_C__)
156 g_datalist_clear
157 g_datalist_foreach
158 g_datalist_get_flags
159 g_datalist_id_get_data
160 g_datalist_id_remove_no_notify
161 g_datalist_id_set_data_full
162 g_datalist_set_flags
163 g_datalist_unset_flags
164 g_datalist_init
165 g_dataset_destroy
166 g_dataset_foreach
167 g_dataset_id_get_data
168 g_dataset_id_remove_no_notify
169 g_dataset_id_set_data_full
170 #endif
171 #endif
172
173 #if IN_HEADER(__G_QUARK_H__)
174 #if IN_FILE(__G_DATASET_C__)
175 g_quark_from_static_string
176 g_quark_from_string
177 g_quark_to_string G_GNUC_CONST
178 g_quark_try_string
179 g_intern_string
180 g_intern_static_string
181 #endif
182 #endif
183
184 #if IN_HEADER(__G_DATE_H__)
185 #if IN_FILE(__G_DATE_C__)
186 g_date_add_days
187 g_date_add_months
188 g_date_add_years
189 g_date_clamp
190 g_date_clear
191 g_date_compare
192 g_date_days_between
193 g_date_free
194 g_date_get_day
195 g_date_get_day_of_year
196 g_date_get_days_in_month
197 g_date_get_iso8601_week_of_year
198 g_date_get_julian
199 g_date_get_monday_week_of_year
200 g_date_get_monday_weeks_in_year G_GNUC_CONST
201 g_date_get_month
202 g_date_get_sunday_week_of_year
203 g_date_get_sunday_weeks_in_year G_GNUC_CONST
204 g_date_get_weekday
205 g_date_get_year
206 g_date_is_first_of_month
207 g_date_is_last_of_month
208 g_date_is_leap_year G_GNUC_CONST
209 g_date_new
210 g_date_new_dmy
211 g_date_new_julian
212 g_date_order
213 g_date_set_day
214 g_date_set_dmy
215 g_date_set_julian
216 g_date_set_month
217 g_date_set_parse
218 #ifndef G_DISABLE_DEPRECATED
219 g_date_set_time
220 #endif
221 g_date_set_time_t
222 g_date_set_time_val
223 g_date_set_year
224 g_date_strftime
225 g_date_subtract_days
226 g_date_subtract_months
227 g_date_subtract_years
228 g_date_to_struct_tm
229 g_date_valid
230 g_date_valid_day G_GNUC_CONST
231 g_date_valid_dmy
232 g_date_valid_julian G_GNUC_CONST
233 g_date_valid_month G_GNUC_CONST
234 g_date_valid_weekday G_GNUC_CONST
235 g_date_valid_year G_GNUC_CONST
236 #endif
237 #endif
238
239 #if IN_HEADER(__G_DIR_H__)
240 #if IN_FILE(__G_DIR_C__)
241 g_dir_close
242 g_dir_open PRIVATE
243 g_dir_read_name PRIVATE
244 #ifdef G_OS_WIN32
245 g_dir_open_utf8
246 g_dir_read_name_utf8
247 #endif
248 g_dir_rewind
249 #endif
250 #endif
251
252 #if IN_HEADER(__G_ERROR_H__)
253 #if IN_FILE(__G_ERROR_C__)
254 g_clear_error
255 g_error_copy
256 g_error_free
257 g_error_matches
258 g_error_new G_GNUC_PRINTF(3,4)
259 g_error_new_literal
260 g_propagate_error
261 g_set_error G_GNUC_PRINTF(4,5)
262 #endif
263 #endif
264
265 #if IN_HEADER(__G_FILEUTILS_H__)
266 #if IN_FILE(__G_FILEUTILS_C__)
267 g_build_filename G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
268 g_build_filenamev G_GNUC_MALLOC
269 g_build_path G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
270 g_build_pathv G_GNUC_MALLOC 
271 g_file_error_from_errno
272 g_file_error_quark
273 g_file_get_contents PRIVATE
274 g_file_set_contents
275 g_file_open_tmp PRIVATE
276 g_file_test PRIVATE
277 g_file_read_link
278 g_mkstemp PRIVATE
279 g_mkdir_with_parents
280 #ifdef G_OS_WIN32
281 g_file_get_contents_utf8
282 g_file_open_tmp_utf8
283 g_file_test_utf8
284 g_mkstemp_utf8
285 #endif
286 #endif
287 #endif
288
289 #if IN_HEADER(__G_HASH_H__)
290 #if IN_FILE(__G_HASH_C__)
291 g_hash_table_destroy
292 g_hash_table_unref
293 g_hash_table_ref
294 g_hash_table_find
295 g_hash_table_foreach
296 g_hash_table_foreach_remove
297 g_hash_table_foreach_steal
298 g_hash_table_insert
299 g_hash_table_lookup
300 g_hash_table_lookup_extended
301 g_hash_table_new
302 g_hash_table_new_full
303 g_hash_table_remove
304 g_hash_table_replace
305 g_hash_table_size
306 g_hash_table_steal
307 #endif
308 #endif
309
310 #if IN_HEADER(__G_HOOK_H__)
311 #if IN_FILE(__G_HOOK_C__)
312 g_hook_alloc
313 g_hook_compare_ids
314 g_hook_destroy
315 g_hook_destroy_link
316 g_hook_find
317 g_hook_find_data
318 g_hook_find_func
319 g_hook_find_func_data
320 g_hook_first_valid
321 g_hook_free
322 g_hook_get
323 g_hook_insert_before
324 g_hook_insert_sorted
325 g_hook_list_clear
326 g_hook_list_init
327 g_hook_list_invoke
328 g_hook_list_invoke_check
329 g_hook_list_marshal
330 g_hook_list_marshal_check
331 g_hook_next_valid
332 g_hook_prepend
333 g_hook_ref
334 g_hook_unref
335 #endif
336 #endif
337
338 #if IN_HEADER(__G_IOCHANNEL_H__)
339 #if IN_FILE(__G_IOCHANNEL_C__)
340 g_io_add_watch
341 g_io_add_watch_full
342 g_io_create_watch
343 g_io_channel_error_from_errno
344 g_io_channel_error_quark
345 g_io_channel_flush
346 g_io_channel_get_buffer_condition
347 g_io_channel_get_buffered
348 g_io_channel_get_buffer_size
349 g_io_channel_get_close_on_unref
350 g_io_channel_get_encoding
351 g_io_channel_get_flags
352 g_io_channel_get_line_term
353 g_io_channel_init
354 g_io_channel_read_chars
355 g_io_channel_read_line
356 g_io_channel_read_line_string
357 g_io_channel_read_to_end
358 g_io_channel_read_unichar
359 g_io_channel_ref
360 g_io_channel_seek_position
361 g_io_channel_set_buffered
362 g_io_channel_set_buffer_size
363 g_io_channel_set_close_on_unref
364 g_io_channel_set_encoding
365 g_io_channel_set_flags
366 g_io_channel_set_line_term
367 g_io_channel_shutdown
368 g_io_channel_unref
369 #ifndef G_DISABLE_DEPRECATED
370 g_io_channel_close
371 g_io_channel_read
372 g_io_channel_seek
373 g_io_channel_write
374 #endif
375 g_io_channel_write_chars
376 g_io_channel_write_unichar
377 #endif
378 #endif
379
380 #if IN_HEADER(__G_IOCHANNEL_H__)
381 #if IN_FILE(__G_IO_UNIX_C__)
382 #ifdef G_OS_UNIX
383 g_io_channel_unix_get_fd
384 g_io_channel_unix_new
385 g_io_channel_new_file PRIVATE
386 #endif
387 #endif
388 #endif
389
390 #if IN_HEADER(__G_IOCHANNEL_H__)
391 #if IN_FILE(__G_IO_WIN32_C__)
392 #ifdef G_OS_WIN32
393 g_io_channel_unix_get_fd
394 g_io_channel_unix_new
395 g_io_channel_new_file PRIVATE
396 g_io_channel_new_file_utf8
397 g_io_channel_win32_get_fd
398 g_io_channel_win32_make_pollfd
399 g_io_channel_win32_new_fd
400 g_io_channel_win32_new_messages
401 g_io_channel_win32_new_socket
402 g_io_channel_win32_new_stream_socket
403 g_io_channel_win32_poll
404 g_io_channel_win32_set_debug
405 #endif
406 #endif
407 #endif
408
409 #if IN_HEADER(__G_KEY_FILE_H__)
410 #if IN_FILE(__G_KEY_FILE_C__)
411 g_key_file_error_quark
412 g_key_file_free
413 g_key_file_get_boolean
414 g_key_file_get_boolean_list G_GNUC_MALLOC
415 g_key_file_get_comment G_GNUC_MALLOC
416 g_key_file_get_groups G_GNUC_MALLOC
417 g_key_file_get_integer
418 g_key_file_get_integer_list G_GNUC_MALLOC
419 g_key_file_get_keys G_GNUC_MALLOC
420 g_key_file_get_locale_string G_GNUC_MALLOC
421 g_key_file_get_locale_string_list G_GNUC_MALLOC
422 g_key_file_get_start_group G_GNUC_MALLOC
423 g_key_file_get_string G_GNUC_MALLOC
424 g_key_file_get_string_list G_GNUC_MALLOC
425 g_key_file_get_value G_GNUC_MALLOC
426 g_key_file_has_group
427 g_key_file_has_key
428 g_key_file_load_from_data
429 g_key_file_load_from_data_dirs
430 g_key_file_load_from_file
431 g_key_file_new
432 g_key_file_remove_comment
433 g_key_file_remove_group
434 g_key_file_remove_key
435 g_key_file_set_boolean
436 g_key_file_set_boolean_list
437 g_key_file_set_comment
438 g_key_file_set_integer
439 g_key_file_set_integer_list
440 g_key_file_set_list_separator
441 g_key_file_set_locale_string
442 g_key_file_set_locale_string_list
443 g_key_file_set_string
444 g_key_file_set_string_list
445 g_key_file_set_value
446 g_key_file_to_data G_GNUC_MALLOC
447 #endif
448 #endif
449
450 #if IN_HEADER(__G_LIST_H__)
451 #if IN_FILE(__G_LIST_C__)
452 g_list_alloc
453 g_list_append
454 g_list_concat
455 g_list_copy
456 g_list_delete_link
457 g_list_find
458 g_list_find_custom
459 g_list_first
460 g_list_foreach
461 g_list_free
462 g_list_free_1
463 g_list_index
464 g_list_insert
465 g_list_insert_before
466 g_list_insert_sorted
467 g_list_last
468 g_list_length
469 g_list_nth
470 g_list_nth_data
471 g_list_nth_prev
472 #ifndef G_DISABLE_DEPRECATED
473 g_list_pop_allocator
474 #endif
475 g_list_position
476 g_list_prepend
477 #ifndef G_DISABLE_DEPRECATED
478 g_list_push_allocator
479 #endif
480 g_list_remove
481 g_list_remove_all
482 g_list_remove_link
483 g_list_reverse
484 g_list_sort
485 g_list_sort_with_data
486 #endif
487 #endif
488
489 #if IN_HEADER(__G_MAIN_H__)
490 #if IN_FILE(__G_MAIN_C__)
491 g_child_watch_add
492 g_child_watch_add_full
493 g_child_watch_source_new
494 g_get_current_time
495 g_main_context_acquire
496 g_main_context_add_poll
497 g_main_context_check
498 g_main_context_default
499 g_main_context_dispatch
500 g_main_context_find_source_by_funcs_user_data
501 g_main_context_find_source_by_id
502 g_main_context_find_source_by_user_data
503 g_main_context_get_poll_func
504 g_main_context_iteration
505 g_main_context_new
506 g_main_context_pending
507 g_main_context_prepare
508 g_main_context_query
509 g_main_context_ref
510 g_main_context_release
511 g_main_context_remove_poll
512 g_main_context_set_poll_func
513 g_main_context_unref
514 g_main_context_wait
515 g_main_context_wakeup
516 g_main_depth
517 g_main_loop_get_context
518 g_main_loop_is_running
519 g_main_loop_new
520 g_main_loop_quit
521 g_main_loop_ref
522 g_main_loop_run
523 g_main_loop_unref
524 g_source_add_poll
525 g_source_attach
526 g_source_destroy
527 g_source_get_can_recurse
528 g_source_get_context
529 g_source_get_current_time
530 g_source_get_id
531 g_source_get_priority
532 g_source_new
533 g_source_ref
534 g_source_remove
535 g_source_remove_by_funcs_user_data
536 g_source_remove_by_user_data
537 g_source_remove_poll
538 g_source_set_callback
539 g_source_set_callback_indirect
540 g_source_set_can_recurse
541 g_source_set_priority
542 g_source_unref
543 g_idle_add
544 g_idle_add_full
545 g_idle_remove_by_data
546 g_idle_source_new
547 g_timeout_add
548 g_timeout_add_full
549 g_timeout_source_new
550 #endif
551 #endif
552
553 #if IN_HEADER(__G_MAPPED_FILE_H__)
554 #if IN_FILE(__G_MAPPED_FILE_C__)
555 g_mapped_file_new G_GNUC_MALLOC
556 g_mapped_file_get_length
557 g_mapped_file_get_contents
558 g_mapped_file_free
559 #endif
560 #endif
561
562 #if IN_HEADER(__G_MARKUP_H__)
563 #if IN_FILE(__G_MARKUP_C__)
564 g_markup_error_quark
565 g_markup_escape_text
566 g_markup_parse_context_end_parse
567 g_markup_parse_context_free
568 g_markup_parse_context_get_element
569 g_markup_parse_context_get_position
570 g_markup_parse_context_new
571 g_markup_parse_context_parse
572 g_markup_printf_escaped G_GNUC_PRINTF(1,2)
573 g_markup_vprintf_escaped
574 #endif
575 #endif
576
577 #if IN_HEADER(__G_MEM_H__)
578 #if IN_FILE(__G_MEM_C__)
579 g_free
580 g_malloc G_GNUC_MALLOC
581 g_malloc0 G_GNUC_MALLOC
582 g_mem_is_system_malloc
583 g_mem_profile
584 g_mem_set_vtable
585 g_realloc
586 g_try_malloc G_GNUC_MALLOC
587 g_try_malloc0 G_GNUC_MALLOC
588 g_try_realloc
589 #ifndef G_DISABLE_DEPRECATED
590 g_allocator_free
591 g_allocator_new
592 g_mem_chunk_alloc
593 g_mem_chunk_alloc0
594 g_mem_chunk_clean
595 g_mem_chunk_destroy
596 g_mem_chunk_free
597 g_mem_chunk_info
598 g_mem_chunk_new
599 g_mem_chunk_print
600 g_mem_chunk_reset
601 g_blow_chunks
602 #endif
603 #endif
604 #endif
605
606 #if IN_HEADER(__G_SLICE_H__)
607 #if IN_FILE(__G_SLICE_C__)
608 g_slice_alloc G_GNUC_MALLOC
609 g_slice_alloc0 G_GNUC_MALLOC
610 g_slice_free1
611 g_slice_free_chain
612 g_slice_set_config
613 g_slice_get_config
614 g_slice_get_config_state
615 #endif
616 #endif
617
618 #if IN_HEADER(__G_MESSAGES_H__)
619 #if IN_FILE(__G_MESSAGES_C__)
620 g_printf_string_upper_bound
621 g_log G_GNUC_PRINTF(3,4)
622 g_log_default_handler
623 g_log_remove_handler
624 g_log_set_always_fatal
625 g_log_set_default_handler
626 g_log_set_fatal_mask
627 g_log_set_handler
628 g_logv
629 g_return_if_fail_warning
630 g_assert_warning G_GNUC_NORETURN
631 g_print G_GNUC_PRINTF(1,2)
632 g_printerr G_GNUC_PRINTF(1,2)
633 g_set_printerr_handler
634 g_set_print_handler
635 #endif
636 #endif
637
638 #if IN_HEADER(__G_NODE_H__)
639 #if IN_FILE(__G_NODE_C__)
640 g_node_child_index
641 g_node_child_position
642 g_node_children_foreach
643 g_node_copy
644 g_node_copy_deep
645 g_node_depth
646 g_node_destroy
647 g_node_find
648 g_node_find_child
649 g_node_first_sibling
650 g_node_get_root
651 g_node_insert
652 g_node_insert_after
653 g_node_insert_before
654 g_node_is_ancestor
655 g_node_last_child
656 g_node_last_sibling
657 g_node_max_height
658 g_node_n_children
659 g_node_new
660 g_node_n_nodes
661 g_node_nth_child
662 #ifndef G_DISABLE_DEPRECATED
663 g_node_pop_allocator
664 #endif
665 g_node_prepend
666 #ifndef G_DISABLE_DEPRECATED
667 g_node_push_allocator
668 #endif
669 g_node_reverse_children
670 g_node_traverse
671 g_node_unlink
672 #endif
673 #endif
674
675 #if IN_HEADER(__G_OPTION_H__)
676 #if IN_FILE(__G_OPTION_C__)
677 g_option_context_add_group
678 g_option_context_add_main_entries
679 g_option_error_quark
680 g_option_context_free
681 g_option_context_get_help_enabled
682 g_option_context_get_ignore_unknown_options
683 g_option_context_get_main_group
684 g_option_context_new
685 g_option_context_parse
686 g_option_context_set_help_enabled
687 g_option_context_set_ignore_unknown_options
688 g_option_context_set_main_group
689 g_option_group_add_entries
690 g_option_group_free
691 g_option_group_new
692 g_option_group_set_error_hook
693 g_option_group_set_parse_hooks
694 g_option_group_set_translate_func
695 g_option_group_set_translation_domain
696 #endif
697 #endif
698
699 #if IN_HEADER(__G_PATTERN_H__)
700 #if IN_FILE(__G_PATTERN_C__)
701 g_pattern_match
702 g_pattern_match_simple
703 g_pattern_match_string
704 g_pattern_spec_equal
705 g_pattern_spec_free
706 g_pattern_spec_new
707 #endif
708 #endif
709
710 #if IN_HEADER(__G_PRIMES_H__)
711 #if IN_FILE(__G_PRIMES_C__)
712 g_spaced_primes_closest G_GNUC_CONST
713 #endif
714 #endif
715
716 #if IN_HEADER(__G_PRINTF_H__)
717 #if IN_FILE(__G_PRINTF_C__)
718 g_fprintf G_GNUC_PRINTF(2,3)
719 g_printf G_GNUC_PRINTF(1,2)
720 g_sprintf G_GNUC_PRINTF(2,3)
721 g_vasprintf
722 g_vfprintf
723 g_vprintf
724 g_vsprintf
725 #endif
726 #endif
727
728 #if IN_HEADER(__G_UTILS_H__)
729 #if IN_FILE(__G_PRINTF_C__)
730 g_snprintf G_GNUC_PRINTF(3,4)
731 g_vsnprintf
732 #endif
733 #endif
734
735 #if IN_HEADER(__G_QSORT_H__)
736 #if IN_FILE(__G_QSORT_C__)
737 g_qsort_with_data
738 #endif
739 #endif
740
741 #if IN_HEADER(__G_QUEUE_H__)
742 #if IN_FILE(__G_QUEUE_C__)
743 g_queue_copy
744 g_queue_delete_link
745 g_queue_find
746 g_queue_find_custom
747 g_queue_foreach
748 g_queue_free
749 g_queue_get_length
750 g_queue_index
751 g_queue_insert_after
752 g_queue_insert_before
753 g_queue_insert_sorted
754 g_queue_is_empty
755 g_queue_link_index
756 g_queue_new
757 g_queue_peek_head
758 g_queue_peek_head_link
759 g_queue_peek_nth
760 g_queue_peek_nth_link
761 g_queue_peek_tail
762 g_queue_peek_tail_link
763 g_queue_pop_head
764 g_queue_pop_head_link
765 g_queue_pop_nth
766 g_queue_pop_nth_link
767 g_queue_pop_tail
768 g_queue_pop_tail_link
769 g_queue_push_head
770 g_queue_push_head_link
771 g_queue_push_nth
772 g_queue_push_nth_link
773 g_queue_push_tail
774 g_queue_push_tail_link
775 g_queue_remove
776 g_queue_remove_all
777 g_queue_reverse
778 g_queue_sort
779 g_queue_unlink
780 #endif
781 #endif
782
783 #if IN_HEADER(__G_RAND_H__)
784 #if IN_FILE(__G_RAND_C__)
785 g_rand_copy
786 g_rand_double
787 g_rand_double_range
788 g_rand_free
789 g_rand_int
790 g_rand_int_range
791 g_rand_new
792 g_rand_new_with_seed
793 g_rand_new_with_seed_array
794 g_random_double
795 g_random_double_range
796 g_random_int
797 g_random_int_range
798 g_random_set_seed
799 g_rand_set_seed
800 g_rand_set_seed_array
801 #endif
802 #endif
803
804 #if IN_HEADER(__G_REL_H__)
805 #if IN_FILE(__G_REL_C__)
806 g_relation_count
807 g_relation_delete
808 g_relation_destroy
809 g_relation_exists
810 g_relation_index
811 g_relation_insert
812 g_relation_new
813 g_relation_print
814 g_relation_select
815 g_tuples_destroy
816 g_tuples_index
817 #endif
818 #endif
819
820 #if IN_HEADER(__G_SCANNER_H__)
821 #if IN_FILE(__G_SCANNER_C__)
822 g_scanner_cur_line
823 g_scanner_cur_position
824 g_scanner_cur_token
825 g_scanner_cur_value
826 g_scanner_destroy
827 g_scanner_eof
828 g_scanner_error G_GNUC_PRINTF(2,3)
829 g_scanner_get_next_token
830 g_scanner_input_file
831 g_scanner_input_text
832 g_scanner_lookup_symbol
833 g_scanner_new
834 g_scanner_peek_next_token
835 g_scanner_scope_add_symbol
836 g_scanner_scope_foreach_symbol
837 g_scanner_scope_lookup_symbol
838 g_scanner_scope_remove_symbol
839 g_scanner_set_scope
840 g_scanner_sync_file_offset
841 g_scanner_unexp_token
842 g_scanner_warn G_GNUC_PRINTF(2,3)
843 #endif
844 #endif
845
846 #if IN_HEADER(__G_SHELL_H__)
847 #if IN_FILE(__G_SHELL_C__)
848 g_shell_error_quark
849 g_shell_parse_argv
850 g_shell_quote
851 g_shell_unquote
852 #endif
853 #endif
854
855 #if IN_HEADER(__G_SLIST_H__)
856 #if IN_FILE(__G_SLIST_C__)
857 g_slist_alloc
858 g_slist_append
859 g_slist_concat
860 g_slist_copy
861 g_slist_delete_link
862 g_slist_find
863 g_slist_find_custom
864 g_slist_foreach
865 g_slist_free
866 g_slist_free_1
867 g_slist_index
868 g_slist_insert
869 g_slist_insert_before
870 g_slist_insert_sorted
871 g_slist_last
872 g_slist_length
873 g_slist_nth
874 g_slist_nth_data
875 #ifndef G_DISABLE_DEPRECATED
876 g_slist_pop_allocator
877 #endif
878 g_slist_position
879 g_slist_prepend
880 #ifndef G_DISABLE_DEPRECATED
881 g_slist_push_allocator
882 #endif
883 g_slist_remove
884 g_slist_remove_all
885 g_slist_remove_link
886 g_slist_reverse
887 g_slist_sort
888 g_slist_sort_with_data
889 #endif
890 #endif
891
892 #if IN_HEADER(__G_SPAWN_H__)
893 #if IN_FILE(__G_SPAWN_C__)
894 g_spawn_async PRIVATE
895 g_spawn_async_with_pipes PRIVATE
896 g_spawn_close_pid
897 g_spawn_command_line_async PRIVATE
898 g_spawn_command_line_sync PRIVATE
899 g_spawn_error_quark
900 g_spawn_sync PRIVATE
901 #ifdef G_OS_WIN32
902 g_spawn_async_utf8
903 g_spawn_async_with_pipes_utf8
904 g_spawn_command_line_async_utf8
905 g_spawn_command_line_sync_utf8
906 g_spawn_sync_utf8
907 #endif
908 #endif
909 #endif
910
911 #if IN_HEADER(__G_STDIO_H__)
912 #if IN_FILE(__G_STDIO_C__)
913 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
914 /* gstdio wrappers */
915 g_access
916 g_chmod
917 g_open
918 g_creat
919 g_rename
920 g_mkdir
921 g_chdir
922 g_stat
923 g_lstat
924 g_unlink
925 g_remove
926 g_rmdir
927 g_fopen
928 g_freopen
929 #endif
930 #endif
931 #endif
932
933 #if IN_HEADER(__G_STRFUNCS_H__)
934 #if IN_FILE(__G_STRFUNCS_C__)
935 g_ascii_digit_value G_GNUC_CONST
936 g_ascii_dtostr
937 g_ascii_formatd
938 g_ascii_strdown G_GNUC_MALLOC
939 g_ascii_strtod
940 g_ascii_strtoull
941 g_ascii_strup G_GNUC_MALLOC
942 g_ascii_tolower G_GNUC_CONST
943 g_ascii_toupper G_GNUC_CONST
944 g_ascii_xdigit_value G_GNUC_CONST
945 g_ascii_strcasecmp
946 g_ascii_strncasecmp
947 g_memdup G_GNUC_MALLOC
948 g_stpcpy
949 g_strcanon
950 g_strchomp
951 g_strchug
952 g_strcompress G_GNUC_MALLOC
953 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
954 g_strdelimit
955 g_strdup G_GNUC_MALLOC
956 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
957 g_strdupv G_GNUC_MALLOC
958 g_strdup_vprintf G_GNUC_MALLOC
959 g_strerror G_GNUC_CONST
960 g_strescape G_GNUC_MALLOC
961 g_strfreev
962 g_str_has_prefix
963 g_str_has_suffix
964 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
965 g_strjoinv G_GNUC_MALLOC
966 g_strlcat
967 g_strlcpy
968 g_strndup G_GNUC_MALLOC
969 g_strnfill G_GNUC_MALLOC
970 g_strreverse
971 g_strrstr
972 g_strrstr_len
973 g_strsignal G_GNUC_CONST
974 g_strsplit G_GNUC_MALLOC
975 g_strsplit_set G_GNUC_MALLOC
976 g_strstr_len
977 g_strtod
978 #ifndef G_DISABLE_DEPRECATED
979 g_strcasecmp
980 g_strncasecmp
981 g_strup
982 g_strdown
983 #endif
984 g_strv_length
985 g_strip_context
986 #endif
987 #endif
988
989 #if IN_HEADER(__G_STRING_H__)
990 #if IN_FILE(__G_STRING_C__)
991 g_string_append
992 g_string_append_len
993 g_string_append_printf G_GNUC_PRINTF(2,3)
994 g_string_append_unichar
995 g_string_ascii_down
996 g_string_ascii_up
997 g_string_assign
998 g_string_chunk_free
999 g_string_chunk_insert
1000 g_string_chunk_insert_const
1001 g_string_chunk_insert_len
1002 g_string_chunk_new
1003 g_string_equal
1004 g_string_erase
1005 g_string_free
1006 g_string_hash
1007 g_string_insert
1008 g_string_insert_c
1009 g_string_insert_len
1010 g_string_insert_unichar
1011 g_string_new
1012 g_string_new_len
1013 g_string_prepend
1014 g_string_prepend_c
1015 g_string_prepend_len
1016 g_string_prepend_unichar
1017 g_string_printf G_GNUC_PRINTF(2,3)
1018 g_string_set_size
1019 g_string_sized_new
1020 g_string_truncate
1021 #ifndef G_DISABLE_DEPRECATED
1022 g_string_down
1023 g_string_up
1024 #endif
1025 #ifdef INCLUDE_INTERNAL_SYMBOLS
1026 g_string_append_c
1027 #endif
1028 g_str_equal
1029 g_str_hash
1030 #endif
1031 #endif
1032
1033 #if IN_HEADER(__G_THREAD_H__)
1034 #if IN_FILE(__G_THREAD_C__)
1035 g_once_impl
1036 #ifdef INCLUDE_INTERNAL_SYMBOLS
1037 g_thread_init_glib
1038 #endif
1039 #ifdef INCLUDE_VARIABLES
1040 g_thread_functions_for_glib_use
1041 g_threads_got_initialized
1042 g_thread_use_default_impl
1043 #endif
1044 g_thread_create_full
1045 g_thread_error_quark
1046 g_thread_exit
1047 g_thread_join
1048 g_thread_self
1049 g_thread_set_priority
1050 g_static_mutex_free
1051 g_static_mutex_get_mutex_impl
1052 g_static_mutex_init
1053 g_static_private_free
1054 g_static_private_get
1055 g_static_private_init
1056 g_static_private_set
1057 g_static_rec_mutex_free
1058 g_static_rec_mutex_init
1059 g_static_rec_mutex_lock
1060 g_static_rec_mutex_lock_full
1061 g_static_rec_mutex_trylock
1062 g_static_rec_mutex_unlock
1063 g_static_rec_mutex_unlock_full
1064 g_static_rw_lock_free
1065 g_static_rw_lock_init
1066 g_static_rw_lock_reader_lock
1067 g_static_rw_lock_reader_trylock
1068 g_static_rw_lock_reader_unlock
1069 g_static_rw_lock_writer_lock
1070 g_static_rw_lock_writer_trylock
1071 g_static_rw_lock_writer_unlock
1072 g_thread_foreach
1073 #endif
1074 #endif
1075
1076 #if IN_HEADER(__G_THREADPOOL_H__)
1077 #if IN_FILE(__G_THREADPOOL_C__)
1078 g_thread_pool_free
1079 g_thread_pool_get_max_threads
1080 g_thread_pool_get_max_unused_threads
1081 g_thread_pool_get_num_threads
1082 g_thread_pool_get_num_unused_threads
1083 g_thread_pool_new
1084 g_thread_pool_push
1085 g_thread_pool_set_max_threads
1086 g_thread_pool_set_max_unused_threads
1087 g_thread_pool_stop_unused_threads
1088 g_thread_pool_unprocessed
1089 #endif
1090 #endif
1091
1092 #if IN_HEADER(__G_TIMER_H__)
1093 #if IN_FILE(__G_TIMER_C__)
1094 g_timer_continue
1095 g_timer_destroy
1096 g_timer_elapsed
1097 g_timer_new
1098 g_timer_reset
1099 g_timer_start
1100 g_timer_stop
1101 g_time_val_add
1102 g_usleep
1103 #endif
1104 #endif
1105
1106 #if IN_HEADER(__G_TREE_H__)
1107 #if IN_FILE(__G_TREE_C__)
1108 g_tree_destroy
1109 g_tree_foreach
1110 g_tree_height
1111 g_tree_insert
1112 g_tree_lookup
1113 g_tree_lookup_extended
1114 g_tree_new
1115 g_tree_new_full
1116 g_tree_new_with_data
1117 g_tree_nnodes
1118 g_tree_remove
1119 g_tree_replace
1120 g_tree_search
1121 g_tree_steal
1122 #ifndef G_DISABLE_DEPRECATED
1123 g_tree_traverse
1124 #endif
1125 #endif
1126 #endif
1127
1128 #if IN_HEADER(__G_UNICODE_H__)
1129 #if IN_FILE(__G_UNIBREAK_C__)
1130 g_unichar_break_type G_GNUC_CONST
1131 #endif
1132 #endif
1133
1134 #if IN_HEADER(__G_UNICODE_H__)
1135 #if IN_FILE(__G_UNICOLLATE_C__)
1136 g_utf8_collate
1137 g_utf8_collate_key G_GNUC_MALLOC
1138 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1139 #endif
1140 #endif
1141
1142 #if IN_HEADER(__G_UNICODE_H__)
1143 #if IN_FILE(__G_UNIDECOMP_C__)
1144 g_unicode_canonical_decomposition G_GNUC_MALLOC
1145 g_unicode_canonical_ordering
1146 g_utf8_normalize
1147 #endif
1148 #endif
1149
1150 #if IN_HEADER(__G_UNICODE_H__)
1151 #if IN_FILE(__G_UNIPROP_C__)
1152 g_unichar_isalnum G_GNUC_CONST
1153 g_unichar_isalpha G_GNUC_CONST
1154 g_unichar_iscntrl G_GNUC_CONST
1155 g_unichar_isdefined G_GNUC_CONST
1156 g_unichar_isdigit G_GNUC_CONST
1157 g_unichar_isgraph G_GNUC_CONST
1158 g_unichar_islower G_GNUC_CONST
1159 g_unichar_isprint G_GNUC_CONST
1160 g_unichar_ispunct G_GNUC_CONST
1161 g_unichar_isspace G_GNUC_CONST
1162 g_unichar_istitle G_GNUC_CONST
1163 g_unichar_isupper G_GNUC_CONST
1164 g_unichar_iswide G_GNUC_CONST
1165 g_unichar_isxdigit G_GNUC_CONST
1166 g_unichar_tolower G_GNUC_CONST
1167 g_unichar_totitle G_GNUC_CONST
1168 g_unichar_toupper G_GNUC_CONST
1169 g_unichar_get_mirror_char
1170 g_unichar_digit_value G_GNUC_CONST
1171 g_unichar_xdigit_value G_GNUC_CONST
1172 g_unichar_type G_GNUC_CONST
1173 g_utf8_casefold G_GNUC_MALLOC
1174 g_utf8_strup G_GNUC_MALLOC
1175 g_utf8_strdown G_GNUC_MALLOC
1176 #endif
1177 #endif
1178
1179 #if IN_HEADER(__G_UNICODE_H__)
1180 #if IN_FILE(__G_UTF8_C__)
1181 g_get_charset
1182 g_ucs4_to_utf16 G_GNUC_MALLOC
1183 g_ucs4_to_utf8 G_GNUC_MALLOC
1184 g_utf16_to_ucs4 G_GNUC_MALLOC
1185 g_utf16_to_utf8 G_GNUC_MALLOC
1186 g_utf8_find_next_char
1187 g_utf8_find_prev_char
1188 g_utf8_get_char
1189 g_utf8_get_char_validated
1190 g_utf8_offset_to_pointer
1191 g_utf8_pointer_to_offset
1192 g_utf8_prev_char
1193 g_utf8_strchr
1194 g_utf8_strlen
1195 g_utf8_strncpy
1196 g_utf8_strrchr
1197 g_utf8_strreverse
1198 g_utf8_to_ucs4 G_GNUC_MALLOC
1199 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1200 g_utf8_to_utf16 G_GNUC_MALLOC
1201 g_utf8_validate
1202 g_unichar_to_utf8
1203 g_unichar_validate
1204 #endif
1205 #endif
1206
1207 #if IN_HEADER(__G_HASH_H__)
1208 #if IN_FILE(__G_UTILS_C__)
1209 g_int_equal
1210 g_int_hash
1211 g_direct_equal G_GNUC_CONST
1212 g_direct_hash G_GNUC_CONST
1213 #endif
1214 #endif
1215
1216 #if IN_HEADER(__G_UTILS_H__)
1217 #if IN_FILE(__G_UTILS_C__)
1218 g_atexit
1219 #ifndef G_DISABLE_DEPRECATED
1220 g_basename
1221 #endif
1222 g_get_application_name
1223 g_find_program_in_path PRIVATE
1224 g_get_current_dir PRIVATE
1225 g_getenv PRIVATE
1226 g_unsetenv PRIVATE
1227 g_get_home_dir PRIVATE
1228 g_get_host_name
1229 g_setenv PRIVATE
1230 g_listenv PRIVATE
1231 #ifdef G_OS_WIN32
1232 g_find_program_in_path_utf8
1233 g_get_current_dir_utf8
1234 g_getenv_utf8
1235 g_unsetenv_utf8
1236 g_setenv_utf8
1237 g_get_home_dir_utf8
1238 #endif
1239 g_get_language_names
1240 g_get_prgname
1241 g_get_real_name PRIVATE
1242 #ifdef G_OS_WIN32
1243 g_get_real_name_utf8
1244 #endif
1245 g_get_system_config_dirs
1246 g_get_system_data_dirs
1247 #ifdef G_OS_WIN32
1248 g_win32_get_system_data_dirs_for_module
1249 #endif
1250 g_get_tmp_dir PRIVATE
1251 #ifdef G_OS_WIN32
1252 g_get_tmp_dir_utf8
1253 #endif
1254 g_get_user_cache_dir
1255 g_get_user_config_dir
1256 g_get_user_data_dir
1257 g_get_user_name PRIVATE
1258 #ifdef G_OS_WIN32
1259 g_get_user_name_utf8
1260 #endif
1261 glib_check_version
1262 g_nullify_pointer
1263 g_parse_debug_string
1264 g_path_get_basename G_GNUC_MALLOC
1265 g_path_get_dirname G_GNUC_MALLOC
1266 g_path_is_absolute
1267 g_path_skip_root
1268 g_set_application_name
1269 g_set_prgname
1270 #ifdef INCLUDE_INTERNAL_SYMBOLS
1271 g_bit_nth_lsf
1272 g_bit_nth_msf
1273 g_bit_storage
1274 g_trash_stack_height
1275 g_trash_stack_peek
1276 g_trash_stack_pop
1277 g_trash_stack_push
1278 g_get_codeset
1279 #endif
1280 #endif
1281 #endif
1282
1283 #if IN_HEADER(__G_WIN32_H__)
1284 #if IN_FILE(__G_WIN32_H__)
1285 #ifdef G_OS_WIN32
1286 g_win32_error_message
1287 g_win32_ftruncate
1288 g_win32_get_package_installation_directory PRIVATE
1289 g_win32_get_package_installation_directory_utf8
1290 g_win32_get_package_installation_subdirectory PRIVATE
1291 g_win32_get_package_installation_subdirectory_utf8
1292 g_win32_get_windows_version
1293 g_win32_getlocale
1294 g_win32_locale_filename_from_utf8
1295 #endif
1296 #endif
1297 #endif
1298
1299 #ifdef INCLUDE_VARIABLES
1300 g_ascii_table
1301 g_utf8_skip
1302 g_idle_funcs
1303 g_timeout_funcs
1304 g_io_watch_funcs
1305 g_child_watch_funcs
1306 glib_binary_age
1307 glib_interface_age
1308 glib_major_version
1309 glib_mem_profiler_table
1310 glib_micro_version
1311 glib_minor_version
1312 glib_on_error_halt
1313 #endif
1314