62abfa8ffb4b959a8eb1fb90f2d5f060cc7f0fbe
[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_ref
21 g_array_unref
22 g_array_get_element_size
23 g_array_prepend_vals
24 g_array_remove_index
25 g_array_remove_index_fast
26 g_array_remove_range
27 g_array_set_size
28 g_array_sized_new
29 g_array_sort
30 g_array_sort_with_data
31 g_byte_array_append
32 g_byte_array_free
33 g_byte_array_unref
34 g_byte_array_ref
35 g_byte_array_new
36 g_byte_array_prepend
37 g_byte_array_remove_index
38 g_byte_array_remove_index_fast
39 g_byte_array_remove_range
40 g_byte_array_set_size
41 g_byte_array_sized_new
42 g_byte_array_sort
43 g_byte_array_sort_with_data
44 g_ptr_array_add
45 g_ptr_array_foreach
46 g_ptr_array_free
47 g_ptr_array_unref
48 g_ptr_array_ref
49 g_ptr_array_new
50 g_ptr_array_new_with_free_func
51 g_ptr_array_set_free_func
52 g_ptr_array_remove
53 g_ptr_array_remove_fast
54 g_ptr_array_remove_index
55 g_ptr_array_remove_index_fast
56 g_ptr_array_remove_range
57 g_ptr_array_set_size
58 g_ptr_array_sized_new
59 g_ptr_array_sort
60 g_ptr_array_sort_with_data
61 #endif
62 #endif
63
64 #if IN_HEADER(__G_ASYNCQUEUE_H__)
65 #if IN_FILE(__G_ASYNCQUEUE_C__)
66 g_async_queue_length
67 g_async_queue_length_unlocked
68 g_async_queue_lock
69 g_async_queue_new
70 g_async_queue_new_full
71 g_async_queue_pop
72 g_async_queue_pop_unlocked
73 g_async_queue_push
74 g_async_queue_push_unlocked
75 g_async_queue_push_sorted
76 g_async_queue_push_sorted_unlocked
77 g_async_queue_ref
78 g_async_queue_sort
79 g_async_queue_sort_unlocked
80 g_async_queue_timed_pop
81 g_async_queue_timed_pop_unlocked
82 g_async_queue_try_pop
83 g_async_queue_try_pop_unlocked
84 g_async_queue_unlock
85 g_async_queue_unref
86 #ifndef G_DISABLE_DEPRECATED
87 g_async_queue_ref_unlocked
88 g_async_queue_unref_and_unlock
89 #endif
90 #endif
91 #endif
92
93 #if IN_HEADER(__G_ATOMIC_H__)
94 #if IN_FILE(__G_ATOMIC_C__)
95 g_atomic_int_add
96 g_atomic_int_compare_and_exchange
97 g_atomic_int_exchange_and_add
98 g_atomic_pointer_compare_and_exchange
99 #ifdef INCLUDE_INTERNAL_SYMBOLS
100  /* these are not internal, but we don't want to alias them */
101 g_atomic_int_get
102 g_atomic_pointer_get
103 g_atomic_int_set
104 g_atomic_pointer_set
105 #endif
106 #endif
107 #endif
108
109 #if IN_HEADER(__G_BACKTRACE_H__)
110 #if IN_FILE(__G_BACKTRACE_C__)
111 g_on_error_query
112 g_on_error_stack_trace
113 #endif
114 #endif
115
116 #if IN_HEADER(__G_BASE64_H__)
117 #if IN_FILE(__G_BASE64_C__)
118 g_base64_encode_step
119 g_base64_encode_close
120 g_base64_encode G_GNUC_MALLOC
121 g_base64_decode_step
122 g_base64_decode G_GNUC_MALLOC
123 g_base64_decode_inplace
124 #endif
125 #endif
126
127 #if IN_HEADER(__G_BOOKMARK_FILE_H__)
128 #if IN_FILE(__G_BOOKMARK_FILE_C__)
129 g_bookmark_file_error_quark
130 g_bookmark_file_new
131 g_bookmark_file_free
132 g_bookmark_file_load_from_file
133 g_bookmark_file_load_from_data
134 g_bookmark_file_load_from_data_dirs
135 g_bookmark_file_to_data
136 g_bookmark_file_to_file
137 g_bookmark_file_set_title
138 g_bookmark_file_get_title G_GNUC_MALLOC
139 g_bookmark_file_set_description
140 g_bookmark_file_get_description G_GNUC_MALLOC
141 g_bookmark_file_set_mime_type
142 g_bookmark_file_get_mime_type G_GNUC_MALLOC
143 g_bookmark_file_set_groups
144 g_bookmark_file_add_group
145 g_bookmark_file_has_group
146 g_bookmark_file_get_groups G_GNUC_MALLOC
147 g_bookmark_file_add_application
148 g_bookmark_file_has_application
149 g_bookmark_file_get_applications G_GNUC_MALLOC
150 g_bookmark_file_set_app_info
151 g_bookmark_file_get_app_info
152 g_bookmark_file_set_is_private
153 g_bookmark_file_get_is_private
154 g_bookmark_file_set_icon
155 g_bookmark_file_get_icon
156 g_bookmark_file_set_added
157 g_bookmark_file_get_added
158 g_bookmark_file_set_modified
159 g_bookmark_file_get_modified
160 g_bookmark_file_set_visited
161 g_bookmark_file_get_visited
162 g_bookmark_file_has_item
163 g_bookmark_file_get_size
164 g_bookmark_file_get_uris G_GNUC_MALLOC
165 g_bookmark_file_remove_group
166 g_bookmark_file_remove_application
167 g_bookmark_file_remove_item
168 g_bookmark_file_move_item
169 #endif
170 #endif
171
172 #if IN_HEADER(__G_CACHE_H__)
173 #if IN_FILE(__G_CACHE_C__)
174 g_cache_destroy
175 g_cache_insert
176 g_cache_key_foreach
177 g_cache_new
178 g_cache_remove
179 #ifndef G_DISABLE_DEPRECATED
180 g_cache_value_foreach
181 #endif
182 #endif
183 #endif
184
185 #if IN_HEADER(__G_CHECKSUM_H__)
186 #if IN_FILE(__G_CHECKSUM_C__)
187 g_checksum_type_get_length
188 g_checksum_new
189 g_checksum_copy
190 g_checksum_free
191 g_checksum_update
192 g_checksum_reset
193 g_checksum_get_string
194 g_checksum_get_digest
195 g_compute_checksum_for_data
196 g_compute_checksum_for_string
197 #endif
198 #endif
199
200 #if IN_HEADER(__G_COMPLETION_H__)
201 #if IN_FILE(__G_COMPLETION_C__)
202 g_completion_add_items
203 g_completion_clear_items
204 g_completion_complete
205 g_completion_complete_utf8
206 g_completion_free
207 g_completion_new
208 g_completion_remove_items
209 g_completion_set_compare
210 #endif
211 #endif
212
213 #if IN_HEADER(__G_CONVERT_H__)
214 #if IN_FILE(__G_CONVERT_C__)
215 g_get_filename_charsets
216 g_convert G_GNUC_MALLOC
217 g_convert_error_quark
218 g_convert_with_fallback G_GNUC_MALLOC
219 g_convert_with_iconv G_GNUC_MALLOC
220 g_iconv
221 g_iconv_close
222 g_iconv_open
223 g_locale_from_utf8 G_GNUC_MALLOC
224 g_locale_to_utf8 G_GNUC_MALLOC
225 g_filename_display_name G_GNUC_MALLOC
226 g_filename_display_basename G_GNUC_MALLOC
227 #ifndef _WIN64
228 g_filename_from_uri PRIVATE G_GNUC_MALLOC
229 g_filename_from_utf8 PRIVATE G_GNUC_MALLOC
230 g_filename_to_uri PRIVATE G_GNUC_MALLOC
231 g_filename_to_utf8 PRIVATE G_GNUC_MALLOC 
232 #endif
233 #ifdef G_OS_WIN32
234 g_filename_from_uri_utf8 G_GNUC_MALLOC
235 g_filename_from_utf8_utf8
236 g_filename_to_uri_utf8 G_GNUC_MALLOC
237 g_filename_to_utf8_utf8
238 #endif
239 g_uri_list_extract_uris G_GNUC_MALLOC
240 #endif
241 #endif
242
243 #if IN_HEADER(__G_DATASET_H__)
244 #if IN_FILE(__G_DATASET_C__)
245 g_datalist_clear
246 g_datalist_foreach
247 g_datalist_get_flags
248 g_datalist_id_get_data
249 g_datalist_id_remove_no_notify
250 g_datalist_id_set_data_full
251 g_datalist_set_flags
252 g_datalist_unset_flags
253 g_datalist_init
254 g_dataset_destroy
255 g_dataset_foreach
256 g_dataset_id_get_data
257 g_dataset_id_remove_no_notify
258 g_dataset_id_set_data_full
259 #endif
260 #endif
261
262 #if IN_HEADER(__G_QUARK_H__)
263 #if IN_FILE(__G_DATASET_C__)
264 g_quark_from_static_string
265 g_quark_from_string
266 g_quark_to_string G_GNUC_CONST
267 g_quark_try_string
268 g_intern_string
269 g_intern_static_string
270 #endif
271 #endif
272
273 #if IN_HEADER(__G_DATE_H__)
274 #if IN_FILE(__G_DATE_C__)
275 g_date_add_days
276 g_date_add_months
277 g_date_add_years
278 g_date_clamp
279 g_date_clear
280 g_date_compare
281 g_date_days_between
282 g_date_free
283 g_date_get_day
284 g_date_get_day_of_year
285 g_date_get_days_in_month
286 g_date_get_iso8601_week_of_year
287 g_date_get_julian
288 g_date_get_monday_week_of_year
289 g_date_get_monday_weeks_in_year G_GNUC_CONST
290 g_date_get_month
291 g_date_get_sunday_week_of_year
292 g_date_get_sunday_weeks_in_year G_GNUC_CONST
293 g_date_get_weekday
294 g_date_get_year
295 g_date_is_first_of_month
296 g_date_is_last_of_month
297 g_date_is_leap_year G_GNUC_CONST
298 g_date_new
299 g_date_new_dmy
300 g_date_new_julian
301 g_date_order
302 g_date_set_day
303 g_date_set_dmy
304 g_date_set_julian
305 g_date_set_month
306 g_date_set_parse
307 #ifndef G_DISABLE_DEPRECATED
308 g_date_set_time
309 #endif
310 g_date_set_time_t
311 g_date_set_time_val
312 g_date_set_year
313 g_date_strftime
314 g_date_subtract_days
315 g_date_subtract_months
316 g_date_subtract_years
317 g_date_to_struct_tm
318 g_date_valid
319 g_date_valid_day G_GNUC_CONST
320 g_date_valid_dmy
321 g_date_valid_julian G_GNUC_CONST
322 g_date_valid_month G_GNUC_CONST
323 g_date_valid_weekday G_GNUC_CONST
324 g_date_valid_year G_GNUC_CONST
325 #endif
326 #endif
327
328 #if IN_HEADER(__G_DIR_H__)
329 #if IN_FILE(__G_DIR_C__)
330 g_dir_close
331 #ifndef _WIN64
332 g_dir_open PRIVATE
333 g_dir_read_name PRIVATE
334 #endif
335 #ifdef G_OS_WIN32
336 g_dir_open_utf8
337 g_dir_read_name_utf8
338 #endif
339 g_dir_rewind
340 #endif
341 #endif
342
343 #if IN_HEADER(__G_ERROR_H__)
344 #if IN_FILE(__G_ERROR_C__)
345 g_clear_error
346 g_error_copy
347 g_error_free
348 g_error_matches
349 g_error_new G_GNUC_PRINTF(3,4)
350 g_error_new_literal
351 g_error_new_valist
352 g_propagate_error
353 g_set_error G_GNUC_PRINTF(4,5)
354 g_set_error_literal
355 g_prefix_error G_GNUC_PRINTF(2,3)
356 g_propagate_prefixed_error G_GNUC_PRINTF(3,4)
357 #endif
358 #endif
359
360 #if IN_HEADER(__G_FILEUTILS_H__)
361 #if IN_FILE(__G_FILEUTILS_C__)
362 g_build_filename G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
363 g_build_filenamev G_GNUC_MALLOC
364 g_build_path G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
365 g_build_pathv G_GNUC_MALLOC 
366 g_file_error_from_errno
367 g_file_error_quark
368 #ifndef _WIN64
369 g_file_get_contents PRIVATE
370 #endif
371 g_file_set_contents
372 #ifndef _WIN64
373 g_file_open_tmp PRIVATE
374 g_file_test PRIVATE
375 #endif
376 g_file_read_link
377 g_format_size_for_display
378 #ifndef _WIN64
379 g_mkstemp PRIVATE
380 #endif
381 g_mkstemp_full
382 g_mkdir_with_parents
383 #ifdef G_OS_WIN32
384 g_file_get_contents_utf8
385 g_file_open_tmp_utf8
386 g_file_test_utf8
387 g_mkstemp_utf8
388 #endif
389 #endif
390 #endif
391
392 #if IN_HEADER(__G_HASH_H__)
393 #if IN_FILE(__G_HASH_C__)
394 g_hash_table_destroy
395 g_hash_table_unref
396 g_hash_table_ref
397 g_hash_table_find
398 g_hash_table_foreach
399 g_hash_table_foreach_remove
400 g_hash_table_foreach_steal
401 g_hash_table_get_keys
402 g_hash_table_get_values
403 g_hash_table_insert
404 g_hash_table_lookup
405 g_hash_table_lookup_extended
406 g_hash_table_new
407 g_hash_table_new_full
408 g_hash_table_remove
409 g_hash_table_remove_all
410 g_hash_table_replace
411 g_hash_table_size
412 g_hash_table_steal
413 g_hash_table_steal_all
414 g_hash_table_iter_init
415 g_hash_table_iter_next
416 g_hash_table_iter_get_hash_table
417 g_hash_table_iter_remove
418 g_hash_table_iter_steal
419 #endif
420 #endif
421
422 #if IN_HEADER(__G_HOOK_H__)
423 #if IN_FILE(__G_HOOK_C__)
424 g_hook_alloc
425 g_hook_compare_ids
426 g_hook_destroy
427 g_hook_destroy_link
428 g_hook_find
429 g_hook_find_data
430 g_hook_find_func
431 g_hook_find_func_data
432 g_hook_first_valid
433 g_hook_free
434 g_hook_get
435 g_hook_insert_before
436 g_hook_insert_sorted
437 g_hook_list_clear
438 g_hook_list_init
439 g_hook_list_invoke
440 g_hook_list_invoke_check
441 g_hook_list_marshal
442 g_hook_list_marshal_check
443 g_hook_next_valid
444 g_hook_prepend
445 g_hook_ref
446 g_hook_unref
447 #endif
448 #endif
449
450 #if IN_HEADER(__G_IOCHANNEL_H__)
451 #if IN_FILE(__G_IOCHANNEL_C__)
452 g_io_add_watch
453 g_io_add_watch_full
454 g_io_create_watch
455 g_io_channel_error_from_errno
456 g_io_channel_error_quark
457 g_io_channel_flush
458 g_io_channel_get_buffer_condition
459 g_io_channel_get_buffered
460 g_io_channel_get_buffer_size
461 g_io_channel_get_close_on_unref
462 g_io_channel_get_encoding
463 g_io_channel_get_flags
464 g_io_channel_get_line_term
465 g_io_channel_init
466 g_io_channel_read_chars
467 g_io_channel_read_line
468 g_io_channel_read_line_string
469 g_io_channel_read_to_end
470 g_io_channel_read_unichar
471 g_io_channel_ref
472 g_io_channel_seek_position
473 g_io_channel_set_buffered
474 g_io_channel_set_buffer_size
475 g_io_channel_set_close_on_unref
476 g_io_channel_set_encoding
477 g_io_channel_set_flags
478 g_io_channel_set_line_term
479 g_io_channel_shutdown
480 g_io_channel_unref
481 #ifndef G_DISABLE_DEPRECATED
482 g_io_channel_close
483 g_io_channel_read
484 g_io_channel_seek
485 g_io_channel_write
486 #endif
487 g_io_channel_write_chars
488 g_io_channel_write_unichar
489 #endif
490 #endif
491
492 #if IN_HEADER(__G_IOCHANNEL_H__)
493 #if IN_FILE(__G_IO_UNIX_C__)
494 #ifdef G_OS_UNIX
495 g_io_channel_unix_get_fd
496 g_io_channel_unix_new
497 g_io_channel_new_file PRIVATE
498 #endif
499 #endif
500 #endif
501
502 #if IN_HEADER(__G_IOCHANNEL_H__)
503 #if IN_FILE(__G_IO_WIN32_C__)
504 #ifdef G_OS_WIN32
505 g_io_channel_unix_get_fd
506 g_io_channel_unix_new
507 #ifndef _WIN64
508 g_io_channel_new_file PRIVATE
509 #endif
510 g_io_channel_new_file_utf8
511 g_io_channel_win32_get_fd
512 g_io_channel_win32_make_pollfd
513 g_io_channel_win32_new_fd
514 g_io_channel_win32_new_messages
515 g_io_channel_win32_new_socket
516 #ifndef _WIN64
517 g_io_channel_win32_new_stream_socket PRIVATE
518 #endif
519 g_io_channel_win32_poll
520 g_io_channel_win32_set_debug
521 #endif
522 #endif
523 #endif
524
525 #if IN_HEADER(__G_KEY_FILE_H__)
526 #if IN_FILE(__G_KEY_FILE_C__)
527 g_key_file_error_quark
528 g_key_file_free
529 g_key_file_get_boolean
530 g_key_file_get_boolean_list G_GNUC_MALLOC
531 g_key_file_get_comment G_GNUC_MALLOC
532 g_key_file_get_groups G_GNUC_MALLOC
533 g_key_file_get_double
534 g_key_file_get_double_list G_GNUC_MALLOC
535 g_key_file_get_integer
536 g_key_file_get_int64
537 g_key_file_get_uint64
538 g_key_file_get_integer_list G_GNUC_MALLOC
539 g_key_file_get_keys G_GNUC_MALLOC
540 g_key_file_get_locale_string G_GNUC_MALLOC
541 g_key_file_get_locale_string_list G_GNUC_MALLOC
542 g_key_file_get_start_group G_GNUC_MALLOC
543 g_key_file_get_string G_GNUC_MALLOC
544 g_key_file_get_string_list G_GNUC_MALLOC
545 g_key_file_get_value G_GNUC_MALLOC
546 g_key_file_has_group
547 g_key_file_has_key
548 g_key_file_load_from_dirs
549 g_key_file_load_from_data
550 g_key_file_load_from_data_dirs
551 g_key_file_load_from_file
552 g_key_file_new
553 g_key_file_remove_comment
554 g_key_file_remove_group
555 g_key_file_remove_key
556 g_key_file_set_boolean
557 g_key_file_set_boolean_list
558 g_key_file_set_comment
559 g_key_file_set_double
560 g_key_file_set_double_list
561 g_key_file_set_integer
562 g_key_file_set_int64
563 g_key_file_set_uint64
564 g_key_file_set_integer_list
565 g_key_file_set_list_separator
566 g_key_file_set_locale_string
567 g_key_file_set_locale_string_list
568 g_key_file_set_string
569 g_key_file_set_string_list
570 g_key_file_set_value
571 g_key_file_to_data G_GNUC_MALLOC
572 #endif
573 #endif
574
575 #if IN_HEADER(__G_LIST_H__)
576 #if IN_FILE(__G_LIST_C__)
577 g_list_alloc
578 g_list_append
579 g_list_concat
580 g_list_copy
581 g_list_delete_link
582 g_list_find
583 g_list_find_custom
584 g_list_first
585 g_list_foreach
586 g_list_free
587 g_list_free_1
588 g_list_index
589 g_list_insert
590 g_list_insert_before
591 g_list_insert_sorted
592 g_list_insert_sorted_with_data
593 g_list_last
594 g_list_length
595 g_list_nth
596 g_list_nth_data
597 g_list_nth_prev
598 #ifndef G_DISABLE_DEPRECATED
599 g_list_pop_allocator
600 #endif
601 g_list_position
602 g_list_prepend
603 #ifndef G_DISABLE_DEPRECATED
604 g_list_push_allocator
605 #endif
606 g_list_remove
607 g_list_remove_all
608 g_list_remove_link
609 g_list_reverse
610 g_list_sort
611 g_list_sort_with_data
612 #endif
613 #endif
614
615 #if IN_HEADER(__G_MAIN_H__)
616 #if IN_FILE(__G_MAIN_C__)
617 g_child_watch_add
618 g_child_watch_add_full
619 g_child_watch_source_new
620 g_get_current_time
621 g_main_context_acquire
622 g_main_context_add_poll
623 g_main_context_check
624 g_main_context_default
625 g_main_context_dispatch
626 g_main_context_find_source_by_funcs_user_data
627 g_main_context_find_source_by_id
628 g_main_context_find_source_by_user_data
629 g_main_context_get_poll_func
630 g_main_context_get_thread_default
631 g_main_context_is_owner
632 g_main_context_iteration
633 g_main_context_new
634 g_main_context_pending
635 g_main_context_pop_thread_default
636 g_main_context_prepare
637 g_main_context_push_thread_default
638 g_main_context_query
639 g_main_context_ref
640 g_main_context_release
641 g_main_context_remove_poll
642 g_main_context_set_poll_func
643 g_main_context_unref
644 g_main_context_wait
645 g_main_context_wakeup
646 g_main_depth
647 g_main_current_source
648 g_main_loop_get_context
649 g_main_loop_is_running
650 g_main_loop_new
651 g_main_loop_quit
652 g_main_loop_ref
653 g_main_loop_run
654 g_main_loop_unref
655 g_source_add_poll
656 g_source_attach
657 g_source_destroy
658 g_source_get_can_recurse
659 g_source_get_context
660 g_source_get_current_time
661 g_source_get_id
662 g_source_get_priority
663 g_source_new
664 g_source_ref
665 g_source_remove
666 g_source_remove_by_funcs_user_data
667 g_source_remove_by_user_data
668 g_source_remove_poll
669 g_source_set_callback
670 g_source_set_callback_indirect
671 g_source_set_can_recurse
672 g_source_set_funcs
673 g_source_is_destroyed
674 g_source_set_priority
675 g_source_unref
676 g_idle_add
677 g_idle_add_full
678 g_idle_remove_by_data
679 g_idle_source_new
680 g_timeout_add
681 g_timeout_add_seconds
682 g_timeout_add_full
683 g_timeout_add_seconds_full
684 g_timeout_source_new
685 g_timeout_source_new_seconds
686 #endif
687 #endif
688
689 #if IN_HEADER(__G_MAPPED_FILE_H__)
690 #if IN_FILE(__G_MAPPED_FILE_C__)
691 g_mapped_file_new G_GNUC_MALLOC
692 g_mapped_file_get_length
693 g_mapped_file_get_contents
694 g_mapped_file_ref
695 g_mapped_file_unref
696 #ifndef G_DISABLE_DEPRECATED
697 g_mapped_file_free
698 #endif
699 #endif
700 #endif
701
702 #if IN_HEADER(__G_MARKUP_H__)
703 #if IN_FILE(__G_MARKUP_C__)
704 g_markup_error_quark
705 g_markup_escape_text
706 g_markup_parse_context_end_parse
707 g_markup_parse_context_free
708 g_markup_parse_context_get_element
709 g_markup_parse_context_get_element_stack
710 g_markup_parse_context_get_position
711 g_markup_parse_context_get_user_data
712 g_markup_parse_context_new
713 g_markup_parse_context_parse
714 g_markup_parse_context_push
715 g_markup_parse_context_pop
716 g_markup_printf_escaped G_GNUC_PRINTF(1,2)
717 g_markup_vprintf_escaped
718 g_markup_collect_attributes
719 #endif
720 #endif
721
722 #if IN_HEADER(__G_MEM_H__)
723 #if IN_FILE(__G_MEM_C__)
724 g_free
725 g_malloc G_GNUC_MALLOC
726 g_malloc0 G_GNUC_MALLOC
727 g_malloc_n G_GNUC_MALLOC
728 g_malloc0_n G_GNUC_MALLOC
729 g_mem_is_system_malloc
730 g_mem_profile
731 g_mem_set_vtable
732 g_realloc
733 g_realloc_n
734 g_try_malloc G_GNUC_MALLOC
735 g_try_malloc0 G_GNUC_MALLOC
736 g_try_malloc_n G_GNUC_MALLOC
737 g_try_malloc0_n G_GNUC_MALLOC
738 g_try_realloc
739 g_try_realloc_n
740 #ifndef G_DISABLE_DEPRECATED
741 g_allocator_free
742 g_allocator_new
743 g_mem_chunk_alloc
744 g_mem_chunk_alloc0
745 g_mem_chunk_clean
746 g_mem_chunk_destroy
747 g_mem_chunk_free
748 g_mem_chunk_info
749 g_mem_chunk_new
750 g_mem_chunk_print
751 g_mem_chunk_reset
752 g_blow_chunks
753 #endif
754 #endif
755 #endif
756
757 #if IN_HEADER(__G_SLICE_H__)
758 #if IN_FILE(__G_SLICE_C__)
759 g_slice_alloc G_GNUC_MALLOC
760 g_slice_alloc0 G_GNUC_MALLOC
761 g_slice_copy G_GNUC_MALLOC
762 g_slice_free1
763 g_slice_free_chain_with_offset
764 g_slice_set_config
765 g_slice_get_config
766 g_slice_get_config_state
767 #ifdef G_ENABLE_DEBUG
768 #ifdef INCLUDE_INTERNAL_SYMBOLS
769 g_slice_debug_tree_statistics
770 #endif
771 #endif
772 #endif
773 #endif
774
775 #if IN_HEADER(__G_MESSAGES_H__)
776 #if IN_FILE(__G_MESSAGES_C__)
777 g_printf_string_upper_bound
778 g_log G_GNUC_PRINTF(3,4)
779 g_log_default_handler
780 g_log_remove_handler
781 g_log_set_always_fatal
782 g_log_set_default_handler
783 g_log_set_fatal_mask
784 g_log_set_handler
785 g_logv
786 g_return_if_fail_warning
787 g_warn_message
788 #ifndef G_DISABLE_DEPRECATED
789 g_assert_warning G_GNUC_NORETURN
790 #endif
791 g_print G_GNUC_PRINTF(1,2)
792 g_printerr G_GNUC_PRINTF(1,2)
793 g_set_printerr_handler
794 g_set_print_handler
795 #endif
796 #endif
797
798 #if IN_HEADER(__G_NODE_H__)
799 #if IN_FILE(__G_NODE_C__)
800 g_node_child_index
801 g_node_child_position
802 g_node_children_foreach
803 g_node_copy
804 g_node_copy_deep
805 g_node_depth
806 g_node_destroy
807 g_node_find
808 g_node_find_child
809 g_node_first_sibling
810 g_node_get_root
811 g_node_insert
812 g_node_insert_after
813 g_node_insert_before
814 g_node_is_ancestor
815 g_node_last_child
816 g_node_last_sibling
817 g_node_max_height
818 g_node_n_children
819 g_node_new
820 g_node_n_nodes
821 g_node_nth_child
822 #ifndef G_DISABLE_DEPRECATED
823 g_node_pop_allocator
824 #endif
825 g_node_prepend
826 #ifndef G_DISABLE_DEPRECATED
827 g_node_push_allocator
828 #endif
829 g_node_reverse_children
830 g_node_traverse
831 g_node_unlink
832 #endif
833 #endif
834
835 #if IN_HEADER(__G_OPTION_H__)
836 #if IN_FILE(__G_OPTION_C__)
837 g_option_context_add_group
838 g_option_context_add_main_entries
839 g_option_error_quark
840 g_option_context_free
841 g_option_context_get_description
842 g_option_context_get_help_enabled
843 g_option_context_get_ignore_unknown_options
844 g_option_context_get_main_group
845 g_option_context_get_summary
846 g_option_context_new
847 g_option_context_parse
848 g_option_context_set_description
849 g_option_context_set_help_enabled
850 g_option_context_set_ignore_unknown_options
851 g_option_context_set_main_group
852 g_option_context_set_summary
853 g_option_context_set_translate_func
854 g_option_context_set_translation_domain
855 g_option_context_get_help
856 g_option_group_add_entries
857 g_option_group_free
858 g_option_group_new
859 g_option_group_set_error_hook
860 g_option_group_set_parse_hooks
861 g_option_group_set_translate_func
862 g_option_group_set_translation_domain
863 #endif
864 #endif
865
866 #if IN_HEADER(__G_PATTERN_H__)
867 #if IN_FILE(__G_PATTERN_C__)
868 g_pattern_match
869 g_pattern_match_simple
870 g_pattern_match_string
871 g_pattern_spec_equal
872 g_pattern_spec_free
873 g_pattern_spec_new
874 #endif
875 #endif
876
877 #if IN_HEADER(__G_POLL_H__)
878 #if IN_FILE(__G_POLL_C__)
879 g_poll
880 #endif
881 #endif
882
883 #if IN_HEADER(__G_PRIMES_H__)
884 #if IN_FILE(__G_PRIMES_C__)
885 g_spaced_primes_closest G_GNUC_CONST
886 #endif
887 #endif
888
889 #if IN_HEADER(__G_PRINTF_H__)
890 #if IN_FILE(__G_PRINTF_C__)
891 g_fprintf G_GNUC_PRINTF(2,3)
892 g_printf G_GNUC_PRINTF(1,2)
893 g_sprintf G_GNUC_PRINTF(2,3)
894 g_vasprintf
895 g_vfprintf
896 g_vprintf
897 g_vsprintf
898 #endif
899 #endif
900
901 #if IN_HEADER(__G_UTILS_H__)
902 #if IN_FILE(__G_PRINTF_C__)
903 g_snprintf G_GNUC_PRINTF(3,4)
904 g_vsnprintf
905 #endif
906 #endif
907
908 #if IN_HEADER(__G_QSORT_H__)
909 #if IN_FILE(__G_QSORT_C__)
910 g_qsort_with_data
911 #endif
912 #endif
913
914 #if IN_HEADER(__G_QUEUE_H__)
915 #if IN_FILE(__G_QUEUE_C__)
916 g_queue_clear
917 g_queue_copy
918 g_queue_delete_link
919 g_queue_find
920 g_queue_find_custom
921 g_queue_foreach
922 g_queue_free
923 g_queue_get_length
924 g_queue_index
925 g_queue_init
926 g_queue_insert_after
927 g_queue_insert_before
928 g_queue_insert_sorted
929 g_queue_is_empty
930 g_queue_link_index
931 g_queue_new
932 g_queue_peek_head
933 g_queue_peek_head_link
934 g_queue_peek_nth
935 g_queue_peek_nth_link
936 g_queue_peek_tail
937 g_queue_peek_tail_link
938 g_queue_pop_head
939 g_queue_pop_head_link
940 g_queue_pop_nth
941 g_queue_pop_nth_link
942 g_queue_pop_tail
943 g_queue_pop_tail_link
944 g_queue_push_head
945 g_queue_push_head_link
946 g_queue_push_nth
947 g_queue_push_nth_link
948 g_queue_push_tail
949 g_queue_push_tail_link
950 g_queue_remove
951 g_queue_remove_all
952 g_queue_reverse
953 g_queue_sort
954 g_queue_unlink
955 #endif
956 #endif
957
958 #if IN_HEADER(__G_RAND_H__)
959 #if IN_FILE(__G_RAND_C__)
960 g_rand_copy
961 g_rand_double
962 g_rand_double_range
963 g_rand_free
964 g_rand_int
965 g_rand_int_range
966 g_rand_new
967 g_rand_new_with_seed
968 g_rand_new_with_seed_array
969 g_random_double
970 g_random_double_range
971 g_random_int
972 g_random_int_range
973 g_random_set_seed
974 g_rand_set_seed
975 g_rand_set_seed_array
976 #endif
977 #endif
978
979 #if IN_HEADER(__G_REL_H__)
980 #if IN_FILE(__G_REL_C__)
981 g_relation_count
982 g_relation_delete
983 g_relation_destroy
984 g_relation_exists
985 g_relation_index
986 g_relation_insert
987 g_relation_new
988 g_relation_print
989 g_relation_select
990 g_tuples_destroy
991 g_tuples_index
992 #endif
993 #endif
994
995 #if IN_HEADER(__G_SCANNER_H__)
996 #if IN_FILE(__G_SCANNER_C__)
997 g_scanner_cur_line
998 g_scanner_cur_position
999 g_scanner_cur_token
1000 g_scanner_cur_value
1001 g_scanner_destroy
1002 g_scanner_eof
1003 g_scanner_error G_GNUC_PRINTF(2,3)
1004 g_scanner_get_next_token
1005 g_scanner_input_file
1006 g_scanner_input_text
1007 g_scanner_lookup_symbol
1008 g_scanner_new
1009 g_scanner_peek_next_token
1010 g_scanner_scope_add_symbol
1011 g_scanner_scope_foreach_symbol
1012 g_scanner_scope_lookup_symbol
1013 g_scanner_scope_remove_symbol
1014 g_scanner_set_scope
1015 g_scanner_sync_file_offset
1016 g_scanner_unexp_token
1017 g_scanner_warn G_GNUC_PRINTF(2,3)
1018 #endif
1019 #endif
1020
1021 #if IN_HEADER(__G_SEQUENCE_H__)
1022 #if IN_FILE(__G_SEQUENCE_C__)
1023 g_sequence_new
1024 g_sequence_free
1025 g_sequence_get_length
1026 g_sequence_foreach
1027 g_sequence_foreach_range
1028 g_sequence_sort
1029 g_sequence_sort_iter
1030 g_sequence_get_begin_iter
1031 g_sequence_get_end_iter
1032 g_sequence_get_iter_at_pos
1033 g_sequence_append
1034 g_sequence_prepend
1035 g_sequence_insert_before
1036 g_sequence_move
1037 g_sequence_swap
1038 g_sequence_insert_sorted
1039 g_sequence_insert_sorted_iter
1040 g_sequence_sort_changed
1041 g_sequence_sort_changed_iter
1042 g_sequence_remove
1043 g_sequence_remove_range
1044 g_sequence_move_range
1045 g_sequence_search
1046 g_sequence_search_iter
1047 g_sequence_get
1048 g_sequence_set
1049 g_sequence_iter_is_begin
1050 g_sequence_iter_is_end
1051 g_sequence_iter_next
1052 g_sequence_iter_prev
1053 g_sequence_iter_get_position
1054 g_sequence_iter_move
1055 g_sequence_iter_get_sequence
1056 g_sequence_iter_compare
1057 g_sequence_range_get_midpoint
1058 #endif
1059 #endif
1060
1061 #if IN_HEADER(__G_SHELL_H__)
1062 #if IN_FILE(__G_SHELL_C__)
1063 g_shell_error_quark
1064 g_shell_parse_argv
1065 g_shell_quote
1066 g_shell_unquote
1067 #endif
1068 #endif
1069
1070 #if IN_HEADER(__G_SLIST_H__)
1071 #if IN_FILE(__G_SLIST_C__)
1072 g_slist_alloc
1073 g_slist_append
1074 g_slist_concat
1075 g_slist_copy
1076 g_slist_delete_link
1077 g_slist_find
1078 g_slist_find_custom
1079 g_slist_foreach
1080 g_slist_free
1081 g_slist_free_1
1082 g_slist_index
1083 g_slist_insert
1084 g_slist_insert_before
1085 g_slist_insert_sorted
1086 g_slist_insert_sorted_with_data
1087 g_slist_last
1088 g_slist_length
1089 g_slist_nth
1090 g_slist_nth_data
1091 #ifndef G_DISABLE_DEPRECATED
1092 g_slist_pop_allocator
1093 #endif
1094 g_slist_position
1095 g_slist_prepend
1096 #ifndef G_DISABLE_DEPRECATED
1097 g_slist_push_allocator
1098 #endif
1099 g_slist_remove
1100 g_slist_remove_all
1101 g_slist_remove_link
1102 g_slist_reverse
1103 g_slist_sort
1104 g_slist_sort_with_data
1105 #endif
1106 #endif
1107
1108 #if IN_HEADER(__G_SPAWN_H__)
1109 #if IN_FILE(__G_SPAWN_C__)
1110 #ifndef _WIN64
1111 g_spawn_async PRIVATE
1112 g_spawn_async_with_pipes PRIVATE
1113 #endif
1114 g_spawn_close_pid
1115 #ifndef _WIN64
1116 g_spawn_command_line_async PRIVATE
1117 g_spawn_command_line_sync PRIVATE
1118 #endif
1119 g_spawn_error_quark
1120 #ifndef _WIN64
1121 g_spawn_sync PRIVATE
1122 #endif
1123 #ifdef G_OS_WIN32
1124 g_spawn_async_utf8
1125 g_spawn_async_with_pipes_utf8
1126 g_spawn_command_line_async_utf8
1127 g_spawn_command_line_sync_utf8
1128 g_spawn_sync_utf8
1129 #endif
1130 #endif
1131 #endif
1132
1133 #if IN_HEADER(__G_STDIO_H__)
1134 #if IN_FILE(__G_STDIO_C__)
1135 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
1136 /* gstdio wrappers */
1137 g_chmod
1138 g_open
1139 g_creat
1140 g_rename
1141 g_mkdir
1142 g_stat
1143 g_lstat
1144 g_remove
1145 g_fopen
1146 g_freopen
1147 g_utime
1148 #endif
1149 g_access
1150 g_chdir
1151 g_unlink
1152 g_rmdir
1153 #endif
1154 #endif
1155
1156 #if IN_HEADER(__G_STRFUNCS_H__)
1157 #if IN_FILE(__G_STRFUNCS_C__)
1158 g_ascii_digit_value G_GNUC_CONST
1159 g_ascii_dtostr
1160 g_ascii_formatd
1161 g_ascii_strdown G_GNUC_MALLOC
1162 g_ascii_strtod
1163 g_ascii_strtoull
1164 g_ascii_strtoll
1165 g_ascii_strup G_GNUC_MALLOC
1166 g_ascii_tolower G_GNUC_CONST
1167 g_ascii_toupper G_GNUC_CONST
1168 g_ascii_xdigit_value G_GNUC_CONST
1169 g_ascii_strcasecmp
1170 g_ascii_strncasecmp
1171 g_memdup G_GNUC_MALLOC
1172 g_stpcpy
1173 g_strcanon
1174 g_strchomp
1175 g_strchug
1176 g_strcompress G_GNUC_MALLOC
1177 g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1178 g_strdelimit
1179 g_strdup G_GNUC_MALLOC
1180 g_strdup_printf G_GNUC_PRINTF(1,2) G_GNUC_MALLOC
1181 g_strdupv G_GNUC_MALLOC
1182 g_strdup_vprintf G_GNUC_MALLOC
1183 g_strerror G_GNUC_CONST
1184 g_strescape G_GNUC_MALLOC
1185 g_strfreev
1186 g_str_has_prefix
1187 g_str_has_suffix
1188 g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED
1189 g_strjoinv G_GNUC_MALLOC
1190 g_strlcat
1191 g_strlcpy
1192 g_strndup G_GNUC_MALLOC
1193 g_strnfill G_GNUC_MALLOC
1194 g_strreverse
1195 g_strrstr
1196 g_strrstr_len
1197 g_strsignal G_GNUC_CONST
1198 g_strsplit G_GNUC_MALLOC
1199 g_strsplit_set G_GNUC_MALLOC
1200 g_strstr_len
1201 g_strtod
1202 #ifndef G_DISABLE_DEPRECATED
1203 g_strcasecmp
1204 g_strncasecmp
1205 g_strup
1206 g_strdown
1207 #endif
1208 g_strv_length
1209 g_strip_context G_GNUC_FORMAT(1)
1210 g_dgettext G_GNUC_FORMAT(2)
1211 g_dcgettext G_GNUC_FORMAT(2)
1212 g_dngettext G_GNUC_FORMAT(3)
1213 g_dpgettext G_GNUC_FORMAT(2)
1214 g_dpgettext2 G_GNUC_FORMAT(3)
1215 #endif
1216 #endif
1217
1218 #if IN_HEADER(__G_URI_FUNCS_H__)
1219 #if IN_FILE(__G_URI_FUNCS_C__)
1220 g_uri_unescape_string 
1221 g_uri_unescape_segment 
1222 g_uri_parse_scheme 
1223 g_uri_escape_string 
1224 #endif
1225 #endif
1226
1227 #if IN_HEADER(__G_STRING_H__)
1228 #if IN_FILE(__G_STRING_C__)
1229 g_string_append
1230 g_string_append_len
1231 g_string_append_printf G_GNUC_PRINTF(2,3)
1232 g_string_append_unichar
1233 g_string_append_vprintf
1234 g_string_ascii_down
1235 g_string_ascii_up
1236 g_string_assign
1237 g_string_chunk_free
1238 g_string_chunk_clear
1239 g_string_chunk_insert
1240 g_string_chunk_insert_const
1241 g_string_chunk_insert_len
1242 g_string_chunk_new
1243 g_string_equal
1244 g_string_erase
1245 g_string_free
1246 g_string_hash
1247 g_string_insert
1248 g_string_insert_c
1249 g_string_insert_len
1250 g_string_insert_unichar
1251 g_string_new
1252 g_string_new_len
1253 g_string_overwrite
1254 g_string_overwrite_len
1255 g_string_prepend
1256 g_string_prepend_c
1257 g_string_prepend_len
1258 g_string_prepend_unichar
1259 g_string_printf G_GNUC_PRINTF(2,3)
1260 g_string_set_size
1261 g_string_sized_new
1262 g_string_truncate
1263 g_string_append_uri_escaped
1264 #ifndef G_DISABLE_DEPRECATED
1265 g_string_down
1266 g_string_up
1267 #endif
1268 g_string_vprintf
1269 #ifdef INCLUDE_INTERNAL_SYMBOLS
1270  /* these are not internal, but we don't want to alias them */
1271 g_string_append_c
1272 #endif
1273 #endif
1274 #endif
1275
1276 #if IN_HEADER(__G_BITLOCK_H__)
1277 #if IN_FILE(__G_BITLOCK_C__)
1278 g_bit_lock
1279 g_bit_trylock
1280 g_bit_unlock
1281 #endif
1282 #endif
1283
1284 #if IN_HEADER(__G_THREAD_H__)
1285 #if IN_FILE(__G_THREAD_C__)
1286 g_once_impl
1287 g_once_init_enter_impl
1288 g_once_init_leave
1289 #ifdef INCLUDE_INTERNAL_SYMBOLS
1290 g_thread_init_glib
1291 g_once_init_enter
1292 #endif
1293 #ifdef INCLUDE_VARIABLES
1294 g_thread_functions_for_glib_use
1295 g_threads_got_initialized
1296 g_thread_use_default_impl
1297 g_thread_gettime
1298 #endif
1299 g_thread_create_full
1300 g_thread_error_quark
1301 g_thread_exit
1302 g_thread_join
1303 g_thread_self
1304 g_thread_set_priority
1305 g_static_mutex_free
1306 g_static_mutex_get_mutex_impl
1307 g_static_mutex_init
1308 g_static_private_free
1309 g_static_private_get
1310 g_static_private_init
1311 g_static_private_set
1312 g_static_rec_mutex_free
1313 g_static_rec_mutex_init
1314 g_static_rec_mutex_lock
1315 g_static_rec_mutex_lock_full
1316 g_static_rec_mutex_trylock
1317 g_static_rec_mutex_unlock
1318 g_static_rec_mutex_unlock_full
1319 g_static_rw_lock_free
1320 g_static_rw_lock_init
1321 g_static_rw_lock_reader_lock
1322 g_static_rw_lock_reader_trylock
1323 g_static_rw_lock_reader_unlock
1324 g_static_rw_lock_writer_lock
1325 g_static_rw_lock_writer_trylock
1326 g_static_rw_lock_writer_unlock
1327 g_thread_foreach
1328 g_thread_get_initialized
1329 #endif
1330 #endif
1331
1332 #if IN_HEADER(__G_THREADPOOL_H__)
1333 #if IN_FILE(__G_THREADPOOL_C__)
1334 g_thread_pool_free
1335 g_thread_pool_get_max_threads
1336 g_thread_pool_get_max_unused_threads
1337 g_thread_pool_get_max_idle_time
1338 g_thread_pool_get_num_threads
1339 g_thread_pool_get_num_unused_threads
1340 g_thread_pool_new
1341 g_thread_pool_push
1342 g_thread_pool_set_max_threads
1343 g_thread_pool_set_max_unused_threads
1344 g_thread_pool_set_max_idle_time
1345 g_thread_pool_stop_unused_threads
1346 g_thread_pool_unprocessed
1347 g_thread_pool_set_sort_function
1348 #endif
1349 #endif
1350
1351 #if IN_HEADER(__G_TEST_UTILS_H__)
1352 #if IN_FILE(__G_MESSAGES_C__)
1353 g_test_log_set_fatal_handler
1354 #endif
1355 #if IN_FILE(__G_TEST_UTILS_C__)
1356 g_assertion_message G_GNUC_NORETURN
1357 g_assertion_message_cmpnum G_GNUC_NORETURN
1358 g_assertion_message_cmpstr G_GNUC_NORETURN
1359 g_assertion_message_expr G_GNUC_NORETURN
1360 g_assertion_message_error G_GNUC_NORETURN
1361 g_strcmp0
1362 g_test_add_data_func
1363 g_test_add_func
1364 g_test_add_vtable
1365 g_test_bug
1366 g_test_bug_base
1367 #ifdef INCLUDE_VARIABLES
1368 g_test_config_vars
1369 #endif
1370 g_test_create_case
1371 g_test_create_suite
1372 g_test_get_root
1373 g_test_init
1374 g_test_log_buffer_free
1375 g_test_log_buffer_new
1376 g_test_log_buffer_pop
1377 g_test_log_buffer_push
1378 g_test_log_msg_free
1379 g_test_log_type_name
1380 g_test_maximized_result
1381 g_test_message
1382 g_test_minimized_result
1383 g_test_queue_destroy
1384 g_test_queue_free
1385 g_test_rand_double
1386 g_test_rand_double_range
1387 g_test_rand_int
1388 g_test_rand_int_range
1389 g_test_run
1390 g_test_run_suite
1391 g_test_suite_add
1392 g_test_suite_add_suite
1393 g_test_timer_elapsed
1394 g_test_timer_last
1395 g_test_timer_start
1396 g_test_trap_assertions
1397 g_test_trap_fork
1398 g_test_trap_has_passed
1399 g_test_trap_reached_timeout
1400 #endif
1401 #endif
1402
1403 #if IN_HEADER(__G_TIMER_H__)
1404 #if IN_FILE(__G_TIMER_C__)
1405 g_timer_continue
1406 g_timer_destroy
1407 g_timer_elapsed
1408 g_timer_new
1409 g_timer_reset
1410 g_timer_start
1411 g_timer_stop
1412 g_time_val_add
1413 g_time_val_from_iso8601
1414 g_time_val_to_iso8601 G_GNUC_MALLOC
1415 g_usleep
1416 #endif
1417 #endif
1418
1419 #if IN_HEADER(__G_TREE_H__)
1420 #if IN_FILE(__G_TREE_C__)
1421 g_tree_destroy
1422 g_tree_foreach
1423 g_tree_height
1424 g_tree_insert
1425 g_tree_lookup
1426 g_tree_lookup_extended
1427 g_tree_new
1428 g_tree_ref
1429 g_tree_unref
1430 g_tree_new_full
1431 g_tree_new_with_data
1432 g_tree_nnodes
1433 g_tree_remove
1434 g_tree_replace
1435 g_tree_search
1436 g_tree_steal
1437 #ifndef G_DISABLE_DEPRECATED
1438 g_tree_traverse
1439 #endif
1440 #endif
1441 #endif
1442
1443 #if IN_HEADER(__G_UNICODE_H__)
1444 #if IN_FILE(__G_UNIBREAK_C__)
1445 g_unichar_break_type G_GNUC_CONST
1446 #endif
1447 #endif
1448
1449 #if IN_HEADER(__G_UNICODE_H__)
1450 #if IN_FILE(__G_UNICOLLATE_C__)
1451 g_utf8_collate
1452 g_utf8_collate_key G_GNUC_MALLOC
1453 g_utf8_collate_key_for_filename G_GNUC_MALLOC
1454 #endif
1455 #endif
1456
1457 #if IN_HEADER(__G_UNICODE_H__)
1458 #if IN_FILE(__G_UNIDECOMP_C__)
1459 g_unicode_canonical_decomposition G_GNUC_MALLOC
1460 g_unicode_canonical_ordering
1461 g_unichar_combining_class G_GNUC_CONST
1462 g_utf8_normalize
1463 #endif
1464 #endif
1465
1466 #if IN_HEADER(__G_UNICODE_H__)
1467 #if IN_FILE(__G_UNIPROP_C__)
1468 g_unichar_isalnum G_GNUC_CONST
1469 g_unichar_isalpha G_GNUC_CONST
1470 g_unichar_iscntrl G_GNUC_CONST
1471 g_unichar_isdefined G_GNUC_CONST
1472 g_unichar_isdigit G_GNUC_CONST
1473 g_unichar_isgraph G_GNUC_CONST
1474 g_unichar_islower G_GNUC_CONST
1475 g_unichar_isprint G_GNUC_CONST
1476 g_unichar_ispunct G_GNUC_CONST
1477 g_unichar_isspace G_GNUC_CONST
1478 g_unichar_istitle G_GNUC_CONST
1479 g_unichar_isupper G_GNUC_CONST
1480 g_unichar_iswide G_GNUC_CONST
1481 g_unichar_iswide_cjk G_GNUC_CONST
1482 g_unichar_isxdigit G_GNUC_CONST
1483 g_unichar_iszerowidth G_GNUC_CONST
1484 g_unichar_tolower G_GNUC_CONST
1485 g_unichar_totitle G_GNUC_CONST
1486 g_unichar_toupper G_GNUC_CONST
1487 g_unichar_ismark G_GNUC_CONST
1488 g_unichar_get_mirror_char
1489 g_unichar_get_script
1490 g_unichar_digit_value G_GNUC_CONST
1491 g_unichar_xdigit_value G_GNUC_CONST
1492 g_unichar_type G_GNUC_CONST
1493 g_utf8_casefold G_GNUC_MALLOC
1494 g_utf8_strup G_GNUC_MALLOC
1495 g_utf8_strdown G_GNUC_MALLOC
1496 #endif
1497 #endif
1498
1499 #if IN_HEADER(__G_UNICODE_H__)
1500 #if IN_FILE(__G_UTF8_C__)
1501 g_get_charset
1502 g_ucs4_to_utf16 G_GNUC_MALLOC
1503 g_ucs4_to_utf8 G_GNUC_MALLOC
1504 g_utf16_to_ucs4 G_GNUC_MALLOC
1505 g_utf16_to_utf8 G_GNUC_MALLOC
1506 g_utf8_find_next_char
1507 g_utf8_find_prev_char
1508 g_utf8_get_char
1509 g_utf8_get_char_validated
1510 g_utf8_offset_to_pointer
1511 g_utf8_pointer_to_offset
1512 g_utf8_prev_char
1513 g_utf8_strchr
1514 g_utf8_strlen
1515 g_utf8_strncpy
1516 g_utf8_strrchr
1517 g_utf8_strreverse
1518 g_utf8_to_ucs4 G_GNUC_MALLOC
1519 g_utf8_to_ucs4_fast G_GNUC_MALLOC
1520 g_utf8_to_utf16 G_GNUC_MALLOC
1521 g_utf8_validate
1522 g_unichar_to_utf8
1523 g_unichar_validate
1524 #endif
1525 #endif
1526
1527 #if IN_HEADER(__GLIBINTL_H__)
1528 #if IN_FILE(__G_UTILS_C__)
1529 glib_gettext G_GNUC_FORMAT(1)
1530 #endif
1531 #endif
1532
1533 #if IN_HEADER(__G_HASH_H__)
1534 #if IN_FILE(__G_UTILS_C__)
1535 g_int_equal
1536 g_int_hash
1537 g_int64_equal
1538 g_int64_hash
1539 g_double_equal
1540 g_double_hash
1541 g_direct_equal G_GNUC_CONST
1542 g_direct_hash G_GNUC_CONST
1543 #endif
1544 #if IN_FILE(__G_STRING_C__)
1545 g_str_equal
1546 g_str_hash
1547 #endif
1548 #endif
1549
1550 #if IN_HEADER(__G_UTILS_H__)
1551 #if IN_FILE(__G_UTILS_C__)
1552 g_atexit
1553 #ifndef G_DISABLE_DEPRECATED
1554 g_basename
1555 #endif
1556 g_get_application_name
1557 #ifndef _WIN64
1558 g_find_program_in_path PRIVATE
1559 g_get_current_dir PRIVATE
1560 g_getenv PRIVATE
1561 g_unsetenv PRIVATE
1562 g_get_home_dir PRIVATE
1563 #endif
1564 g_get_host_name
1565 #ifndef _WIN64
1566 g_setenv PRIVATE
1567 #endif
1568 g_listenv
1569 #ifdef G_OS_WIN32
1570 g_find_program_in_path_utf8
1571 g_get_current_dir_utf8
1572 g_getenv_utf8
1573 g_unsetenv_utf8
1574 g_setenv_utf8
1575 g_get_home_dir_utf8
1576 #endif
1577 g_get_language_names
1578 g_get_prgname
1579 #ifndef _WIN64
1580 g_get_real_name PRIVATE
1581 #endif
1582 #ifdef G_OS_WIN32
1583 g_get_real_name_utf8
1584 #endif
1585 g_get_system_config_dirs
1586 g_get_system_data_dirs
1587 #ifdef G_OS_WIN32
1588 g_win32_get_system_data_dirs_for_module
1589 #endif
1590 #ifndef _WIN64
1591 g_get_tmp_dir PRIVATE
1592 #endif
1593 #ifdef G_OS_WIN32
1594 g_get_tmp_dir_utf8
1595 #endif
1596 g_get_user_cache_dir
1597 g_get_user_config_dir
1598 g_get_user_data_dir
1599 g_reload_user_special_dirs_cache
1600 g_get_user_special_dir
1601 #ifndef _WIN64
1602 g_get_user_name PRIVATE
1603 #endif
1604 #ifdef G_OS_WIN32
1605 g_get_user_name_utf8
1606 #endif
1607 glib_check_version
1608 g_nullify_pointer
1609 g_parse_debug_string
1610 g_path_get_basename G_GNUC_MALLOC
1611 g_path_get_dirname G_GNUC_MALLOC
1612 g_path_is_absolute
1613 g_path_skip_root
1614 g_set_application_name
1615 g_set_prgname
1616 #ifdef INCLUDE_INTERNAL_SYMBOLS
1617 g_bit_nth_lsf
1618 g_bit_nth_msf
1619 g_bit_storage
1620 g_trash_stack_height
1621 g_trash_stack_peek
1622 g_trash_stack_pop
1623 g_trash_stack_push
1624 g_get_codeset
1625 #endif
1626 #endif
1627 #endif
1628
1629 #if IN_HEADER(__G_REGEX_H__)
1630 #if IN_FILE(__G_REGEX_C__)
1631 g_regex_error_quark
1632 g_regex_new
1633 g_regex_ref
1634 g_regex_unref
1635 g_regex_get_pattern
1636 g_regex_get_max_backref
1637 g_regex_get_capture_count
1638 g_regex_get_string_number
1639 g_regex_get_compile_flags
1640 g_regex_get_match_flags
1641 g_regex_escape_string
1642 g_regex_match_simple
1643 g_regex_match
1644 g_regex_match_full
1645 g_regex_match_all
1646 g_regex_match_all_full
1647 g_regex_split_simple
1648 g_regex_split
1649 g_regex_split_full
1650 g_regex_replace
1651 g_regex_replace_literal
1652 g_regex_replace_eval
1653 g_regex_check_replacement
1654 g_match_info_get_regex
1655 g_match_info_get_string
1656 g_match_info_free
1657 g_match_info_next
1658 g_match_info_matches
1659 g_match_info_get_match_count
1660 g_match_info_is_partial_match
1661 g_match_info_expand_references
1662 g_match_info_fetch
1663 g_match_info_fetch_pos
1664 g_match_info_fetch_named
1665 g_match_info_fetch_named_pos
1666 g_match_info_fetch_all
1667 #endif
1668 #endif
1669
1670 #if IN_HEADER(__G_VARIANT_TYPE_H__)
1671 #if IN_FILE(__G_VARIANT_TYPE_C__)
1672 g_variant_type_string_is_valid
1673 g_variant_type_string_scan
1674 g_variant_type_free
1675 g_variant_type_copy
1676 g_variant_type_new
1677 g_variant_type_get_string_length
1678 g_variant_type_peek_string
1679 g_variant_type_dup_string
1680 g_variant_type_is_definite
1681 g_variant_type_is_container
1682 g_variant_type_is_basic
1683 g_variant_type_is_maybe
1684 g_variant_type_is_array
1685 g_variant_type_is_tuple
1686 g_variant_type_is_dict_entry
1687 g_variant_type_is_variant
1688 g_variant_type_hash
1689 g_variant_type_equal
1690 g_variant_type_is_subtype_of
1691 g_variant_type_element
1692 g_variant_type_first
1693 g_variant_type_next
1694 g_variant_type_n_items
1695 g_variant_type_key
1696 g_variant_type_value
1697 g_variant_type_new_array
1698 g_variant_type_new_maybe
1699 g_variant_type_new_tuple
1700 g_variant_type_new_dict_entry
1701 g_variant_type_checked_
1702 #endif
1703 #endif
1704
1705 #if IN_HEADER(__G_VARIANT_H__)
1706 #if IN_FILE(__G_VARIANT_CORE_C__)
1707 g_variant_unref
1708 g_variant_ref
1709 g_variant_ref_sink
1710 g_variant_n_children
1711 g_variant_get_child_value
1712 g_variant_get_size
1713 g_variant_get_data
1714 g_variant_store
1715 g_variant_is_normal_form
1716 #endif
1717
1718 #if IN_FILE(__G_VARIANT_C__)
1719 g_variant_get_type
1720 g_variant_get_type_string
1721 g_variant_is_of_type
1722 g_variant_is_container
1723 g_variant_classify
1724 g_variant_compare
1725
1726 g_variant_new_boolean
1727 g_variant_new_byte
1728 g_variant_new_int16
1729 g_variant_new_uint16
1730 g_variant_new_int32
1731 g_variant_new_uint32
1732 g_variant_new_int64
1733 g_variant_new_uint64
1734 g_variant_new_handle
1735 g_variant_new_double
1736 g_variant_new_string
1737 g_variant_new_object_path
1738 g_variant_is_object_path
1739 g_variant_new_signature
1740 g_variant_is_signature
1741 g_variant_new_variant
1742 g_variant_new_byte_array
1743 g_variant_new_strv
1744
1745 g_variant_get_boolean
1746 g_variant_get_byte
1747 g_variant_get_int16
1748 g_variant_get_uint16
1749 g_variant_get_int32
1750 g_variant_get_uint32
1751 g_variant_get_int64
1752 g_variant_get_uint64
1753 g_variant_get_handle
1754 g_variant_get_double
1755 g_variant_get_string
1756 g_variant_dup_string
1757 g_variant_get_variant
1758 g_variant_get_byte_array
1759 g_variant_get_strv
1760 g_variant_dup_strv
1761
1762 g_variant_new_maybe
1763 g_variant_new_array
1764 g_variant_new_tuple
1765 g_variant_new_dict_entry
1766
1767 g_variant_get_maybe
1768 g_variant_get_fixed_array
1769
1770 g_variant_print
1771 g_variant_print_string
1772
1773 g_variant_hash
1774 g_variant_equal
1775
1776 g_variant_iter_copy
1777 g_variant_iter_free
1778 g_variant_iter_init
1779 g_variant_iter_n_children
1780 g_variant_iter_new
1781 g_variant_iter_next_value
1782
1783 g_variant_builder_add_value
1784 g_variant_builder_init
1785 g_variant_builder_clear
1786 g_variant_builder_open
1787 g_variant_builder_close
1788 g_variant_builder_end
1789 g_variant_builder_new
1790 g_variant_builder_unref
1791 g_variant_builder_ref
1792
1793 g_variant_new_va
1794 g_variant_get_va
1795 g_variant_new
1796 g_variant_get
1797
1798 g_variant_builder_add
1799 g_variant_get_child
1800 g_variant_iter_next
1801 g_variant_iter_loop
1802
1803 g_variant_new_from_data
1804 g_variant_get_normal_form
1805 g_variant_byteswap
1806 #endif
1807
1808 #if IN_FILE(__G_VARIANT_PARSER_C__)
1809 g_variant_new_parsed
1810 g_variant_new_parsed_va
1811 g_variant_parse
1812 g_variant_parser_get_error_quark
1813 #endif
1814 #endif
1815
1816 #if IN_HEADER(__G_VARIANT_TYPE_INFO_H__)
1817 #if IN_FILE(__G_VARIANT_TYPE_INFO_C__)
1818 g_variant_type_info_get_type_string
1819 g_variant_type_info_query
1820 g_variant_type_info_element
1821 g_variant_type_info_query_element
1822 g_variant_type_info_n_members
1823 g_variant_type_info_member_info
1824 g_variant_type_info_get
1825 g_variant_type_info_ref
1826 g_variant_type_info_unref
1827 g_variant_type_info_assert_no_infos
1828 #endif
1829 #endif
1830
1831 #if IN_HEADER(__G_VARIANT_SERIALISER_H__)
1832 #if IN_FILE(__G_VARIANT_SERIALISER_C__)
1833 g_variant_serialised_byteswap
1834 g_variant_serialised_get_child
1835 g_variant_serialised_is_normal
1836 g_variant_serialised_n_children
1837 g_variant_serialiser_is_object_path
1838 g_variant_serialiser_is_signature
1839 g_variant_serialiser_is_string
1840 g_variant_serialiser_needed_size
1841 g_variant_serialiser_serialise
1842 #endif
1843 #endif
1844
1845 #if IN_HEADER(__G_VARIANT_INTERNAL_H__)
1846 #if IN_FILE(__G_VARIANT_C__)
1847 g_variant_format_string_scan_type
1848 g_variant_format_string_scan
1849 #endif
1850 #endif
1851
1852 #if IN_HEADER(__G_WIN32_H__)
1853 #if IN_FILE(__G_WIN32_H__)
1854 #ifdef G_OS_WIN32
1855 g_win32_error_message
1856 g_win32_ftruncate
1857 g_win32_get_package_installation_directory_of_module
1858 #ifndef _WIN64
1859 g_win32_get_package_installation_directory PRIVATE
1860 #endif
1861 g_win32_get_package_installation_directory_utf8
1862 #ifndef _WIN64
1863 g_win32_get_package_installation_subdirectory PRIVATE
1864 #endif
1865 g_win32_get_package_installation_subdirectory_utf8
1866 g_win32_get_windows_version
1867 g_win32_getlocale
1868 g_win32_locale_filename_from_utf8
1869 #endif
1870 #endif
1871 #endif
1872
1873 #if IN_HEADER(__G_HOST_UTILS_H__)
1874 #if IN_FILE(__G_HOST_UTILS_C__)
1875 g_hostname_is_non_ascii
1876 g_hostname_is_ascii_encoded
1877 g_hostname_is_ip_address
1878 g_hostname_to_ascii
1879 g_hostname_to_unicode
1880 #endif
1881 #endif
1882
1883 #ifdef INCLUDE_VARIABLES
1884 g_ascii_table
1885 g_utf8_skip
1886 g_idle_funcs
1887 g_timeout_funcs
1888 g_io_watch_funcs
1889 g_child_watch_funcs
1890 glib_binary_age
1891 glib_interface_age
1892 glib_major_version
1893 glib_mem_profiler_table
1894 glib_micro_version
1895 glib_minor_version
1896 glib_on_error_halt
1897 g_mem_gc_friendly
1898 #endif