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