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