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