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