85a7b13b710c7aa54614640e493b39ef8fdf421e
[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_mem_chunk_alloc
569 g_mem_chunk_alloc0
570 g_mem_chunk_clean
571 g_mem_chunk_destroy
572 g_mem_chunk_free
573 g_mem_chunk_info
574 g_mem_chunk_new
575 g_mem_chunk_print
576 g_mem_chunk_reset
577 g_malloc G_GNUC_MALLOC
578 g_malloc0 G_GNUC_MALLOC
579 g_mem_is_system_malloc
580 g_mem_profile
581 g_mem_set_vtable
582 g_realloc
583 g_allocator_free
584 g_allocator_new
585 g_blow_chunks
586 g_try_malloc G_GNUC_MALLOC
587 g_try_malloc0 G_GNUC_MALLOC
588 g_try_realloc
589 #endif
590 #endif
591
592 #if IN_HEADER(__G_MESSAGES_H__)
593 #if IN_FILE(__G_MESSAGES_C__)
594 g_printf_string_upper_bound
595 g_log G_GNUC_PRINTF(3,4)
596 g_log_default_handler
597 g_log_remove_handler
598 g_log_set_always_fatal
599 g_log_set_default_handler
600 g_log_set_fatal_mask
601 g_log_set_handler
602 g_logv
603 g_return_if_fail_warning
604 g_assert_warning G_GNUC_NORETURN
605 g_print G_GNUC_PRINTF(1,2)
606 g_printerr G_GNUC_PRINTF(1,2)
607 g_set_printerr_handler
608 g_set_print_handler
609 #endif
610 #endif
611
612 #if IN_HEADER(__G_NODE_H__)
613 #if IN_FILE(__G_NODE_C__)
614 g_node_child_index
615 g_node_child_position
616 g_node_children_foreach
617 g_node_copy
618 g_node_copy_deep
619 g_node_depth
620 g_node_destroy
621 g_node_find
622 g_node_find_child
623 g_node_first_sibling
624 g_node_get_root
625 g_node_insert
626 g_node_insert_after
627 g_node_insert_before
628 g_node_is_ancestor
629 g_node_last_child
630 g_node_last_sibling
631 g_node_max_height
632 g_node_n_children
633 g_node_new
634 g_node_n_nodes
635 g_node_nth_child
636 g_node_prepend
637 g_node_reverse_children
638 g_node_traverse
639 g_node_unlink
640 #endif
641 #endif
642
643 #if IN_HEADER(__G_OPTION_H__)
644 #if IN_FILE(__G_OPTION_C__)
645 g_option_context_add_group
646 g_option_context_add_main_entries
647 g_option_error_quark
648 g_option_context_free
649 g_option_context_get_help_enabled
650 g_option_context_get_ignore_unknown_options
651 g_option_context_get_main_group
652 g_option_context_new
653 g_option_context_parse
654 g_option_context_set_help_enabled
655 g_option_context_set_ignore_unknown_options
656 g_option_context_set_main_group
657 g_option_group_add_entries
658 g_option_group_free
659 g_option_group_new
660 g_option_group_set_error_hook
661 g_option_group_set_parse_hooks
662 g_option_group_set_translate_func
663 g_option_group_set_translation_domain
664 #endif
665 #endif
666
667 #if IN_HEADER(__G_PATTERN_H__)
668 #if IN_FILE(__G_PATTERN_C__)
669 g_pattern_match
670 g_pattern_match_simple
671 g_pattern_match_string
672 g_pattern_spec_equal
673 g_pattern_spec_free
674 g_pattern_spec_new
675 #endif
676 #endif
677
678 #if IN_HEADER(__G_PRIMES_H__)
679 #if IN_FILE(__G_PRIMES_C__)
680 g_spaced_primes_closest G_GNUC_CONST
681 #endif
682 #endif
683
684 #if IN_HEADER(__G_PRINTF_H__)
685 #if IN_FILE(__G_PRINTF_C__)
686 g_fprintf G_GNUC_PRINTF(2,3)
687 g_printf G_GNUC_PRINTF(1,2)
688 g_sprintf G_GNUC_PRINTF(2,3)
689 g_vasprintf
690 g_vfprintf
691 g_vprintf
692 g_vsprintf
693 #endif
694 #endif
695
696 #if IN_HEADER(__G_UTILS_H__)
697 #if IN_FILE(__G_PRINTF_C__)
698 g_snprintf G_GNUC_PRINTF(3,4)
699 g_vsnprintf
700 #endif
701 #endif
702
703 #if IN_HEADER(__G_QSORT_H__)
704 #if IN_FILE(__G_QSORT_C__)
705 g_qsort_with_data
706 #endif
707 #endif
708
709 #if IN_HEADER(__G_QUEUE_H__)
710 #if IN_FILE(__G_QUEUE_C__)
711 g_queue_copy
712 g_queue_delete_link
713 g_queue_find
714 g_queue_find_custom
715 g_queue_foreach
716 g_queue_free
717 g_queue_get_length
718 g_queue_index
719 g_queue_insert_after
720 g_queue_insert_before
721 g_queue_insert_sorted
722 g_queue_is_empty
723 g_queue_link_index
724 g_queue_new
725 g_queue_peek_head
726 g_queue_peek_head_link
727 g_queue_peek_nth
728 g_queue_peek_nth_link
729 g_queue_peek_tail
730 g_queue_peek_tail_link
731 g_queue_pop_head
732 g_queue_pop_head_link
733 g_queue_pop_nth
734 g_queue_pop_nth_link
735 g_queue_pop_tail
736 g_queue_pop_tail_link
737 g_queue_push_head
738 g_queue_push_head_link
739 g_queue_push_nth
740 g_queue_push_nth_link
741 g_queue_push_tail
742 g_queue_push_tail_link
743 g_queue_remove
744 g_queue_remove_all
745 g_queue_reverse
746 g_queue_sort
747 g_queue_unlink
748 #endif
749 #endif
750
751 #if IN_HEADER(__G_RAND_H__)
752 #if IN_FILE(__G_RAND_C__)
753 g_rand_copy
754 g_rand_double
755 g_rand_double_range
756 g_rand_free
757 g_rand_int
758 g_rand_int_range
759 g_rand_new
760 g_rand_new_with_seed
761 g_rand_new_with_seed_array
762 g_random_double
763 g_random_double_range
764 g_random_int
765 g_random_int_range
766 g_random_set_seed
767 g_rand_set_seed
768 g_rand_set_seed_array
769 #endif
770 #endif
771
772 #if IN_HEADER(__G_REL_H__)
773 #if IN_FILE(__G_REL_C__)
774 g_relation_count
775 g_relation_delete
776 g_relation_destroy
777 g_relation_exists
778 g_relation_index
779 g_relation_insert
780 g_relation_new
781 g_relation_print
782 g_relation_select
783 g_tuples_destroy
784 g_tuples_index
785 #endif
786 #endif
787
788 #if IN_HEADER(__G_SCANNER_H__)
789 #if IN_FILE(__G_SCANNER_C__)
790 g_scanner_cur_line
791 g_scanner_cur_position
792 g_scanner_cur_token
793 g_scanner_cur_value
794 g_scanner_destroy
795 g_scanner_eof
796 g_scanner_error G_GNUC_PRINTF(2,3)
797 g_scanner_get_next_token
798 g_scanner_input_file
799 g_scanner_input_text
800 g_scanner_lookup_symbol
801 g_scanner_new
802 g_scanner_peek_next_token
803 g_scanner_scope_add_symbol
804 g_scanner_scope_foreach_symbol
805 g_scanner_scope_lookup_symbol
806 g_scanner_scope_remove_symbol
807 g_scanner_set_scope
808 g_scanner_sync_file_offset
809 g_scanner_unexp_token
810 g_scanner_warn G_GNUC_PRINTF(2,3)
811 #endif
812 #endif
813
814 #if IN_HEADER(__G_SHELL_H__)
815 #if IN_FILE(__G_SHELL_C__)
816 g_shell_error_quark
817 g_shell_parse_argv
818 g_shell_quote
819 g_shell_unquote
820 #endif
821 #endif
822
823 #if IN_HEADER(__G_SLIST_H__)
824 #if IN_FILE(__G_SLIST_C__)
825 g_slist_alloc
826 g_slist_append
827 g_slist_concat
828 g_slist_copy
829 g_slist_delete_link
830 g_slist_find
831 g_slist_find_custom
832 g_slist_foreach
833 g_slist_free
834 g_slist_free_1
835 g_slist_index
836 g_slist_insert
837 g_slist_insert_before
838 g_slist_insert_sorted
839 g_slist_last
840 g_slist_length
841 g_slist_nth
842 g_slist_nth_data
843 g_slist_position
844 g_slist_prepend
845 g_slist_remove
846 g_slist_remove_all
847 g_slist_remove_link
848 g_slist_reverse
849 g_slist_sort
850 g_slist_sort_with_data
851 #endif
852 #endif
853
854 #if IN_HEADER(__G_SPAWN_H__)
855 #if IN_FILE(__G_SPAWN_C__)
856 g_spawn_async PRIVATE
857 g_spawn_async_with_pipes PRIVATE
858 g_spawn_close_pid
859 g_spawn_command_line_async PRIVATE
860 g_spawn_command_line_sync PRIVATE
861 g_spawn_error_quark
862 g_spawn_sync PRIVATE
863 #ifdef G_OS_WIN32
864 g_spawn_async_utf8
865 g_spawn_async_with_pipes_utf8
866 g_spawn_command_line_async_utf8
867 g_spawn_command_line_sync_utf8
868 g_spawn_sync_utf8
869 #endif
870 #endif
871 #endif
872
873 #if IN_HEADER(__G_STDIO_H__)
874 #if IN_FILE(__G_STDIO_C__)
875 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
876 /* gstdio wrappers */
877 g_access
878 g_chmod
879 g_open
880 g_creat
881 g_rename
882 g_mkdir
883 g_chdir
884 g_stat
885 g_lstat
886 g_unlink
887 g_remove
888 g_rmdir
889 g_fopen
890 g_freopen
891 #endif
892 #endif
893 #endif
894
895 #if IN_HEADER(__G_STRFUNCS_H__)
896 #if IN_FILE(__G_STRFUNCS_C__)
897 g_ascii_digit_value G_GNUC_CONST
898 g_ascii_dtostr
899 g_ascii_formatd
900 g_ascii_strdown G_GNUC_MALLOC
901 g_ascii_strtod
902 g_ascii_strtoull
903 g_ascii_strup G_GNUC_MALLOC
904 g_ascii_tolower G_GNUC_CONST
905 g_ascii_toupper G_GNUC_CONST
906 g_ascii_xdigit_value G_GNUC_CONST
907 g_ascii_strcasecmp
908 g_ascii_strncasecmp
909 g_memdup G_GNUC_MALLOC
910 g_stpcpy
911 g_strcanon
912 g_strchomp
913 g_strchug
914 g_strcompress G_GNUC_MALLOC
915 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
916 g_strdelimit
917 g_strdup G_GNUC_MALLOC
918 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
919 g_strdupv G_GNUC_MALLOC
920 g_strdup_vprintf G_GNUC_MALLOC
921 g_strerror G_GNUC_CONST
922 g_strescape G_GNUC_MALLOC
923 g_strfreev
924 g_str_has_prefix
925 g_str_has_suffix
926 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
927 g_strjoinv G_GNUC_MALLOC
928 g_strlcat
929 g_strlcpy
930 g_strndup G_GNUC_MALLOC
931 g_strnfill G_GNUC_MALLOC
932 g_strreverse
933 g_strrstr
934 g_strrstr_len
935 g_strsignal G_GNUC_CONST
936 g_strsplit G_GNUC_MALLOC
937 g_strsplit_set G_GNUC_MALLOC
938 g_strstr_len
939 g_strtod
940 #ifndef G_DISABLE_DEPRECATED
941 g_strcasecmp
942 g_strncasecmp
943 g_strup
944 g_strdown
945 #endif
946 g_strv_length
947 g_strip_context
948 #endif
949 #endif
950
951 #if IN_HEADER(__G_STRING_H__)
952 #if IN_FILE(__G_STRING_C__)
953 g_string_append
954 g_string_append_len
955 g_string_append_printf G_GNUC_PRINTF(2,3)
956 g_string_append_unichar
957 g_string_ascii_down
958 g_string_ascii_up
959 g_string_assign
960 g_string_chunk_free
961 g_string_chunk_insert
962 g_string_chunk_insert_const
963 g_string_chunk_insert_len
964 g_string_chunk_new
965 g_string_equal
966 g_string_erase
967 g_string_free
968 g_string_hash
969 g_string_insert
970 g_string_insert_c
971 g_string_insert_len
972 g_string_insert_unichar
973 g_string_new
974 g_string_new_len
975 g_string_prepend
976 g_string_prepend_c
977 g_string_prepend_len
978 g_string_prepend_unichar
979 g_string_printf G_GNUC_PRINTF(2,3)
980 g_string_set_size
981 g_string_sized_new
982 g_string_truncate
983 #ifndef G_DISABLE_DEPRECATED
984 g_string_down
985 g_string_up
986 #endif
987 #ifdef INCLUDE_INTERNAL_SYMBOLS
988 g_string_append_c
989 #endif
990 g_str_equal
991 g_str_hash
992 #endif
993 #endif
994
995 #if IN_HEADER(__G_THREAD_H__)
996 #if IN_FILE(__G_THREAD_C__)
997 g_once_impl
998 #ifdef INCLUDE_INTERNAL_SYMBOLS
999 g_thread_init_glib
1000 #endif
1001 #ifdef INCLUDE_VARIABLES
1002 g_thread_functions_for_glib_use
1003 g_threads_got_initialized
1004 g_thread_use_default_impl
1005 #endif
1006 g_thread_create_full
1007 g_thread_error_quark
1008 g_thread_exit
1009 g_thread_join
1010 g_thread_self
1011 g_thread_set_priority
1012 g_static_mutex_free
1013 g_static_mutex_get_mutex_impl
1014 g_static_mutex_init
1015 g_static_private_free
1016 g_static_private_get
1017 g_static_private_init
1018 g_static_private_set
1019 g_static_rec_mutex_free
1020 g_static_rec_mutex_init
1021 g_static_rec_mutex_lock
1022 g_static_rec_mutex_lock_full
1023 g_static_rec_mutex_trylock
1024 g_static_rec_mutex_unlock
1025 g_static_rec_mutex_unlock_full
1026 g_static_rw_lock_free
1027 g_static_rw_lock_init
1028 g_static_rw_lock_reader_lock
1029 g_static_rw_lock_reader_trylock
1030 g_static_rw_lock_reader_unlock
1031 g_static_rw_lock_writer_lock
1032 g_static_rw_lock_writer_trylock
1033 g_static_rw_lock_writer_unlock
1034 #endif
1035 #endif
1036
1037 #if IN_HEADER(__G_THREADPOOL_H__)
1038 #if IN_FILE(__G_THREADPOOL_C__)
1039 g_thread_pool_free
1040 g_thread_pool_get_max_threads
1041 g_thread_pool_get_max_unused_threads
1042 g_thread_pool_get_num_threads
1043 g_thread_pool_get_num_unused_threads
1044 g_thread_pool_new
1045 g_thread_pool_push
1046 g_thread_pool_set_max_threads
1047 g_thread_pool_set_max_unused_threads
1048 g_thread_pool_stop_unused_threads
1049 g_thread_pool_unprocessed
1050 #endif
1051 #endif
1052
1053 #if IN_HEADER(__G_TIMER_H__)
1054 #if IN_FILE(__G_TIMER_C__)
1055 g_timer_continue
1056 g_timer_destroy
1057 g_timer_elapsed
1058 g_timer_new
1059 g_timer_reset
1060 g_timer_start
1061 g_timer_stop
1062 g_time_val_add
1063 g_usleep
1064 #endif
1065 #endif
1066
1067 #if IN_HEADER(__G_TREE_H__)
1068 #if IN_FILE(__G_TREE_C__)
1069 g_tree_destroy
1070 g_tree_foreach
1071 g_tree_height
1072 g_tree_insert
1073 g_tree_lookup
1074 g_tree_lookup_extended
1075 g_tree_new
1076 g_tree_new_full
1077 g_tree_new_with_data
1078 g_tree_nnodes
1079 g_tree_remove
1080 g_tree_replace
1081 g_tree_search
1082 g_tree_steal
1083 #ifndef G_DISABLE_DEPRECATED
1084 g_tree_traverse
1085 #endif
1086 #endif
1087 #endif
1088
1089 #if IN_HEADER(__G_UNICODE_H__)
1090 #if IN_FILE(__G_UNIBREAK_C__)
1091 g_unichar_break_type G_GNUC_CONST
1092 #endif
1093 #endif
1094
1095 #if IN_HEADER(__G_UNICODE_H__)
1096 #if IN_FILE(__G_UNICOLLATE_C__)
1097 g_utf8_collate
1098 g_utf8_collate_key G_GNUC_MALLOC
1099 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1100 #endif
1101 #endif
1102
1103 #if IN_HEADER(__G_UNICODE_H__)
1104 #if IN_FILE(__G_UNIDECOMP_C__)
1105 g_unicode_canonical_decomposition G_GNUC_MALLOC
1106 g_unicode_canonical_ordering
1107 g_utf8_normalize
1108 #endif
1109 #endif
1110
1111 #if IN_HEADER(__G_UNICODE_H__)
1112 #if IN_FILE(__G_UNIPROP_C__)
1113 g_unichar_isalnum G_GNUC_CONST
1114 g_unichar_isalpha G_GNUC_CONST
1115 g_unichar_iscntrl G_GNUC_CONST
1116 g_unichar_isdefined G_GNUC_CONST
1117 g_unichar_isdigit G_GNUC_CONST
1118 g_unichar_isgraph G_GNUC_CONST
1119 g_unichar_islower G_GNUC_CONST
1120 g_unichar_isprint G_GNUC_CONST
1121 g_unichar_ispunct G_GNUC_CONST
1122 g_unichar_isspace G_GNUC_CONST
1123 g_unichar_istitle G_GNUC_CONST
1124 g_unichar_isupper G_GNUC_CONST
1125 g_unichar_iswide G_GNUC_CONST
1126 g_unichar_isxdigit G_GNUC_CONST
1127 g_unichar_tolower G_GNUC_CONST
1128 g_unichar_totitle G_GNUC_CONST
1129 g_unichar_toupper G_GNUC_CONST
1130 g_unichar_get_mirror_char
1131 g_unichar_digit_value G_GNUC_CONST
1132 g_unichar_xdigit_value G_GNUC_CONST
1133 g_unichar_type G_GNUC_CONST
1134 g_utf8_casefold G_GNUC_MALLOC
1135 g_utf8_strup G_GNUC_MALLOC
1136 g_utf8_strdown G_GNUC_MALLOC
1137 #endif
1138 #endif
1139
1140 #if IN_HEADER(__G_UNICODE_H__)
1141 #if IN_FILE(__G_UTF8_C__)
1142 g_get_charset
1143 g_ucs4_to_utf16 G_GNUC_MALLOC
1144 g_ucs4_to_utf8 G_GNUC_MALLOC
1145 g_utf16_to_ucs4 G_GNUC_MALLOC
1146 g_utf16_to_utf8 G_GNUC_MALLOC
1147 g_utf8_find_next_char
1148 g_utf8_find_prev_char
1149 g_utf8_get_char
1150 g_utf8_get_char_validated
1151 g_utf8_offset_to_pointer
1152 g_utf8_pointer_to_offset
1153 g_utf8_prev_char
1154 g_utf8_strchr
1155 g_utf8_strlen
1156 g_utf8_strncpy
1157 g_utf8_strrchr
1158 g_utf8_strreverse
1159 g_utf8_to_ucs4 G_GNUC_MALLOC
1160 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1161 g_utf8_to_utf16 G_GNUC_MALLOC
1162 g_utf8_validate
1163 g_unichar_to_utf8
1164 g_unichar_validate
1165 #endif
1166 #endif
1167
1168 #if IN_HEADER(__G_HASH_H__)
1169 #if IN_FILE(__G_UTILS_C__)
1170 g_int_equal
1171 g_int_hash
1172 g_direct_equal G_GNUC_CONST
1173 g_direct_hash G_GNUC_CONST
1174 #endif
1175 #endif
1176
1177 #if IN_HEADER(__G_UTILS_H__)
1178 #if IN_FILE(__G_UTILS_C__)
1179 g_atexit
1180 #ifndef G_DISABLE_DEPRECATED
1181 g_basename
1182 #endif
1183 g_get_application_name
1184 g_find_program_in_path PRIVATE
1185 g_get_current_dir PRIVATE
1186 g_getenv PRIVATE
1187 g_unsetenv PRIVATE
1188 g_get_home_dir PRIVATE
1189 g_get_host_name
1190 g_setenv PRIVATE
1191 g_listenv PRIVATE
1192 #ifdef G_OS_WIN32
1193 g_find_program_in_path_utf8
1194 g_get_current_dir_utf8
1195 g_getenv_utf8
1196 g_unsetenv_utf8
1197 g_setenv_utf8
1198 g_get_home_dir_utf8
1199 #endif
1200 g_get_language_names
1201 g_get_prgname
1202 g_get_real_name PRIVATE
1203 #ifdef G_OS_WIN32
1204 g_get_real_name_utf8
1205 #endif
1206 g_get_system_config_dirs
1207 g_get_system_data_dirs
1208 #ifdef G_OS_WIN32
1209 g_win32_get_system_data_dirs_for_module
1210 #endif
1211 g_get_tmp_dir PRIVATE
1212 #ifdef G_OS_WIN32
1213 g_get_tmp_dir_utf8
1214 #endif
1215 g_get_user_cache_dir
1216 g_get_user_config_dir
1217 g_get_user_data_dir
1218 g_get_user_name PRIVATE
1219 #ifdef G_OS_WIN32
1220 g_get_user_name_utf8
1221 #endif
1222 glib_check_version
1223 g_nullify_pointer
1224 g_parse_debug_string
1225 g_path_get_basename G_GNUC_MALLOC
1226 g_path_get_dirname G_GNUC_MALLOC
1227 g_path_is_absolute
1228 g_path_skip_root
1229 g_set_application_name
1230 g_set_prgname
1231 #ifdef INCLUDE_INTERNAL_SYMBOLS
1232 g_bit_nth_lsf
1233 g_bit_nth_msf
1234 g_bit_storage
1235 g_trash_stack_height
1236 g_trash_stack_peek
1237 g_trash_stack_pop
1238 g_trash_stack_push
1239 g_get_codeset
1240 #endif
1241 #endif
1242 #endif
1243
1244 #if IN_HEADER(__G_WIN32_H__)
1245 #if IN_FILE(__G_WIN32_H__)
1246 #ifdef G_OS_WIN32
1247 g_win32_error_message
1248 g_win32_ftruncate
1249 g_win32_get_package_installation_directory PRIVATE
1250 g_win32_get_package_installation_directory_utf8
1251 g_win32_get_package_installation_subdirectory PRIVATE
1252 g_win32_get_package_installation_subdirectory_utf8
1253 g_win32_get_windows_version
1254 g_win32_getlocale
1255 g_win32_locale_filename_from_utf8
1256 #endif
1257 #endif
1258 #endif
1259
1260 #ifdef INCLUDE_VARIABLES
1261 g_ascii_table
1262 g_utf8_skip
1263 g_idle_funcs
1264 g_timeout_funcs
1265 g_io_watch_funcs
1266 g_child_watch_funcs
1267 glib_binary_age
1268 glib_interface_age
1269 glib_major_version
1270 glib_mem_profiler_table
1271 glib_micro_version
1272 glib_minor_version
1273 glib_on_error_halt
1274 #endif
1275