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