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