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