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