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