Improve test coverage
[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.
3  */
4 g_array_append_vals
5 g_array_free
6 g_array_insert_vals
7 g_array_new
8 g_array_ref
9 g_array_unref
10 g_array_get_element_size
11 g_array_prepend_vals
12 g_array_remove_index
13 g_array_remove_index_fast
14 g_array_remove_range
15 g_array_set_size
16 g_array_sized_new
17 g_array_sort
18 g_array_sort_with_data
19 g_byte_array_append
20 g_byte_array_free
21 g_byte_array_unref
22 g_byte_array_ref
23 g_byte_array_new
24 g_byte_array_prepend
25 g_byte_array_remove_index
26 g_byte_array_remove_index_fast
27 g_byte_array_remove_range
28 g_byte_array_set_size
29 g_byte_array_sized_new
30 g_byte_array_sort
31 g_byte_array_sort_with_data
32 g_ptr_array_add
33 g_ptr_array_foreach
34 g_ptr_array_free
35 g_ptr_array_unref
36 g_ptr_array_ref
37 g_ptr_array_new
38 g_ptr_array_new_full
39 g_ptr_array_new_with_free_func
40 g_ptr_array_set_free_func
41 g_ptr_array_remove
42 g_ptr_array_remove_fast
43 g_ptr_array_remove_index
44 g_ptr_array_remove_index_fast
45 g_ptr_array_remove_range
46 g_ptr_array_set_size
47 g_ptr_array_sized_new
48 g_ptr_array_sort
49 g_ptr_array_sort_with_data
50 g_async_queue_length
51 g_async_queue_length_unlocked
52 g_async_queue_lock
53 g_async_queue_new
54 g_async_queue_new_full
55 g_async_queue_pop
56 g_async_queue_pop_unlocked
57 g_async_queue_push
58 g_async_queue_push_unlocked
59 g_async_queue_push_sorted
60 g_async_queue_push_sorted_unlocked
61 g_async_queue_ref
62 g_async_queue_sort
63 g_async_queue_sort_unlocked
64 g_async_queue_timed_pop
65 g_async_queue_timed_pop_unlocked
66 g_async_queue_try_pop
67 g_async_queue_try_pop_unlocked
68 g_async_queue_unlock
69 g_async_queue_unref
70 g_async_queue_ref_unlocked
71 g_async_queue_unref_and_unlock
72 g_atomic_int_add
73 g_atomic_int_and
74 g_atomic_int_compare_and_exchange
75 g_atomic_int_dec_and_test
76 g_atomic_int_exchange_and_add
77 g_atomic_int_get
78 g_atomic_int_inc
79 g_atomic_int_or
80 g_atomic_int_set
81 g_atomic_int_xor
82 g_atomic_pointer_add
83 g_atomic_pointer_and
84 g_atomic_pointer_compare_and_exchange
85 g_atomic_pointer_get
86 g_atomic_pointer_or
87 g_atomic_pointer_set
88 g_atomic_pointer_xor
89 g_on_error_query
90 g_on_error_stack_trace
91 g_base64_encode_step
92 g_base64_encode_close
93 g_base64_encode
94 g_base64_decode_step
95 g_base64_decode
96 g_base64_decode_inplace
97 g_bookmark_file_error_quark
98 g_bookmark_file_new
99 g_bookmark_file_free
100 g_bookmark_file_load_from_file
101 g_bookmark_file_load_from_data
102 g_bookmark_file_load_from_data_dirs
103 g_bookmark_file_to_data
104 g_bookmark_file_to_file
105 g_bookmark_file_set_title
106 g_bookmark_file_get_title
107 g_bookmark_file_set_description
108 g_bookmark_file_get_description
109 g_bookmark_file_set_mime_type
110 g_bookmark_file_get_mime_type
111 g_bookmark_file_set_groups
112 g_bookmark_file_add_group
113 g_bookmark_file_has_group
114 g_bookmark_file_get_groups
115 g_bookmark_file_add_application
116 g_bookmark_file_has_application
117 g_bookmark_file_get_applications
118 g_bookmark_file_set_app_info
119 g_bookmark_file_get_app_info
120 g_bookmark_file_set_is_private
121 g_bookmark_file_get_is_private
122 g_bookmark_file_set_icon
123 g_bookmark_file_get_icon
124 g_bookmark_file_set_added
125 g_bookmark_file_get_added
126 g_bookmark_file_set_modified
127 g_bookmark_file_get_modified
128 g_bookmark_file_set_visited
129 g_bookmark_file_get_visited
130 g_bookmark_file_has_item
131 g_bookmark_file_get_size
132 g_bookmark_file_get_uris
133 g_bookmark_file_remove_group
134 g_bookmark_file_remove_application
135 g_bookmark_file_remove_item
136 g_bookmark_file_move_item
137 g_cache_destroy
138 g_cache_insert
139 g_cache_key_foreach
140 g_cache_new
141 g_cache_remove
142 g_cache_value_foreach
143 g_checksum_type_get_length
144 g_checksum_new
145 g_checksum_copy
146 g_checksum_free
147 g_checksum_update
148 g_checksum_reset
149 g_checksum_get_string
150 g_checksum_get_digest
151 g_compute_checksum_for_data
152 g_compute_checksum_for_string
153 g_completion_add_items
154 g_completion_clear_items
155 g_completion_complete
156 g_completion_complete_utf8
157 g_completion_free
158 g_completion_new
159 g_completion_remove_items
160 g_completion_set_compare
161 g_get_filename_charsets
162 g_convert
163 g_convert_error_quark
164 g_convert_with_fallback
165 g_convert_with_iconv
166 g_iconv
167 g_iconv_close
168 g_iconv_open
169 g_locale_from_utf8
170 g_locale_to_utf8
171 g_filename_display_name
172 g_filename_display_basename
173 #ifndef _WIN64
174 g_filename_from_uri PRIVATE
175 g_filename_from_utf8 PRIVATE
176 g_filename_to_uri PRIVATE
177 g_filename_to_utf8 PRIVATE
178 #endif
179 #ifdef G_OS_WIN32
180 g_filename_from_uri_utf8
181 g_filename_from_utf8_utf8
182 g_filename_to_uri_utf8
183 g_filename_to_utf8_utf8
184 #endif
185 g_uri_list_extract_uris
186 g_datalist_clear
187 g_datalist_foreach
188 g_datalist_get_data
189 g_datalist_get_flags
190 g_datalist_id_get_data
191 g_datalist_id_remove_no_notify
192 g_datalist_id_set_data_full
193 g_datalist_set_flags
194 g_datalist_unset_flags
195 g_datalist_init
196 g_dataset_destroy
197 g_dataset_foreach
198 g_dataset_id_get_data
199 g_dataset_id_remove_no_notify
200 g_dataset_id_set_data_full
201 g_quark_from_static_string
202 g_quark_from_string
203 g_quark_to_string
204 g_quark_try_string
205 g_intern_string
206 g_intern_static_string
207 g_date_add_days
208 g_date_add_months
209 g_date_add_years
210 g_date_clamp
211 g_date_clear
212 g_date_compare
213 g_date_days_between
214 g_date_free
215 g_date_get_day
216 g_date_get_day_of_year
217 g_date_get_days_in_month
218 g_date_get_iso8601_week_of_year
219 g_date_get_julian
220 g_date_get_monday_week_of_year
221 g_date_get_monday_weeks_in_year
222 g_date_get_month
223 g_date_get_sunday_week_of_year
224 g_date_get_sunday_weeks_in_year
225 g_date_get_weekday
226 g_date_get_year
227 g_date_is_first_of_month
228 g_date_is_last_of_month
229 g_date_is_leap_year
230 g_date_new
231 g_date_new_dmy
232 g_date_new_julian
233 g_date_order
234 g_date_set_day
235 g_date_set_dmy
236 g_date_set_julian
237 g_date_set_month
238 g_date_set_parse
239 g_date_set_time
240 g_date_set_time_t
241 g_date_set_time_val
242 g_date_set_year
243 g_date_strftime
244 g_date_subtract_days
245 g_date_subtract_months
246 g_date_subtract_years
247 g_date_to_struct_tm
248 g_date_valid
249 g_date_valid_day
250 g_date_valid_dmy
251 g_date_valid_julian
252 g_date_valid_month
253 g_date_valid_weekday
254 g_date_valid_year
255 g_date_time_add
256 g_date_time_add_days
257 g_date_time_add_full
258 g_date_time_add_hours
259 g_date_time_add_minutes
260 g_date_time_add_months
261 g_date_time_add_seconds
262 g_date_time_add_weeks
263 g_date_time_add_years
264 g_date_time_compare
265 g_date_time_difference
266 g_date_time_equal
267 g_date_time_format
268 g_date_time_get_day_of_month
269 g_date_time_get_day_of_week
270 g_date_time_get_day_of_year
271 g_date_time_get_hour
272 g_date_time_get_microsecond
273 g_date_time_get_minute
274 g_date_time_get_month
275 g_date_time_get_second
276 g_date_time_get_seconds
277 g_date_time_get_timezone_abbreviation
278 g_date_time_get_utc_offset
279 g_date_time_get_week_numbering_year
280 g_date_time_get_week_of_year
281 g_date_time_get_year
282 g_date_time_get_ymd
283 g_date_time_hash
284 g_date_time_is_daylight_savings
285 g_date_time_new
286 g_date_time_new_from_timeval_local
287 g_date_time_new_from_timeval_utc
288 g_date_time_new_from_unix_local
289 g_date_time_new_from_unix_utc
290 g_date_time_new_local
291 g_date_time_new_now
292 g_date_time_new_now_local
293 g_date_time_new_now_utc
294 g_date_time_new_utc
295 g_date_time_ref
296 g_date_time_to_local
297 g_date_time_to_timeval
298 g_date_time_to_timezone
299 g_date_time_to_unix
300 g_date_time_to_utc
301 g_date_time_unref
302 g_time_zone_new
303 g_time_zone_new_local
304 g_time_zone_new_utc
305 g_time_zone_ref
306 g_time_zone_unref
307 g_time_zone_adjust_time
308 g_time_zone_find_interval
309 g_time_zone_get_abbreviation
310 g_time_zone_get_offset
311 g_time_zone_is_dst
312 g_dir_close
313 #ifndef _WIN64
314 g_dir_open PRIVATE
315 g_dir_read_name PRIVATE
316 #endif
317 #ifdef G_OS_WIN32
318 g_dir_open_utf8
319 g_dir_read_name_utf8
320 #endif
321 g_dir_rewind
322 g_clear_error
323 g_error_copy
324 g_error_free
325 g_error_matches
326 g_error_new
327 g_error_new_literal
328 g_error_new_valist
329 g_propagate_error
330 g_set_error
331 g_set_error_literal
332 g_prefix_error
333 g_propagate_prefixed_error
334 g_build_filename
335 g_build_filenamev
336 g_build_path
337 g_build_pathv
338 g_file_error_from_errno
339 g_file_error_quark
340 #ifndef _WIN64
341 g_file_get_contents PRIVATE
342 #endif
343 g_file_set_contents
344 g_dir_make_tmp
345 #ifndef _WIN64
346 g_file_open_tmp PRIVATE
347 g_file_test PRIVATE
348 #endif
349 g_file_read_link
350 g_format_size
351 g_format_size_full
352 g_format_size_for_display
353 #ifndef _WIN64
354 g_mkstemp PRIVATE
355 #endif
356 g_mkdtemp
357 g_mkdtemp_full
358 g_mkstemp_full
359 g_mkdir_with_parents
360 #ifdef G_OS_WIN32
361 g_file_get_contents_utf8
362 g_file_open_tmp_utf8
363 g_file_test_utf8
364 g_mkstemp_utf8
365 #endif
366 g_hash_table_destroy
367 g_hash_table_unref
368 g_hash_table_ref
369 g_hash_table_find
370 g_hash_table_foreach
371 g_hash_table_foreach_remove
372 g_hash_table_foreach_steal
373 g_hash_table_get_keys
374 g_hash_table_get_values
375 g_hash_table_insert
376 g_hash_table_lookup
377 g_hash_table_lookup_extended
378 g_hash_table_new
379 g_hash_table_new_full
380 g_hash_table_remove
381 g_hash_table_remove_all
382 g_hash_table_replace
383 g_hash_table_size
384 g_hash_table_steal
385 g_hash_table_steal_all
386 g_hash_table_iter_init
387 g_hash_table_iter_next
388 g_hash_table_iter_get_hash_table
389 g_hash_table_iter_remove
390 g_hash_table_iter_replace
391 g_hash_table_iter_steal
392 g_hmac_new
393 g_hmac_copy
394 g_hmac_ref
395 g_hmac_unref
396 g_hmac_update
397 g_hmac_get_string
398 g_hmac_get_digest
399 g_compute_hmac_for_data
400 g_compute_hmac_for_string
401 g_hook_alloc
402 g_hook_compare_ids
403 g_hook_destroy
404 g_hook_destroy_link
405 g_hook_find
406 g_hook_find_data
407 g_hook_find_func
408 g_hook_find_func_data
409 g_hook_first_valid
410 g_hook_free
411 g_hook_get
412 g_hook_insert_before
413 g_hook_insert_sorted
414 g_hook_list_clear
415 g_hook_list_init
416 g_hook_list_invoke
417 g_hook_list_invoke_check
418 g_hook_list_marshal
419 g_hook_list_marshal_check
420 g_hook_next_valid
421 g_hook_prepend
422 g_hook_ref
423 g_hook_unref
424 g_io_add_watch
425 g_io_add_watch_full
426 g_io_create_watch
427 g_io_channel_error_from_errno
428 g_io_channel_error_quark
429 g_io_channel_flush
430 g_io_channel_get_buffer_condition
431 g_io_channel_get_buffered
432 g_io_channel_get_buffer_size
433 g_io_channel_get_close_on_unref
434 g_io_channel_get_encoding
435 g_io_channel_get_flags
436 g_io_channel_get_line_term
437 g_io_channel_init
438 g_io_channel_read_chars
439 g_io_channel_read_line
440 g_io_channel_read_line_string
441 g_io_channel_read_to_end
442 g_io_channel_read_unichar
443 g_io_channel_ref
444 g_io_channel_seek_position
445 g_io_channel_set_buffered
446 g_io_channel_set_buffer_size
447 g_io_channel_set_close_on_unref
448 g_io_channel_set_encoding
449 g_io_channel_set_flags
450 g_io_channel_set_line_term
451 g_io_channel_shutdown
452 g_io_channel_unref
453 g_io_channel_close
454 g_io_channel_read
455 g_io_channel_seek
456 g_io_channel_write
457 g_io_channel_write_chars
458 g_io_channel_write_unichar
459 #ifdef G_OS_UNIX
460 g_io_channel_unix_get_fd
461 g_io_channel_unix_new
462 g_io_channel_new_file
463 #endif
464 #ifdef G_OS_WIN32
465 g_io_channel_unix_get_fd
466 g_io_channel_unix_new
467 #ifndef _WIN64
468 g_io_channel_new_file PRIVATE
469 #endif
470 g_io_channel_new_file_utf8
471 g_io_channel_win32_get_fd
472 g_io_channel_win32_make_pollfd
473 g_io_channel_win32_new_fd
474 g_io_channel_win32_new_messages
475 g_io_channel_win32_new_socket
476 #ifndef _WIN64
477 g_io_channel_win32_new_stream_socket PRIVATE
478 #endif
479 g_io_channel_win32_poll
480 g_io_channel_win32_set_debug
481 #endif
482 g_key_file_error_quark
483 g_key_file_ref
484 g_key_file_unref
485 g_key_file_free
486 g_key_file_get_boolean
487 g_key_file_get_boolean_list
488 g_key_file_get_comment
489 g_key_file_get_groups
490 g_key_file_get_double
491 g_key_file_get_double_list
492 g_key_file_get_integer
493 g_key_file_get_int64
494 g_key_file_get_uint64
495 g_key_file_get_integer_list
496 g_key_file_get_keys
497 g_key_file_get_locale_string
498 g_key_file_get_locale_string_list
499 g_key_file_get_start_group
500 g_key_file_get_string
501 g_key_file_get_string_list
502 g_key_file_get_value
503 g_key_file_has_group
504 g_key_file_has_key
505 g_key_file_load_from_dirs
506 g_key_file_load_from_data
507 g_key_file_load_from_data_dirs
508 g_key_file_load_from_file
509 g_key_file_new
510 g_key_file_remove_comment
511 g_key_file_remove_group
512 g_key_file_remove_key
513 g_key_file_set_boolean
514 g_key_file_set_boolean_list
515 g_key_file_set_comment
516 g_key_file_set_double
517 g_key_file_set_double_list
518 g_key_file_set_integer
519 g_key_file_set_int64
520 g_key_file_set_uint64
521 g_key_file_set_integer_list
522 g_key_file_set_list_separator
523 g_key_file_set_locale_string
524 g_key_file_set_locale_string_list
525 g_key_file_set_string
526 g_key_file_set_string_list
527 g_key_file_set_value
528 g_key_file_to_data
529 g_list_alloc
530 g_list_append
531 g_list_concat
532 g_list_copy
533 g_list_delete_link
534 g_list_find
535 g_list_find_custom
536 g_list_first
537 g_list_foreach
538 g_list_free
539 g_list_free_full
540 g_list_free_1
541 g_list_index
542 g_list_insert
543 g_list_insert_before
544 g_list_insert_sorted
545 g_list_insert_sorted_with_data
546 g_list_last
547 g_list_length
548 g_list_nth
549 g_list_nth_data
550 g_list_nth_prev
551 g_list_pop_allocator
552 g_list_position
553 g_list_prepend
554 g_list_push_allocator
555 g_list_remove
556 g_list_remove_all
557 g_list_remove_link
558 g_list_reverse
559 g_list_sort
560 g_list_sort_with_data
561 g_child_watch_add
562 g_child_watch_add_full
563 g_child_watch_source_new
564 g_get_current_time
565 g_get_monotonic_time
566 g_get_real_time
567 g_main_context_acquire
568 g_main_context_add_poll
569 g_main_context_check
570 g_main_context_default
571 g_main_context_dispatch
572 g_main_context_find_source_by_funcs_user_data
573 g_main_context_find_source_by_id
574 g_main_context_find_source_by_user_data
575 g_main_context_get_poll_func
576 g_main_context_get_thread_default
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_pop_thread_default
582 g_main_context_prepare
583 g_main_context_push_thread_default
584 g_main_context_query
585 g_main_context_ref
586 g_main_context_ref_thread_default
587 g_main_context_release
588 g_main_context_remove_poll
589 g_main_context_set_poll_func
590 g_main_context_unref
591 g_main_context_wait
592 g_main_context_wakeup
593 g_main_context_invoke
594 g_main_context_invoke_full
595 g_main_depth
596 g_main_current_source
597 g_main_loop_get_context
598 g_main_loop_is_running
599 g_main_loop_new
600 g_main_loop_quit
601 g_main_loop_ref
602 g_main_loop_run
603 g_main_loop_unref
604 g_source_add_child_source
605 g_source_add_poll
606 g_source_attach
607 g_source_destroy
608 g_source_get_can_recurse
609 g_source_get_context
610 g_source_get_time
611 g_source_get_current_time
612 g_source_get_id
613 g_source_get_name
614 g_source_get_priority
615 g_source_new
616 g_source_ref
617 g_source_remove
618 g_source_remove_by_funcs_user_data
619 g_source_remove_by_user_data
620 g_source_remove_child_source
621 g_source_remove_poll
622 g_source_set_callback
623 g_source_set_callback_indirect
624 g_source_set_can_recurse
625 g_source_set_funcs
626 g_source_set_name
627 g_source_set_name_by_id
628 g_source_is_destroyed
629 g_source_set_priority
630 g_source_unref
631 g_idle_add
632 g_idle_add_full
633 g_idle_remove_by_data
634 g_idle_source_new
635 g_timeout_add
636 g_timeout_add_seconds
637 g_timeout_add_full
638 g_timeout_add_seconds_full
639 g_timeout_source_new
640 g_timeout_source_new_seconds
641 g_mapped_file_new
642 g_mapped_file_new_from_fd
643 g_mapped_file_get_length
644 g_mapped_file_get_contents
645 g_mapped_file_ref
646 g_mapped_file_unref
647 g_mapped_file_free
648 g_markup_error_quark
649 g_markup_escape_text
650 g_markup_parse_context_end_parse
651 g_markup_parse_context_free
652 g_markup_parse_context_get_element
653 g_markup_parse_context_get_element_stack
654 g_markup_parse_context_get_position
655 g_markup_parse_context_get_user_data
656 g_markup_parse_context_new
657 g_markup_parse_context_parse
658 g_markup_parse_context_push
659 g_markup_parse_context_pop
660 g_markup_printf_escaped
661 g_markup_vprintf_escaped
662 g_markup_collect_attributes
663 g_free
664 g_malloc
665 g_malloc0
666 g_malloc_n
667 g_malloc0_n
668 g_mem_is_system_malloc
669 g_mem_profile
670 g_mem_set_vtable
671 g_realloc
672 g_realloc_n
673 g_try_malloc
674 g_try_malloc0
675 g_try_malloc_n
676 g_try_malloc0_n
677 g_try_realloc
678 g_try_realloc_n
679 g_allocator_free
680 g_allocator_new
681 g_mem_chunk_alloc
682 g_mem_chunk_alloc0
683 g_mem_chunk_clean
684 g_mem_chunk_destroy
685 g_mem_chunk_free
686 g_mem_chunk_info
687 g_mem_chunk_new
688 g_mem_chunk_print
689 g_mem_chunk_reset
690 g_blow_chunks
691 g_slice_alloc
692 g_slice_alloc0
693 g_slice_copy
694 g_slice_free1
695 g_slice_free_chain_with_offset
696 g_slice_set_config
697 g_slice_get_config
698 g_slice_get_config_state
699 #ifdef G_ENABLE_DEBUG
700 g_slice_debug_tree_statistics
701 #endif
702 g_printf_string_upper_bound
703 g_log
704 g_log_default_handler
705 g_log_remove_handler
706 g_log_set_always_fatal
707 g_log_set_default_handler
708 g_log_set_fatal_mask
709 g_log_set_handler
710 g_logv
711 g_return_if_fail_warning
712 g_warn_message
713 g_assert_warning
714 g_print
715 g_printerr
716 g_set_printerr_handler
717 g_set_print_handler
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 g_node_pop_allocator
741 g_node_prepend
742 g_node_push_allocator
743 g_node_reverse_children
744 g_node_traverse
745 g_node_unlink
746 g_option_context_add_group
747 g_option_context_add_main_entries
748 g_option_error_quark
749 g_option_context_free
750 g_option_context_get_description
751 g_option_context_get_help_enabled
752 g_option_context_get_ignore_unknown_options
753 g_option_context_get_main_group
754 g_option_context_get_summary
755 g_option_context_new
756 g_option_context_parse
757 g_option_context_set_description
758 g_option_context_set_help_enabled
759 g_option_context_set_ignore_unknown_options
760 g_option_context_set_main_group
761 g_option_context_set_summary
762 g_option_context_set_translate_func
763 g_option_context_set_translation_domain
764 g_option_context_get_help
765 g_option_group_add_entries
766 g_option_group_free
767 g_option_group_new
768 g_option_group_set_error_hook
769 g_option_group_set_parse_hooks
770 g_option_group_set_translate_func
771 g_option_group_set_translation_domain
772 g_pattern_match
773 g_pattern_match_simple
774 g_pattern_match_string
775 g_pattern_spec_equal
776 g_pattern_spec_free
777 g_pattern_spec_new
778 g_poll
779 g_spaced_primes_closest
780 g_fprintf
781 g_printf
782 g_sprintf
783 g_vasprintf
784 g_vfprintf
785 g_vprintf
786 g_vsprintf
787 g_snprintf
788 g_vsnprintf
789 g_qsort_with_data
790 g_queue_clear
791 g_queue_copy
792 g_queue_delete_link
793 g_queue_find
794 g_queue_find_custom
795 g_queue_foreach
796 g_queue_free
797 g_queue_get_length
798 g_queue_index
799 g_queue_init
800 g_queue_insert_after
801 g_queue_insert_before
802 g_queue_insert_sorted
803 g_queue_is_empty
804 g_queue_link_index
805 g_queue_new
806 g_queue_peek_head
807 g_queue_peek_head_link
808 g_queue_peek_nth
809 g_queue_peek_nth_link
810 g_queue_peek_tail
811 g_queue_peek_tail_link
812 g_queue_pop_head
813 g_queue_pop_head_link
814 g_queue_pop_nth
815 g_queue_pop_nth_link
816 g_queue_pop_tail
817 g_queue_pop_tail_link
818 g_queue_push_head
819 g_queue_push_head_link
820 g_queue_push_nth
821 g_queue_push_nth_link
822 g_queue_push_tail
823 g_queue_push_tail_link
824 g_queue_remove
825 g_queue_remove_all
826 g_queue_reverse
827 g_queue_sort
828 g_queue_unlink
829 g_rand_copy
830 g_rand_double
831 g_rand_double_range
832 g_rand_free
833 g_rand_int
834 g_rand_int_range
835 g_rand_new
836 g_rand_new_with_seed
837 g_rand_new_with_seed_array
838 g_random_double
839 g_random_double_range
840 g_random_int
841 g_random_int_range
842 g_random_set_seed
843 g_rand_set_seed
844 g_rand_set_seed_array
845 g_relation_count
846 g_relation_delete
847 g_relation_destroy
848 g_relation_exists
849 g_relation_index
850 g_relation_insert
851 g_relation_new
852 g_relation_print
853 g_relation_select
854 g_tuples_destroy
855 g_tuples_index
856 g_scanner_cur_line
857 g_scanner_cur_position
858 g_scanner_cur_token
859 g_scanner_cur_value
860 g_scanner_destroy
861 g_scanner_eof
862 g_scanner_error
863 g_scanner_get_next_token
864 g_scanner_input_file
865 g_scanner_input_text
866 g_scanner_lookup_symbol
867 g_scanner_new
868 g_scanner_peek_next_token
869 g_scanner_scope_add_symbol
870 g_scanner_scope_foreach_symbol
871 g_scanner_scope_lookup_symbol
872 g_scanner_scope_remove_symbol
873 g_scanner_set_scope
874 g_scanner_sync_file_offset
875 g_scanner_unexp_token
876 g_scanner_warn
877 g_sequence_new
878 g_sequence_free
879 g_sequence_get_length
880 g_sequence_foreach
881 g_sequence_foreach_range
882 g_sequence_sort
883 g_sequence_sort_iter
884 g_sequence_get_begin_iter
885 g_sequence_get_end_iter
886 g_sequence_get_iter_at_pos
887 g_sequence_append
888 g_sequence_prepend
889 g_sequence_insert_before
890 g_sequence_move
891 g_sequence_swap
892 g_sequence_insert_sorted
893 g_sequence_insert_sorted_iter
894 g_sequence_sort_changed
895 g_sequence_sort_changed_iter
896 g_sequence_remove
897 g_sequence_remove_range
898 g_sequence_move_range
899 g_sequence_search
900 g_sequence_search_iter
901 g_sequence_lookup
902 g_sequence_lookup_iter
903 g_sequence_get
904 g_sequence_set
905 g_sequence_iter_is_begin
906 g_sequence_iter_is_end
907 g_sequence_iter_next
908 g_sequence_iter_prev
909 g_sequence_iter_get_position
910 g_sequence_iter_move
911 g_sequence_iter_get_sequence
912 g_sequence_iter_compare
913 g_sequence_range_get_midpoint
914 g_shell_error_quark
915 g_shell_parse_argv
916 g_shell_quote
917 g_shell_unquote
918 g_slist_alloc
919 g_slist_append
920 g_slist_concat
921 g_slist_copy
922 g_slist_delete_link
923 g_slist_find
924 g_slist_find_custom
925 g_slist_foreach
926 g_slist_free
927 g_slist_free_full
928 g_slist_free_1
929 g_slist_index
930 g_slist_insert
931 g_slist_insert_before
932 g_slist_insert_sorted
933 g_slist_insert_sorted_with_data
934 g_slist_last
935 g_slist_length
936 g_slist_nth
937 g_slist_nth_data
938 g_slist_pop_allocator
939 g_slist_position
940 g_slist_prepend
941 g_slist_push_allocator
942 g_slist_remove
943 g_slist_remove_all
944 g_slist_remove_link
945 g_slist_reverse
946 g_slist_sort
947 g_slist_sort_with_data
948 #ifndef _WIN64
949 g_spawn_async PRIVATE
950 g_spawn_async_with_pipes PRIVATE
951 #endif
952 g_spawn_close_pid
953 #ifndef _WIN64
954 g_spawn_command_line_async PRIVATE
955 g_spawn_command_line_sync PRIVATE
956 #endif
957 g_spawn_error_quark
958 #ifndef _WIN64
959 g_spawn_sync PRIVATE
960 #endif
961 #ifdef G_OS_WIN32
962 g_spawn_async_utf8
963 g_spawn_async_with_pipes_utf8
964 g_spawn_command_line_async_utf8
965 g_spawn_command_line_sync_utf8
966 g_spawn_sync_utf8
967 #endif
968 #if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
969 /* gstdio wrappers */
970 g_chmod
971 g_open
972 g_creat
973 g_rename
974 g_mkdir
975 g_stat
976 g_lstat
977 g_remove
978 g_fopen
979 g_freopen
980 g_utime
981 #endif
982 g_access
983 g_chdir
984 g_unlink
985 g_rmdir
986 g_ascii_digit_value
987 g_ascii_dtostr
988 g_ascii_formatd
989 g_ascii_strdown
990 g_ascii_strtod
991 g_ascii_strtoull
992 g_ascii_strtoll
993 g_ascii_strup
994 g_ascii_tolower
995 g_ascii_toupper
996 g_ascii_xdigit_value
997 g_ascii_strcasecmp
998 g_ascii_strncasecmp
999 g_memdup
1000 g_stpcpy
1001 g_strcanon
1002 g_strchomp
1003 g_strchug
1004 g_strcompress
1005 g_strconcat
1006 g_strdelimit
1007 g_strdup
1008 g_strdup_printf
1009 g_strdupv
1010 g_strdup_vprintf
1011 g_strerror
1012 g_strescape
1013 g_strfreev
1014 g_str_has_prefix
1015 g_str_has_suffix
1016 g_strjoin
1017 g_strjoinv
1018 g_strlcat
1019 g_strlcpy
1020 g_strndup
1021 g_strnfill
1022 g_strreverse
1023 g_strrstr
1024 g_strrstr_len
1025 g_strsignal
1026 g_strsplit
1027 g_strsplit_set
1028 g_strstr_len
1029 g_strtod
1030 g_strcasecmp
1031 g_strncasecmp
1032 g_strup
1033 g_strdown
1034 g_strv_length
1035 g_strip_context
1036 g_dgettext
1037 g_dcgettext
1038 g_dngettext
1039 g_dpgettext
1040 g_dpgettext2
1041 g_uri_unescape_string
1042 g_uri_unescape_segment
1043 g_uri_parse_scheme
1044 g_uri_escape_string
1045 g_string_append
1046 g_string_append_len
1047 g_string_append_printf
1048 g_string_append_unichar
1049 g_string_append_vprintf
1050 g_string_ascii_down
1051 g_string_ascii_up
1052 g_string_assign
1053 g_string_chunk_free
1054 g_string_chunk_clear
1055 g_string_chunk_insert
1056 g_string_chunk_insert_const
1057 g_string_chunk_insert_len
1058 g_string_chunk_new
1059 g_string_equal
1060 g_string_erase
1061 g_string_free
1062 g_string_hash
1063 g_string_insert
1064 g_string_insert_c
1065 g_string_insert_len
1066 g_string_insert_unichar
1067 g_string_new
1068 g_string_new_len
1069 g_string_overwrite
1070 g_string_overwrite_len
1071 g_string_prepend
1072 g_string_prepend_c
1073 g_string_prepend_len
1074 g_string_prepend_unichar
1075 g_string_printf
1076 g_string_set_size
1077 g_string_sized_new
1078 g_string_truncate
1079 g_string_append_uri_escaped
1080 g_string_down
1081 g_string_up
1082 g_string_vprintf
1083 g_string_append_c
1084 g_bit_lock
1085 g_bit_trylock
1086 g_bit_unlock
1087 g_pointer_bit_lock
1088 g_pointer_bit_trylock
1089 g_pointer_bit_unlock
1090 g_once_impl
1091 g_once_init_enter_impl
1092 g_once_init_leave
1093 g_once_init_enter
1094 g_threads_got_initialized
1095 g_thread_gettime
1096 g_thread_create
1097 g_thread_create_full
1098 g_thread_error_quark
1099 g_thread_exit
1100 g_thread_functions_for_glib_use
1101 g_thread_init_glib
1102 g_thread_join
1103 g_thread_new
1104 g_thread_ref
1105 g_thread_self
1106 g_thread_set_priority
1107 g_thread_try_new
1108 g_thread_use_default_impl
1109 g_thread_unref
1110 g_thread_yield
1111 g_static_mutex_free
1112 g_static_mutex_get_mutex_impl
1113 g_static_mutex_init
1114 g_static_private_free
1115 g_static_private_get
1116 g_static_private_init
1117 g_static_private_set
1118 g_static_rec_mutex_free
1119 g_static_rec_mutex_init
1120 g_static_rec_mutex_lock
1121 g_static_rec_mutex_lock_full
1122 g_static_rec_mutex_trylock
1123 g_static_rec_mutex_unlock
1124 g_static_rec_mutex_unlock_full
1125 g_static_rw_lock_free
1126 g_static_rw_lock_init
1127 g_static_rw_lock_reader_lock
1128 g_static_rw_lock_reader_trylock
1129 g_static_rw_lock_reader_unlock
1130 g_static_rw_lock_writer_lock
1131 g_static_rw_lock_writer_trylock
1132 g_static_rw_lock_writer_unlock
1133 g_thread_foreach
1134 g_thread_get_initialized
1135 g_thread_pool_free
1136 g_thread_pool_get_max_threads
1137 g_thread_pool_get_max_unused_threads
1138 g_thread_pool_get_max_idle_time
1139 g_thread_pool_get_num_threads
1140 g_thread_pool_get_num_unused_threads
1141 g_thread_pool_new
1142 g_thread_pool_push
1143 g_thread_pool_set_max_threads
1144 g_thread_pool_set_max_unused_threads
1145 g_thread_pool_set_max_idle_time
1146 g_thread_pool_stop_unused_threads
1147 g_thread_pool_unprocessed
1148 g_thread_pool_set_sort_function
1149 g_test_log_set_fatal_handler
1150 g_assertion_message
1151 g_assertion_message_cmpnum
1152 g_assertion_message_cmpstr
1153 g_assertion_message_expr
1154 g_assertion_message_error
1155 g_strcmp0
1156 g_test_add_data_func
1157 g_test_add_func
1158 g_test_add_vtable
1159 g_test_bug
1160 g_test_bug_base
1161 g_test_config_vars
1162 g_test_create_case
1163 g_test_create_suite
1164 g_test_fail
1165 g_test_get_root
1166 g_test_init
1167 g_test_log_buffer_free
1168 g_test_log_buffer_new
1169 g_test_log_buffer_pop
1170 g_test_log_buffer_push
1171 g_test_log_msg_free
1172 g_test_log_type_name
1173 g_test_maximized_result
1174 g_test_message
1175 g_test_minimized_result
1176 g_test_queue_destroy
1177 g_test_queue_free
1178 g_test_rand_double
1179 g_test_rand_double_range
1180 g_test_rand_int
1181 g_test_rand_int_range
1182 g_test_run
1183 g_test_run_suite
1184 g_test_suite_add
1185 g_test_suite_add_suite
1186 g_test_timer_elapsed
1187 g_test_timer_last
1188 g_test_timer_start
1189 g_test_trap_assertions
1190 g_test_trap_fork
1191 g_test_trap_has_passed
1192 g_test_trap_reached_timeout
1193 g_timer_continue
1194 g_timer_destroy
1195 g_timer_elapsed
1196 g_timer_new
1197 g_timer_reset
1198 g_timer_start
1199 g_timer_stop
1200 g_time_val_add
1201 g_time_val_from_iso8601
1202 g_time_val_to_iso8601
1203 g_usleep
1204 g_tree_destroy
1205 g_tree_foreach
1206 g_tree_height
1207 g_tree_insert
1208 g_tree_lookup
1209 g_tree_lookup_extended
1210 g_tree_new
1211 g_tree_ref
1212 g_tree_unref
1213 g_tree_new_full
1214 g_tree_new_with_data
1215 g_tree_nnodes
1216 g_tree_remove
1217 g_tree_replace
1218 g_tree_search
1219 g_tree_steal
1220 g_tree_traverse
1221 g_unichar_break_type
1222 g_unichar_combining_class
1223 g_unichar_compose
1224 g_unichar_decompose
1225 g_unichar_isalnum
1226 g_unichar_isalpha
1227 g_unichar_iscntrl
1228 g_unichar_isdefined
1229 g_unichar_isdigit
1230 g_unichar_isgraph
1231 g_unichar_islower
1232 g_unichar_isprint
1233 g_unichar_ispunct
1234 g_unichar_isspace
1235 g_unichar_istitle
1236 g_unichar_isupper
1237 g_unichar_iswide
1238 g_unichar_iswide_cjk
1239 g_unichar_isxdigit
1240 g_unichar_iszerowidth
1241 g_unichar_fully_decompose
1242 g_unichar_tolower
1243 g_unichar_totitle
1244 g_unichar_toupper
1245 g_unichar_ismark
1246 g_unichar_get_mirror_char
1247 g_unichar_get_script
1248 g_unichar_digit_value
1249 g_unichar_xdigit_value
1250 g_unichar_type
1251 g_unicode_canonical_decomposition
1252 g_unicode_canonical_ordering
1253 g_unicode_script_from_iso15924
1254 g_unicode_script_to_iso15924
1255 g_utf8_casefold
1256 g_utf8_collate
1257 g_utf8_collate_key
1258 g_utf8_collate_key_for_filename
1259 g_utf8_find_next_char
1260 g_utf8_find_prev_char
1261 g_utf8_get_char
1262 g_utf8_get_char_validated
1263 g_utf8_normalize
1264 g_utf8_offset_to_pointer
1265 g_utf8_pointer_to_offset
1266 g_utf8_prev_char
1267 g_utf8_strup
1268 g_utf8_strdown
1269 g_utf8_strchr
1270 g_utf8_strlen
1271 g_utf8_strncpy
1272 g_utf8_strrchr
1273 g_utf8_strreverse
1274 g_utf8_substring
1275 g_utf8_to_ucs4
1276 g_utf8_to_ucs4_fast
1277 g_utf8_to_utf16
1278 g_utf8_validate
1279 g_get_charset
1280 g_ucs4_to_utf16
1281 g_ucs4_to_utf8
1282 g_utf16_to_ucs4
1283 g_utf16_to_utf8
1284 g_unichar_to_utf8
1285 g_unichar_validate
1286 glib_pgettext
1287 glib_gettext
1288 #ifdef G_OS_WIN32
1289 _glib_get_locale_dir
1290 #endif
1291 g_int_equal
1292 g_int_hash
1293 g_int64_equal
1294 g_int64_hash
1295 g_double_equal
1296 g_double_hash
1297 g_direct_equal
1298 g_direct_hash
1299 g_str_equal
1300 g_str_hash
1301 g_atexit
1302 g_basename
1303 g_get_application_name
1304 #ifndef _WIN64
1305 g_find_program_in_path PRIVATE
1306 g_get_current_dir PRIVATE
1307 g_getenv PRIVATE
1308 g_unsetenv PRIVATE
1309 g_get_home_dir PRIVATE
1310 g_setenv PRIVATE
1311 #endif
1312 g_get_host_name
1313 g_listenv
1314 g_get_environ
1315 g_environ_getenv
1316 g_environ_setenv
1317 g_environ_unsetenv
1318 #ifdef G_OS_WIN32
1319 g_find_program_in_path_utf8
1320 g_get_current_dir_utf8
1321 g_getenv_utf8
1322 g_unsetenv_utf8
1323 g_setenv_utf8
1324 g_get_home_dir_utf8
1325 #endif
1326 g_get_language_names
1327 g_get_locale_variants
1328 g_get_prgname
1329 #ifndef _WIN64
1330 g_get_real_name PRIVATE
1331 #endif
1332 #ifdef G_OS_WIN32
1333 g_get_real_name_utf8
1334 #endif
1335 g_get_system_config_dirs
1336 g_get_system_data_dirs
1337 #ifdef G_OS_WIN32
1338 g_win32_get_system_data_dirs_for_module
1339 #endif
1340 #ifndef _WIN64
1341 g_get_tmp_dir PRIVATE
1342 #endif
1343 #ifdef G_OS_WIN32
1344 g_get_tmp_dir_utf8
1345 #endif
1346 g_get_user_cache_dir
1347 g_get_user_config_dir
1348 g_get_user_data_dir
1349 g_reload_user_special_dirs_cache
1350 g_get_user_runtime_dir
1351 g_get_user_special_dir
1352 #ifndef _WIN64
1353 g_get_user_name PRIVATE
1354 #endif
1355 #ifdef G_OS_WIN32
1356 g_get_user_name_utf8
1357 #endif
1358 glib_check_version
1359 glib__private__
1360 g_nullify_pointer
1361 g_parse_debug_string
1362 g_path_get_basename
1363 g_path_get_dirname
1364 g_path_is_absolute
1365 g_path_skip_root
1366 g_set_application_name
1367 g_set_prgname
1368 g_bit_nth_lsf
1369 g_bit_nth_msf
1370 g_bit_storage
1371 g_trash_stack_height
1372 g_trash_stack_peek
1373 g_trash_stack_pop
1374 g_trash_stack_push
1375 g_get_codeset
1376 g_regex_error_quark
1377 g_regex_new
1378 g_regex_ref
1379 g_regex_unref
1380 g_regex_get_pattern
1381 g_regex_get_max_backref
1382 g_regex_get_capture_count
1383 g_regex_get_string_number
1384 g_regex_get_compile_flags
1385 g_regex_get_match_flags
1386 g_regex_escape_string
1387 g_regex_escape_nul
1388 g_regex_match_simple
1389 g_regex_match
1390 g_regex_match_full
1391 g_regex_match_all
1392 g_regex_match_all_full
1393 g_regex_split_simple
1394 g_regex_split
1395 g_regex_split_full
1396 g_regex_replace
1397 g_regex_replace_literal
1398 g_regex_replace_eval
1399 g_regex_check_replacement
1400 g_match_info_get_regex
1401 g_match_info_get_string
1402 g_match_info_ref
1403 g_match_info_unref
1404 g_match_info_free
1405 g_match_info_next
1406 g_match_info_matches
1407 g_match_info_get_match_count
1408 g_match_info_is_partial_match
1409 g_match_info_expand_references
1410 g_match_info_fetch
1411 g_match_info_fetch_pos
1412 g_match_info_fetch_named
1413 g_match_info_fetch_named_pos
1414 g_match_info_fetch_all
1415 g_variant_type_string_is_valid
1416 g_variant_type_string_scan
1417 g_variant_type_free
1418 g_variant_type_copy
1419 g_variant_type_new
1420 g_variant_type_get_string_length
1421 g_variant_type_peek_string
1422 g_variant_type_dup_string
1423 g_variant_type_is_definite
1424 g_variant_type_is_container
1425 g_variant_type_is_basic
1426 g_variant_type_is_maybe
1427 g_variant_type_is_array
1428 g_variant_type_is_tuple
1429 g_variant_type_is_dict_entry
1430 g_variant_type_is_variant
1431 g_variant_type_hash
1432 g_variant_type_equal
1433 g_variant_type_is_subtype_of
1434 g_variant_type_element
1435 g_variant_type_first
1436 g_variant_type_next
1437 g_variant_type_n_items
1438 g_variant_type_key
1439 g_variant_type_value
1440 g_variant_type_new_array
1441 g_variant_type_new_maybe
1442 g_variant_type_new_tuple
1443 g_variant_type_new_dict_entry
1444 g_variant_type_checked_
1445 g_variant_unref
1446 g_variant_ref
1447 g_variant_ref_sink
1448 g_variant_is_floating
1449 g_variant_take_ref
1450 g_variant_n_children
1451 g_variant_get_child_value
1452 g_variant_get_size
1453 g_variant_get_data
1454 g_variant_store
1455 g_variant_is_normal_form
1456 g_variant_get_type
1457 g_variant_get_type_string
1458 g_variant_is_of_type
1459 g_variant_is_container
1460 g_variant_classify
1461 g_variant_compare
1462 g_variant_new_boolean
1463 g_variant_new_byte
1464 g_variant_new_int16
1465 g_variant_new_uint16
1466 g_variant_new_int32
1467 g_variant_new_uint32
1468 g_variant_new_int64
1469 g_variant_new_uint64
1470 g_variant_new_handle
1471 g_variant_new_double
1472 g_variant_new_fixed_array
1473 g_variant_new_string
1474 g_variant_new_object_path
1475 g_variant_is_object_path
1476 g_variant_new_signature
1477 g_variant_is_signature
1478 g_variant_new_variant
1479 g_variant_new_strv
1480 g_variant_new_objv
1481 g_variant_new_bytestring
1482 g_variant_new_bytestring_array
1483 g_variant_get_boolean
1484 g_variant_get_byte
1485 g_variant_get_int16
1486 g_variant_get_uint16
1487 g_variant_get_int32
1488 g_variant_get_uint32
1489 g_variant_get_int64
1490 g_variant_get_uint64
1491 g_variant_get_handle
1492 g_variant_get_double
1493 g_variant_get_string
1494 g_variant_dup_string
1495 g_variant_get_variant
1496 g_variant_get_strv
1497 g_variant_dup_strv
1498 g_variant_get_objv
1499 g_variant_dup_objv
1500 g_variant_get_bytestring
1501 g_variant_dup_bytestring
1502 g_variant_get_bytestring_array
1503 g_variant_dup_bytestring_array
1504 g_variant_new_maybe
1505 g_variant_new_array
1506 g_variant_new_tuple
1507 g_variant_new_dict_entry
1508 g_variant_get_maybe
1509 g_variant_get_fixed_array
1510 g_variant_print
1511 g_variant_print_string
1512 g_variant_hash
1513 g_variant_equal
1514 g_variant_iter_copy
1515 g_variant_iter_free
1516 g_variant_iter_init
1517 g_variant_iter_n_children
1518 g_variant_iter_new
1519 g_variant_iter_next_value
1520 g_variant_builder_add_value
1521 g_variant_builder_init
1522 g_variant_builder_clear
1523 g_variant_builder_open
1524 g_variant_builder_close
1525 g_variant_builder_end
1526 g_variant_builder_new
1527 g_variant_builder_unref
1528 g_variant_builder_ref
1529 g_variant_new_va
1530 g_variant_get_va
1531 g_variant_new
1532 g_variant_get
1533 g_variant_builder_add
1534 g_variant_get_child
1535 g_variant_lookup_value
1536 g_variant_lookup
1537 g_variant_iter_next
1538 g_variant_iter_loop
1539 g_variant_new_from_data
1540 g_variant_get_normal_form
1541 g_variant_byteswap
1542 g_variant_new_parsed
1543 g_variant_new_parsed_va
1544 g_variant_builder_add_parsed
1545 g_variant_parse
1546 g_variant_parser_get_error_quark
1547 g_variant_type_info_get_type_string
1548 g_variant_type_info_query
1549 g_variant_type_info_element
1550 g_variant_type_info_query_element
1551 g_variant_type_info_n_members
1552 g_variant_type_info_member_info
1553 g_variant_type_info_get
1554 g_variant_type_info_ref
1555 g_variant_type_info_unref
1556 g_variant_type_info_assert_no_infos
1557 g_variant_serialised_byteswap
1558 g_variant_serialised_get_child
1559 g_variant_serialised_is_normal
1560 g_variant_serialised_n_children
1561 g_variant_serialiser_is_object_path
1562 g_variant_serialiser_is_signature
1563 g_variant_serialiser_is_string
1564 g_variant_serialiser_needed_size
1565 g_variant_serialiser_serialise
1566 g_variant_format_string_scan_type
1567 g_variant_format_string_scan
1568 #ifdef G_OS_WIN32
1569 g_win32_error_message
1570 g_win32_ftruncate
1571 g_win32_get_package_installation_directory_of_module
1572 #ifndef _WIN64
1573 g_win32_get_package_installation_directory PRIVATE
1574 #endif
1575 g_win32_get_package_installation_directory_utf8
1576 #ifndef _WIN64
1577 g_win32_get_package_installation_subdirectory PRIVATE
1578 #endif
1579 g_win32_get_package_installation_subdirectory_utf8
1580 g_win32_get_windows_version
1581 g_win32_getlocale
1582 g_win32_locale_filename_from_utf8
1583 #endif
1584 g_hostname_is_non_ascii
1585 g_hostname_is_ascii_encoded
1586 g_hostname_is_ip_address
1587 g_hostname_to_ascii
1588 g_hostname_to_unicode
1589 #ifdef G_OS_UNIX
1590 g_unix_error_quark
1591 g_unix_open_pipe
1592 g_unix_set_fd_nonblocking
1593 g_unix_signal_add
1594 g_unix_signal_add_full
1595 g_unix_signal_source_new
1596 #endif
1597 g_ascii_table
1598 g_utf8_skip
1599 g_idle_funcs
1600 g_timeout_funcs
1601 g_io_watch_funcs
1602 g_child_watch_funcs
1603 glib_binary_age
1604 glib_interface_age
1605 glib_major_version
1606 glib_mem_profiler_table
1607 glib_micro_version
1608 glib_minor_version
1609 glib_on_error_halt
1610 g_mem_gc_friendly
1611 g_cond_broadcast
1612 g_cond_clear
1613 g_cond_free
1614 g_cond_init
1615 g_cond_new
1616 g_cond_signal
1617 g_cond_timed_wait
1618 g_cond_wait
1619 g_cond_wait_until
1620 g_mutex_clear
1621 g_mutex_free
1622 g_mutex_init
1623 g_mutex_lock
1624 g_mutex_new
1625 g_mutex_trylock
1626 g_mutex_unlock
1627 g_private_new
1628 g_private_get
1629 g_private_replace
1630 g_private_set
1631 g_rw_lock_clear
1632 g_rw_lock_init
1633 g_rw_lock_reader_lock
1634 g_rw_lock_reader_trylock
1635 g_rw_lock_reader_unlock
1636 g_rw_lock_writer_lock
1637 g_rw_lock_writer_trylock
1638 g_rw_lock_writer_unlock
1639 g_rec_mutex_clear
1640 g_rec_mutex_init
1641 g_rec_mutex_lock
1642 g_rec_mutex_trylock
1643 g_rec_mutex_unlock