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