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