1 /* This file lists all exported symbols. It is used to generate
2 * the gio.def file used to control exports on Windows and the
3 * gioalias.h/gioaliasdef.c files used to avoid PLT entries for
4 * internal uses of exported functions (see makegioalias.pl).
6 * Every symbol must be included in the right
7 * #ifdef IN_HEADER(sym) #endif and
8 * #ifdef IN_FILE(sym) #endif sections.
13 #define IN_HEADER(x) 1
16 #if IN_HEADER(__G_VFS_H__)
17 #if IN_FILE(__G_VFS_C__)
18 g_vfs_get_type G_GNUC_CONST
20 g_vfs_get_file_for_path
21 g_vfs_get_file_for_uri
22 g_vfs_get_supported_uri_schemes
29 #if IN_HEADER(__G_APP_INFO_H__)
30 #if IN_FILE(__G_APP_INFO_C__)
31 g_app_info_get_type G_GNUC_CONST
32 g_app_launch_context_get_type G_GNUC_CONST
37 g_app_info_get_description
38 g_app_info_get_executable
41 g_app_info_supports_uris
42 g_app_info_supports_files
43 g_app_info_launch_uris
44 g_app_info_should_show
45 g_app_info_set_as_default_for_type
46 g_app_info_set_as_default_for_extension
47 g_app_info_add_supports_type
48 g_app_info_can_remove_supports_type
49 g_app_info_remove_supports_type
50 g_app_info_launch_default_for_uri
51 g_app_launch_context_new
52 g_app_launch_context_get_display
53 g_app_launch_context_get_startup_notify_id
54 g_app_launch_context_launch_failed
57 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
58 g_app_info_create_from_commandline
60 g_app_info_get_all_for_type
61 g_app_info_get_default_for_type
62 g_app_info_get_default_for_uri_scheme
67 #if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
68 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
70 g_desktop_app_info_new_from_filename
71 g_desktop_app_info_new_from_keyfile
72 g_desktop_app_info_new
73 g_desktop_app_info_get_type G_GNUC_CONST
74 g_desktop_app_info_get_is_hidden
75 g_desktop_app_info_set_desktop_env
76 g_desktop_app_info_lookup_get_type G_GNUC_CONST
77 g_desktop_app_info_lookup_get_default_for_uri_scheme
83 #if IN_HEADER(__G_ASYNC_RESULT_H__)
84 #if IN_FILE(__G_ASYNC_RESULT_C__)
85 g_async_result_get_type G_GNUC_CONST
86 g_async_result_get_user_data
87 g_async_result_get_source_object
91 #if IN_HEADER(__G_BUFFERED_INPUT_STREAM_H__)
92 #if IN_FILE(__G_BUFFERED_INPUT_STREAM_C__)
93 g_buffered_input_stream_get_type G_GNUC_CONST
94 g_buffered_input_stream_new
95 g_buffered_input_stream_new_sized
96 g_buffered_input_stream_get_buffer_size
97 g_buffered_input_stream_set_buffer_size
98 g_buffered_input_stream_get_available
99 g_buffered_input_stream_peek
100 g_buffered_input_stream_peek_buffer
101 g_buffered_input_stream_fill
102 g_buffered_input_stream_fill_async
103 g_buffered_input_stream_fill_finish
104 g_buffered_input_stream_read_byte
108 #if IN_HEADER(__G_BUFFERED_OUTPUT_STREAM_H__)
109 #if IN_FILE(__G_BUFFERED_OUTPUT_STREAM_C__)
110 g_buffered_output_stream_get_type G_GNUC_CONST;
111 g_buffered_output_stream_new
112 g_buffered_output_stream_new_sized
113 g_buffered_output_stream_get_buffer_size
114 g_buffered_output_stream_set_buffer_size
115 g_buffered_output_stream_get_auto_grow
116 g_buffered_output_stream_set_auto_grow
120 #if IN_HEADER(__G_CANCELLABLE_H__)
121 #if IN_FILE(__G_CANCELLABLE_C__)
122 g_cancellable_get_type G_GNUC_CONST
124 g_cancellable_is_cancelled
125 g_cancellable_set_error_if_cancelled
127 g_cancellable_make_pollfd
128 g_cancellable_get_current
129 g_cancellable_push_current
130 g_cancellable_pop_current
136 #if IN_HEADER(__G_CONTENT_TYPE_H__)
137 #if IN_FILE(__G_CONTENT_TYPE_C__)
138 g_content_type_equals
140 g_content_type_is_unknown
141 g_content_type_get_description
142 g_content_type_get_mime_type
143 g_content_type_get_icon
144 g_content_type_can_be_executable
145 g_content_type_from_mime_type
147 g_content_type_guess_for_tree
148 g_content_types_get_registered
152 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
153 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
154 g_data_input_stream_get_type G_GNUC_CONST
155 g_data_input_stream_new
156 g_data_input_stream_set_byte_order
157 g_data_input_stream_get_byte_order
158 g_data_input_stream_set_newline_type
159 g_data_input_stream_get_newline_type
160 g_data_input_stream_read_byte
161 g_data_input_stream_read_int16
162 g_data_input_stream_read_uint16
163 g_data_input_stream_read_int32
164 g_data_input_stream_read_uint32
165 g_data_input_stream_read_int64
166 g_data_input_stream_read_uint64
167 g_data_input_stream_read_line
168 g_data_input_stream_read_until
172 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
173 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
174 g_data_output_stream_get_type G_GNUC_CONST
175 g_data_output_stream_new
176 g_data_output_stream_set_byte_order
177 g_data_output_stream_get_byte_order
178 g_data_output_stream_put_byte
179 g_data_output_stream_put_int16
180 g_data_output_stream_put_uint16
181 g_data_output_stream_put_int32
182 g_data_output_stream_put_uint32
183 g_data_output_stream_put_int64
184 g_data_output_stream_put_uint64
185 g_data_output_stream_put_string
189 #if IN_HEADER(__G_DRIVE_H__)
190 #if IN_FILE(__G_DRIVE_C__)
191 g_drive_get_type G_GNUC_CONST
196 g_drive_is_media_removable
198 g_drive_is_media_check_automatic
199 g_drive_can_poll_for_media
203 g_drive_poll_for_media
204 g_drive_poll_for_media_finish
205 g_drive_get_identifier
206 g_drive_enumerate_identifiers
210 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
211 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
212 g_file_attribute_info_list_new
213 g_file_attribute_info_list_ref
214 g_file_attribute_info_list_unref
215 g_file_attribute_info_list_dup
216 g_file_attribute_info_list_lookup
217 g_file_attribute_info_list_add
221 #if IN_HEADER(__G_FILE_H__)
222 #if IN_FILE(__G_FILE_C__)
223 g_file_get_type G_GNUC_CONST
226 g_file_new_for_commandline_arg
234 g_file_get_parse_name
237 g_file_get_child_for_display_name
239 g_file_get_relative_path
240 g_file_resolve_relative_path
242 g_file_has_uri_scheme
243 g_file_get_uri_scheme
250 g_file_append_to_async
251 g_file_append_to_finish
255 g_file_replace_finish
258 g_file_query_info_async
259 g_file_query_info_finish
260 g_file_query_file_type
261 g_file_query_filesystem_info
262 g_file_query_filesystem_info_async
263 g_file_query_filesystem_info_finish
264 g_file_find_enclosing_mount
265 g_file_find_enclosing_mount_async
266 g_file_find_enclosing_mount_finish
267 g_file_enumerate_children
268 g_file_enumerate_children_async
269 g_file_enumerate_children_finish
270 g_file_set_display_name
271 g_file_set_display_name_async
272 g_file_set_display_name_finish
279 g_file_make_directory
280 g_file_make_directory_with_parents
281 g_file_make_symbolic_link
282 g_file_query_settable_attributes
283 g_file_query_writable_namespaces
285 g_file_set_attributes_from_info
286 g_file_set_attributes_async
287 g_file_set_attributes_finish
288 g_file_set_attribute_string
289 g_file_set_attribute_byte_string
290 g_file_set_attribute_uint32
291 g_file_set_attribute_int32
292 g_file_set_attribute_uint64
293 g_file_set_attribute_int64
294 g_file_mount_enclosing_volume
295 g_file_mount_enclosing_volume_finish
296 g_file_mount_mountable
297 g_file_mount_mountable_finish
298 g_file_unmount_mountable
299 g_file_unmount_mountable_finish
300 g_file_eject_mountable
301 g_file_eject_mountable_finish
302 g_file_copy_attributes
303 g_file_monitor_directory
306 g_file_query_default_handler
308 g_file_load_contents_async
309 g_file_load_contents_finish
310 g_file_load_partial_contents_async
311 g_file_load_partial_contents_finish
312 g_file_replace_contents
313 g_file_replace_contents_async
314 g_file_replace_contents_finish
318 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
319 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
320 g_file_enumerator_get_type G_GNUC_CONST
321 g_file_enumerator_next_file
322 g_file_enumerator_close
323 g_file_enumerator_next_files_async
324 g_file_enumerator_next_files_finish
325 g_file_enumerator_close_async
326 g_file_enumerator_close_finish
327 g_file_enumerator_is_closed
328 g_file_enumerator_has_pending
329 g_file_enumerator_set_pending
330 g_file_enumerator_get_container
334 #if IN_HEADER(__G_FILE_ICON_H__)
335 #if IN_FILE(__G_FILE_ICON_C__)
336 g_file_icon_get_type G_GNUC_CONST
342 #if IN_HEADER(__G_FILE_INFO_H__)
343 #if IN_FILE(__G_FILE_INFO_C__)
344 g_file_info_get_type G_GNUC_CONST
347 g_file_info_copy_into
348 g_file_info_has_attribute
349 g_file_info_list_attributes
350 g_file_info_get_attribute_type
351 g_file_info_remove_attribute
352 g_file_info_get_attribute_status
353 g_file_info_get_attribute_data
354 g_file_info_get_attribute_as_string
355 g_file_info_get_attribute_string
356 g_file_info_get_attribute_byte_string
357 g_file_info_get_attribute_boolean
358 g_file_info_get_attribute_uint32
359 g_file_info_get_attribute_int32
360 g_file_info_get_attribute_uint64
361 g_file_info_get_attribute_int64
362 g_file_info_get_attribute_object
363 g_file_info_set_attribute
364 g_file_info_set_attribute_string
365 g_file_info_set_attribute_byte_string
366 g_file_info_set_attribute_boolean
367 g_file_info_set_attribute_uint32
368 g_file_info_set_attribute_int32
369 g_file_info_set_attribute_uint64
370 g_file_info_set_attribute_int64
371 g_file_info_set_attribute_object
372 g_file_info_clear_status
373 g_file_info_get_file_type
374 g_file_info_get_is_hidden
375 g_file_info_get_is_backup
376 g_file_info_get_is_symlink
378 g_file_info_get_display_name
379 g_file_info_get_edit_name
381 g_file_info_get_content_type
383 g_file_info_get_modification_time
384 g_file_info_get_symlink_target
386 g_file_info_get_sort_order
387 g_file_info_set_attribute_mask
388 g_file_info_unset_attribute_mask
389 g_file_info_set_file_type
390 g_file_info_set_is_hidden
391 g_file_info_set_is_symlink
393 g_file_info_set_display_name
394 g_file_info_set_edit_name
396 g_file_info_set_content_type
398 g_file_info_set_modification_time
399 g_file_info_set_symlink_target
400 g_file_info_set_sort_order
401 g_file_attribute_matcher_new
402 g_file_attribute_matcher_ref
403 g_file_attribute_matcher_unref
404 g_file_attribute_matcher_matches
405 g_file_attribute_matcher_matches_only
406 g_file_attribute_matcher_enumerate_namespace
407 g_file_attribute_matcher_enumerate_next
411 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
412 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
413 g_file_input_stream_get_type G_GNUC_CONST
414 g_file_input_stream_query_info
415 g_file_input_stream_query_info_async
416 g_file_input_stream_query_info_finish
420 #if IN_HEADER(__G_FILE_MONITOR_H__)
421 #if IN_FILE(__G_FILE_MONITOR_C__)
422 g_file_monitor_get_type G_GNUC_CONST
423 g_file_monitor_cancel
424 g_file_monitor_is_cancelled
425 g_file_monitor_set_rate_limit
426 g_file_monitor_emit_event
430 #if IN_HEADER(__G_FILENAME_COMPLETER_H__)
431 #if IN_FILE(__G_FILENAME_COMPLETER_C__)
432 g_filename_completer_get_type G_GNUC_CONST
433 g_filename_completer_new
434 g_filename_completer_get_completion_suffix
435 g_filename_completer_get_completions
436 g_filename_completer_set_dirs_only
440 #if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__)
441 #if IN_FILE(__G_FILE_OUTPUT_STREAM_C__)
442 g_file_output_stream_get_type G_GNUC_CONST
443 g_file_output_stream_query_info
444 g_file_output_stream_query_info_async
445 g_file_output_stream_query_info_finish
446 g_file_output_stream_get_etag
450 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
451 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
452 g_filter_input_stream_get_type G_GNUC_CONST
453 g_filter_input_stream_get_base_stream
457 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
458 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
459 g_filter_output_stream_get_type G_GNUC_CONST
460 g_filter_output_stream_get_base_stream
464 #if IN_HEADER(__G_ICON_H__)
465 #if IN_FILE(__G_ICON_C__)
466 g_icon_get_type G_GNUC_CONST
472 #if IN_HEADER(__G_INPUT_STREAM_H__)
473 #if IN_FILE(__G_INPUT_STREAM_C__)
474 g_input_stream_get_type G_GNUC_CONST
476 g_input_stream_read_all
479 g_input_stream_read_async
480 g_input_stream_read_finish
481 g_input_stream_skip_async
482 g_input_stream_skip_finish
483 g_input_stream_close_async
484 g_input_stream_close_finish
485 g_input_stream_is_closed
486 g_input_stream_has_pending
487 g_input_stream_set_pending
488 g_input_stream_clear_pending
492 #if IN_HEADER(__G_IO_ERROR_H__)
493 #if IN_FILE(__G_IO_ERROR_C__)
495 g_io_error_from_errno
499 #if IN_HEADER(__G_IO_MODULE_H__)
500 #if IN_FILE(__G_IO_MODULE_C__)
501 g_io_module_get_type G_GNUC_CONST
503 g_io_modules_load_all_in_directory
504 g_io_extension_point_register
505 g_io_extension_point_lookup
506 g_io_extension_point_set_required_type
507 g_io_extension_point_get_required_type
508 g_io_extension_point_get_extensions
509 g_io_extension_point_get_extension_by_name
510 g_io_extension_point_implement
511 g_io_extension_get_type
512 g_io_extension_get_name
513 g_io_extension_get_priority
514 g_io_extension_ref_class
518 #if IN_HEADER(__G_IO_SCHEDULER_H__)
519 #if IN_FILE(__G_IO_SCHEDULER_C__)
520 g_io_scheduler_push_job
521 g_io_scheduler_cancel_all_jobs
522 g_io_scheduler_job_send_to_mainloop
523 g_io_scheduler_job_send_to_mainloop_async
527 #if IN_HEADER(__G_LOADABLE_ICON_H__)
528 #if IN_FILE(__G_LOADABLE_ICON_C__)
529 g_loadable_icon_get_type G_GNUC_CONST
531 g_loadable_icon_load_async
532 g_loadable_icon_load_finish
536 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
537 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
538 g_memory_input_stream_get_type G_GNUC_CONST
539 g_memory_input_stream_new
540 g_memory_input_stream_new_from_data
541 g_memory_input_stream_add_data
545 #if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__)
546 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
547 g_memory_output_stream_get_type G_GNUC_CONST
548 g_memory_output_stream_new
549 g_memory_output_stream_get_data
550 g_memory_output_stream_get_data_size
551 g_memory_output_stream_get_size
555 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
556 #if IN_FILE(__G_MOUNT_OPERATION_C__)
557 g_mount_operation_get_type G_GNUC_CONST
558 g_mount_operation_new
559 g_mount_operation_get_username
560 g_mount_operation_set_username
561 g_mount_operation_get_password
562 g_mount_operation_set_password
563 g_mount_operation_get_anonymous
564 g_mount_operation_set_anonymous
565 g_mount_operation_get_domain
566 g_mount_operation_set_domain
567 g_mount_operation_get_password_save
568 g_mount_operation_set_password_save
569 g_mount_operation_get_choice
570 g_mount_operation_set_choice
571 g_mount_operation_reply
575 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
576 #if IN_FILE(__G_OUTPUT_STREAM_C__)
577 g_output_stream_get_type G_GNUC_CONST
578 g_output_stream_write
579 g_output_stream_write_all
580 g_output_stream_splice
581 g_output_stream_flush
582 g_output_stream_close
583 g_output_stream_write_async
584 g_output_stream_write_finish
585 g_output_stream_splice_async
586 g_output_stream_splice_finish
587 g_output_stream_flush_async
588 g_output_stream_flush_finish
589 g_output_stream_close_async
590 g_output_stream_close_finish
591 g_output_stream_is_closed
592 g_output_stream_has_pending
593 g_output_stream_set_pending
594 g_output_stream_clear_pending
598 #if IN_HEADER(__G_SEEKABLE_H__)
599 #if IN_FILE(__G_SEEKABLE_C__)
600 g_seekable_get_type G_GNUC_CONST
604 g_seekable_can_truncate
609 #if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__)
610 #if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__)
611 g_simple_async_result_get_type G_GNUC_CONST
612 g_simple_async_result_new
613 g_simple_async_result_new_error
614 g_simple_async_result_new_from_error
615 g_simple_async_result_set_op_res_gpointer
616 g_simple_async_result_get_op_res_gpointer
617 g_simple_async_result_set_op_res_gssize
618 g_simple_async_result_get_op_res_gssize
619 g_simple_async_result_set_op_res_gboolean
620 g_simple_async_result_get_op_res_gboolean
621 g_simple_async_result_get_source_tag
622 g_simple_async_result_set_handle_cancellation
623 g_simple_async_result_complete
624 g_simple_async_result_complete_in_idle
625 g_simple_async_result_run_in_thread
626 g_simple_async_result_set_from_error
627 g_simple_async_result_propagate_error
628 g_simple_async_result_set_error
629 g_simple_async_result_set_error_va
630 g_simple_async_report_error_in_idle
631 g_simple_async_report_gerror_in_idle
635 #if IN_HEADER(__G_THEMED_ICON_H__)
636 #if IN_FILE(__G_THEMED_ICON_C__)
637 g_themed_icon_get_type G_GNUC_CONST
639 g_themed_icon_new_with_default_fallbacks
640 g_themed_icon_new_from_names
641 g_themed_icon_get_names
642 g_themed_icon_prepend_name
643 g_themed_icon_append_name
647 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
648 #if IN_FILE(__G_UNIX_MOUNTS_C__)
651 g_unix_mount_point_free
653 g_unix_mount_get_mount_path
654 g_unix_mount_get_device_path
655 g_unix_mount_get_fs_type
656 g_unix_mount_is_readonly
657 g_unix_mount_is_system_internal
658 g_unix_mount_guess_can_eject
659 g_unix_mount_guess_should_display
660 g_unix_mount_guess_name
661 g_unix_mount_guess_icon
662 g_unix_mount_point_compare
663 g_unix_mount_point_get_mount_path
664 g_unix_mount_point_get_device_path
665 g_unix_mount_point_get_fs_type
666 g_unix_mount_point_is_readonly
667 g_unix_mount_point_is_user_mountable
668 g_unix_mount_point_is_loopback
669 g_unix_mount_point_guess_can_eject
670 g_unix_mount_point_guess_name
671 g_unix_mount_point_guess_icon
672 g_unix_mount_points_get
675 g_unix_mounts_changed_since
676 g_unix_mount_points_changed_since
677 g_unix_mount_monitor_get_type G_GNUC_CONST
678 g_unix_mount_monitor_new
679 g_unix_mount_monitor_set_rate_limit
680 g_unix_is_mount_path_system_internal
681 #endif /* G_OS_UNIX */
685 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
686 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
688 g_unix_input_stream_get_type G_GNUC_CONST
689 g_unix_input_stream_new
690 #endif /* G_OS_UNIX */
694 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
695 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
697 g_unix_output_stream_get_type G_GNUC_CONST
698 g_unix_output_stream_new
699 #endif /* G_OS_UNIX */
703 #if IN_HEADER(__G_MOUNT_H__)
704 #if IN_FILE(__G_MOUNT_C__)
705 g_mount_get_type G_GNUC_CONST
715 g_mount_unmount_finish
719 g_mount_remount_finish
720 g_mount_guess_content_type
721 g_mount_guess_content_type_finish
722 g_mount_guess_content_type_sync
726 #if IN_HEADER(__G_VOLUME_H__)
727 #if IN_FILE(__G_VOLUME_C__)
728 g_volume_get_type G_GNUC_CONST
734 g_volume_should_automount
738 g_volume_mount_finish
740 g_volume_eject_finish
741 g_volume_get_identifier
742 g_volume_enumerate_identifiers
743 g_volume_get_activation_root
747 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
748 #if IN_FILE(__G_VOLUME_MONITOR_C__)
749 g_volume_monitor_get_type G_GNUC_CONST
750 g_volume_monitor_get_connected_drives
751 g_volume_monitor_get_volume_for_uuid
752 g_volume_monitor_get_volumes
753 g_volume_monitor_get_mounts
754 g_volume_monitor_get_mount_for_uuid
756 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
758 g_volume_monitor_adopt_orphan_mount
762 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
763 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
764 g_native_volume_monitor_get_type G_GNUC_CONST
768 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
769 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
771 g_local_file_monitor_get_type G_GNUC_CONST
776 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
777 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
779 g_local_directory_monitor_get_type G_GNUC_CONST
784 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
785 #if IN_FILE(__GIO_ENUM_TYPES_C__)
786 g_mount_unmount_flags_get_type G_GNUC_CONST
787 g_app_info_create_flags_get_type G_GNUC_CONST
788 g_data_stream_byte_order_get_type G_GNUC_CONST
789 g_data_stream_newline_type_get_type G_GNUC_CONST
790 g_file_attribute_info_flags_get_type G_GNUC_CONST
791 g_file_attribute_status_get_type G_GNUC_CONST
792 g_file_attribute_type_get_type G_GNUC_CONST
793 g_file_copy_flags_get_type G_GNUC_CONST
794 g_file_create_flags_get_type G_GNUC_CONST
795 g_file_monitor_event_get_type G_GNUC_CONST
796 g_file_monitor_flags_get_type G_GNUC_CONST
797 g_file_query_info_flags_get_type G_GNUC_CONST
798 g_file_type_get_type G_GNUC_CONST
799 g_filesystem_preview_type_get_type G_GNUC_CONST
800 g_io_error_enum_get_type G_GNUC_CONST
801 g_mount_mount_flags_get_type G_GNUC_CONST
802 g_mount_operation_result_get_type G_GNUC_CONST
803 g_output_stream_splice_flags_get_type G_GNUC_CONST
804 g_ask_password_flags_get_type G_GNUC_CONST
805 g_password_save_get_type G_GNUC_CONST
806 g_emblem_origin_get_type G_GNUC_CONST
811 #if IN_HEADER(__G_EMBLEMED_ICON_H__)
812 #if IN_FILE(__G_EMBLEMED_ICON_C__)
813 g_emblemed_icon_get_type G_GNUC_CONST
815 g_emblemed_icon_get_icon
816 g_emblemed_icon_get_emblems
817 g_emblemed_icon_add_emblem
821 #if IN_HEADER(__G_EMBLEM_H__)
822 #if IN_FILE(__G_EMBLEM_C__)
823 g_emblem_get_type G_GNUC_CONST
825 g_emblem_new_with_origin