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