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