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