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). 5 * 6 * Every symbol must be included in the right 7 * #ifdef IN_HEADER(sym) #endif and 8 * #ifdef IN_FILE(sym) #endif sections. 9 */ 10 11#ifdef ALL_FILES 12#define IN_FILE(x) 1 13#define IN_HEADER(x) 1 14#endif 15 16#if IN_HEADER(__G_VFS_H__) 17#if IN_FILE(__G_VFS_C__) 18g_vfs_get_type G_GNUC_CONST 19g_vfs_is_active 20g_vfs_get_file_for_path 21g_vfs_get_file_for_uri 22g_vfs_get_supported_uri_schemes 23g_vfs_parse_name 24g_vfs_get_default 25g_vfs_get_local 26#endif 27#endif 28 29#if IN_HEADER(__G_APP_INFO_H__) 30#if IN_FILE(__G_APP_INFO_C__) 31g_app_info_get_type G_GNUC_CONST 32g_app_launch_context_get_type G_GNUC_CONST 33g_app_info_dup 34g_app_info_equal 35g_app_info_get_id 36g_app_info_get_name 37g_app_info_get_description 38g_app_info_get_executable 39g_app_info_get_commandline 40g_app_info_get_icon 41g_app_info_launch 42g_app_info_supports_uris 43g_app_info_supports_files 44g_app_info_launch_uris 45g_app_info_should_show 46g_app_info_set_as_default_for_type 47g_app_info_set_as_default_for_extension 48g_app_info_add_supports_type 49g_app_info_can_remove_supports_type 50g_app_info_remove_supports_type 51g_app_info_launch_default_for_uri 52g_app_info_can_delete 53g_app_info_delete 54g_app_launch_context_new 55g_app_launch_context_get_display 56g_app_launch_context_get_startup_notify_id 57g_app_launch_context_launch_failed 58#endif 59 60#if IN_FILE(__G_DESKTOP_APP_INFO_C__) 61g_app_info_create_from_commandline 62g_app_info_get_all 63g_app_info_get_all_for_type 64g_app_info_get_default_for_type 65g_app_info_get_default_for_uri_scheme 66g_app_info_reset_type_associations 67#endif 68#endif 69 70 71#if IN_HEADER(__G_DESKTOP_APP_INFO_H__) 72#if IN_FILE(__G_DESKTOP_APP_INFO_C__) 73#ifdef G_OS_UNIX 74g_desktop_app_info_new_from_filename 75g_desktop_app_info_new_from_keyfile 76g_desktop_app_info_new 77g_desktop_app_info_get_type G_GNUC_CONST 78g_desktop_app_info_get_is_hidden 79g_desktop_app_info_set_desktop_env 80g_desktop_app_info_lookup_get_type G_GNUC_CONST 81g_desktop_app_info_lookup_get_default_for_uri_scheme 82#endif 83#endif 84#endif 85 86 87#if IN_HEADER(__G_ASYNC_RESULT_H__) 88#if IN_FILE(__G_ASYNC_RESULT_C__) 89g_async_result_get_type G_GNUC_CONST 90g_async_result_get_user_data 91g_async_result_get_source_object 92#endif 93#endif 94 95#if IN_HEADER(__G_BUFFERED_INPUT_STREAM_H__) 96#if IN_FILE(__G_BUFFERED_INPUT_STREAM_C__) 97g_buffered_input_stream_get_type G_GNUC_CONST 98g_buffered_input_stream_new 99g_buffered_input_stream_new_sized 100g_buffered_input_stream_get_buffer_size 101g_buffered_input_stream_set_buffer_size 102g_buffered_input_stream_get_available 103g_buffered_input_stream_peek 104g_buffered_input_stream_peek_buffer 105g_buffered_input_stream_fill 106g_buffered_input_stream_fill_async 107g_buffered_input_stream_fill_finish 108g_buffered_input_stream_read_byte 109#endif 110#endif 111 112#if IN_HEADER(__G_BUFFERED_OUTPUT_STREAM_H__) 113#if IN_FILE(__G_BUFFERED_OUTPUT_STREAM_C__) 114g_buffered_output_stream_get_type G_GNUC_CONST; 115g_buffered_output_stream_new 116g_buffered_output_stream_new_sized 117g_buffered_output_stream_get_buffer_size 118g_buffered_output_stream_set_buffer_size 119g_buffered_output_stream_get_auto_grow 120g_buffered_output_stream_set_auto_grow 121#endif 122#endif 123 124#if IN_HEADER(__G_CANCELLABLE_H__) 125#if IN_FILE(__G_CANCELLABLE_C__) 126g_cancellable_get_type G_GNUC_CONST 127g_cancellable_new 128g_cancellable_is_cancelled 129g_cancellable_set_error_if_cancelled 130g_cancellable_get_fd 131g_cancellable_make_pollfd 132g_cancellable_get_current 133g_cancellable_push_current 134g_cancellable_pop_current 135g_cancellable_reset 136g_cancellable_cancel 137#endif 138#endif 139 140#if IN_HEADER(__G_CONTENT_TYPE_H__) 141#if IN_FILE(__G_CONTENT_TYPE_C__) 142g_content_type_equals 143g_content_type_is_a 144g_content_type_is_unknown 145g_content_type_get_description 146g_content_type_get_mime_type 147g_content_type_get_icon 148g_content_type_can_be_executable 149g_content_type_from_mime_type 150g_content_type_guess 151g_content_type_guess_for_tree 152g_content_types_get_registered 153#endif 154#endif 155 156#if IN_HEADER(__G_DATA_INPUT_STREAM_H__) 157#if IN_FILE(__G_DATA_INPUT_STREAM_C__) 158g_data_input_stream_get_type G_GNUC_CONST 159g_data_input_stream_new 160g_data_input_stream_set_byte_order 161g_data_input_stream_get_byte_order 162g_data_input_stream_set_newline_type 163g_data_input_stream_get_newline_type 164g_data_input_stream_read_byte 165g_data_input_stream_read_int16 166g_data_input_stream_read_uint16 167g_data_input_stream_read_int32 168g_data_input_stream_read_uint32 169g_data_input_stream_read_int64 170g_data_input_stream_read_uint64 171g_data_input_stream_read_line 172g_data_input_stream_read_line_async 173g_data_input_stream_read_line_finish 174g_data_input_stream_read_until 175g_data_input_stream_read_until_async 176g_data_input_stream_read_until_finish 177#endif 178#endif 179 180#if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__) 181#if IN_FILE(__G_DATA_OUTPUT_STREAM_C__) 182g_data_output_stream_get_type G_GNUC_CONST 183g_data_output_stream_new 184g_data_output_stream_set_byte_order 185g_data_output_stream_get_byte_order 186g_data_output_stream_put_byte 187g_data_output_stream_put_int16 188g_data_output_stream_put_uint16 189g_data_output_stream_put_int32 190g_data_output_stream_put_uint32 191g_data_output_stream_put_int64 192g_data_output_stream_put_uint64 193g_data_output_stream_put_string 194#endif 195#endif 196 197#if IN_HEADER(__G_DRIVE_H__) 198#if IN_FILE(__G_DRIVE_C__) 199g_drive_get_type G_GNUC_CONST 200g_drive_get_name 201g_drive_get_icon 202g_drive_has_volumes 203g_drive_get_volumes 204g_drive_is_media_removable 205g_drive_has_media 206g_drive_is_media_check_automatic 207g_drive_can_poll_for_media 208g_drive_can_eject 209g_drive_eject 210g_drive_eject_finish 211g_drive_poll_for_media 212g_drive_poll_for_media_finish 213g_drive_get_identifier 214g_drive_enumerate_identifiers 215#endif 216#endif 217 218#if IN_HEADER(__G_FILE_ATTRIBUTE_H__) 219#if IN_FILE(__G_FILE_ATTRIBUTE_C__) 220g_file_attribute_info_list_new 221g_file_attribute_info_list_ref 222g_file_attribute_info_list_unref 223g_file_attribute_info_list_dup 224g_file_attribute_info_list_get_type G_GNUC_CONST 225g_file_attribute_info_list_lookup 226g_file_attribute_info_list_add 227#endif 228#endif 229 230#if IN_HEADER(__G_FILE_H__) 231#if IN_FILE(__G_FILE_C__) 232g_file_get_type G_GNUC_CONST 233g_file_new_for_path 234g_file_new_for_uri 235g_file_new_for_commandline_arg 236g_file_parse_name 237g_file_dup 238g_file_hash 239g_file_equal 240g_file_get_basename 241g_file_get_path 242g_file_get_uri 243g_file_get_parse_name 244g_file_get_parent 245g_file_get_child 246g_file_get_child_for_display_name 247g_file_has_prefix 248g_file_get_relative_path 249g_file_resolve_relative_path 250g_file_is_native 251g_file_has_uri_scheme 252g_file_get_uri_scheme 253g_file_read 254g_file_read_async 255g_file_read_finish 256g_file_append_to 257g_file_create 258g_file_replace 259g_file_append_to_async 260g_file_append_to_finish 261g_file_create_async 262g_file_create_finish 263g_file_replace_async 264g_file_replace_finish 265g_file_query_exists 266g_file_query_info 267g_file_query_info_async 268g_file_query_info_finish 269g_file_query_file_type 270g_file_query_filesystem_info 271g_file_query_filesystem_info_async 272g_file_query_filesystem_info_finish 273g_file_find_enclosing_mount 274g_file_find_enclosing_mount_async 275g_file_find_enclosing_mount_finish 276g_file_enumerate_children 277g_file_enumerate_children_async 278g_file_enumerate_children_finish 279g_file_set_display_name 280g_file_set_display_name_async 281g_file_set_display_name_finish 282g_file_delete 283g_file_trash 284g_file_copy 285g_file_copy_async 286g_file_copy_finish 287g_file_move 288g_file_make_directory 289g_file_make_directory_with_parents 290g_file_make_symbolic_link 291g_file_query_settable_attributes 292g_file_query_writable_namespaces 293g_file_set_attribute 294g_file_set_attributes_from_info 295g_file_set_attributes_async 296g_file_set_attributes_finish 297g_file_set_attribute_string 298g_file_set_attribute_byte_string 299g_file_set_attribute_uint32 300g_file_set_attribute_int32 301g_file_set_attribute_uint64 302g_file_set_attribute_int64 303g_file_mount_enclosing_volume 304g_file_mount_enclosing_volume_finish 305g_file_mount_mountable 306g_file_mount_mountable_finish 307g_file_unmount_mountable 308g_file_unmount_mountable_finish 309g_file_eject_mountable 310g_file_eject_mountable_finish 311g_file_copy_attributes 312g_file_monitor_directory 313g_file_monitor_file 314g_file_monitor 315g_file_query_default_handler 316g_file_load_contents 317g_file_load_contents_async 318g_file_load_contents_finish 319g_file_load_partial_contents_async 320g_file_load_partial_contents_finish 321g_file_replace_contents 322g_file_replace_contents_async 323g_file_replace_contents_finish 324#endif 325#endif 326 327#if IN_HEADER(__G_FILE_ENUMERATOR_H__) 328#if IN_FILE(__G_FILE_ENUMERATOR_C__) 329g_file_enumerator_get_type G_GNUC_CONST 330g_file_enumerator_next_file 331g_file_enumerator_close 332g_file_enumerator_next_files_async 333g_file_enumerator_next_files_finish 334g_file_enumerator_close_async 335g_file_enumerator_close_finish 336g_file_enumerator_is_closed 337g_file_enumerator_has_pending 338g_file_enumerator_set_pending 339g_file_enumerator_get_container 340#endif 341#endif 342 343#if IN_HEADER(__G_FILE_ICON_H__) 344#if IN_FILE(__G_FILE_ICON_C__) 345g_file_icon_get_type G_GNUC_CONST 346g_file_icon_new 347g_file_icon_get_file 348#endif 349#endif 350 351#if IN_HEADER(__G_FILE_INFO_H__) 352#if IN_FILE(__G_FILE_INFO_C__) 353g_file_info_get_type G_GNUC_CONST 354g_file_info_new 355g_file_info_dup 356g_file_info_copy_into 357g_file_info_has_attribute 358g_file_info_list_attributes 359g_file_info_get_attribute_type 360g_file_info_remove_attribute 361g_file_info_get_attribute_status 362g_file_info_get_attribute_data 363g_file_info_get_attribute_as_string 364g_file_info_get_attribute_string 365g_file_info_get_attribute_byte_string 366g_file_info_get_attribute_boolean 367g_file_info_get_attribute_uint32 368g_file_info_get_attribute_int32 369g_file_info_get_attribute_uint64 370g_file_info_get_attribute_int64 371g_file_info_get_attribute_object 372g_file_info_set_attribute 373g_file_info_set_attribute_string 374g_file_info_set_attribute_byte_string 375g_file_info_set_attribute_boolean 376g_file_info_set_attribute_uint32 377g_file_info_set_attribute_int32 378g_file_info_set_attribute_uint64 379g_file_info_set_attribute_int64 380g_file_info_set_attribute_object 381g_file_info_clear_status 382g_file_info_get_file_type 383g_file_info_get_is_hidden 384g_file_info_get_is_backup 385g_file_info_get_is_symlink 386g_file_info_get_name 387g_file_info_get_display_name 388g_file_info_get_edit_name 389g_file_info_get_icon 390g_file_info_get_content_type 391g_file_info_get_size 392g_file_info_get_modification_time 393g_file_info_get_symlink_target 394g_file_info_get_etag 395g_file_info_get_sort_order 396g_file_info_set_attribute_mask 397g_file_info_unset_attribute_mask 398g_file_info_set_file_type 399g_file_info_set_is_hidden 400g_file_info_set_is_symlink 401g_file_info_set_name 402g_file_info_set_display_name 403g_file_info_set_edit_name 404g_file_info_set_icon 405g_file_info_set_content_type 406g_file_info_set_size 407g_file_info_set_modification_time 408g_file_info_set_symlink_target 409g_file_info_set_sort_order 410g_file_attribute_matcher_new 411g_file_attribute_matcher_ref 412g_file_attribute_matcher_unref 413g_file_attribute_matcher_matches 414g_file_attribute_matcher_matches_only 415g_file_attribute_matcher_enumerate_namespace 416g_file_attribute_matcher_enumerate_next 417#endif 418#endif 419 420#if IN_HEADER(__G_FILE_INPUT_STREAM_H__) 421#if IN_FILE(__G_FILE_INPUT_STREAM_C__) 422g_file_input_stream_get_type G_GNUC_CONST 423g_file_input_stream_query_info 424g_file_input_stream_query_info_async 425g_file_input_stream_query_info_finish 426#endif 427#endif 428 429#if IN_HEADER(__G_FILE_MONITOR_H__) 430#if IN_FILE(__G_FILE_MONITOR_C__) 431g_file_monitor_get_type G_GNUC_CONST 432g_file_monitor_cancel 433g_file_monitor_is_cancelled 434g_file_monitor_set_rate_limit 435g_file_monitor_emit_event 436#endif 437#endif 438 439#if IN_HEADER(__G_FILENAME_COMPLETER_H__) 440#if IN_FILE(__G_FILENAME_COMPLETER_C__) 441g_filename_completer_get_type G_GNUC_CONST 442g_filename_completer_new 443g_filename_completer_get_completion_suffix 444g_filename_completer_get_completions 445g_filename_completer_set_dirs_only 446#endif 447#endif 448 449#if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__) 450#if IN_FILE(__G_FILE_OUTPUT_STREAM_C__) 451g_file_output_stream_get_type G_GNUC_CONST 452g_file_output_stream_query_info 453g_file_output_stream_query_info_async 454g_file_output_stream_query_info_finish 455g_file_output_stream_get_etag 456#endif 457#endif 458 459#if IN_HEADER(__G_FILTER_INPUT_STREAM_H__) 460#if IN_FILE(__G_FILTER_INPUT_STREAM_C__) 461g_filter_input_stream_get_type G_GNUC_CONST 462g_filter_input_stream_get_base_stream 463g_filter_input_stream_get_close_base_stream 464g_filter_input_stream_set_close_base_stream 465#endif 466#endif 467 468#if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__) 469#if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__) 470g_filter_output_stream_get_type G_GNUC_CONST 471g_filter_output_stream_get_base_stream 472g_filter_output_stream_get_close_base_stream 473g_filter_output_stream_set_close_base_stream 474#endif 475#endif 476 477#if IN_HEADER(__G_ICON_H__) 478#if IN_FILE(__G_ICON_C__) 479g_icon_get_type G_GNUC_CONST 480g_icon_hash 481g_icon_equal 482g_icon_to_string 483g_icon_new_for_string 484#endif 485#endif 486 487#if IN_HEADER(__G_INPUT_STREAM_H__) 488#if IN_FILE(__G_INPUT_STREAM_C__) 489g_input_stream_get_type G_GNUC_CONST 490g_input_stream_read 491g_input_stream_read_all 492g_input_stream_skip 493g_input_stream_close 494g_input_stream_read_async 495g_input_stream_read_finish 496g_input_stream_skip_async 497g_input_stream_skip_finish 498g_input_stream_close_async 499g_input_stream_close_finish 500g_input_stream_is_closed 501g_input_stream_has_pending 502g_input_stream_set_pending 503g_input_stream_clear_pending 504#endif 505#endif 506 507#if IN_HEADER(__G_IO_ERROR_H__) 508#if IN_FILE(__G_IO_ERROR_C__) 509g_io_error_quark 510g_io_error_from_errno 511#endif 512#endif 513 514#if IN_HEADER(__G_IO_MODULE_H__) 515#if IN_FILE(__G_IO_MODULE_C__) 516g_io_module_get_type G_GNUC_CONST 517g_io_module_new 518g_io_modules_load_all_in_directory 519g_io_extension_point_register 520g_io_extension_point_lookup 521g_io_extension_point_set_required_type 522g_io_extension_point_get_required_type 523g_io_extension_point_get_extensions 524g_io_extension_point_get_extension_by_name 525g_io_extension_point_implement 526g_io_extension_get_type 527g_io_extension_get_name 528g_io_extension_get_priority 529g_io_extension_ref_class 530#endif 531#endif 532 533#if IN_HEADER(__G_IO_SCHEDULER_H__) 534#if IN_FILE(__G_IO_SCHEDULER_C__) 535g_io_scheduler_push_job 536g_io_scheduler_cancel_all_jobs 537g_io_scheduler_job_send_to_mainloop 538g_io_scheduler_job_send_to_mainloop_async 539#endif 540#endif 541 542#if IN_HEADER(__G_LOADABLE_ICON_H__) 543#if IN_FILE(__G_LOADABLE_ICON_C__) 544g_loadable_icon_get_type G_GNUC_CONST 545g_loadable_icon_load 546g_loadable_icon_load_async 547g_loadable_icon_load_finish 548#endif 549#endif 550 551#if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__) 552#if IN_FILE(__G_MEMORY_INPUT_STREAM_C__) 553g_memory_input_stream_get_type G_GNUC_CONST 554g_memory_input_stream_new 555g_memory_input_stream_new_from_data 556g_memory_input_stream_add_data 557#endif 558#endif 559 560#if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__) 561#if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__) 562g_memory_output_stream_get_type G_GNUC_CONST 563g_memory_output_stream_new 564g_memory_output_stream_get_data 565g_memory_output_stream_get_data_size 566g_memory_output_stream_get_size 567#endif 568#endif 569 570#if IN_HEADER(__G_MOUNT_OPERATION_H__) 571#if IN_FILE(__G_MOUNT_OPERATION_C__) 572g_mount_operation_get_type G_GNUC_CONST 573g_mount_operation_new 574g_mount_operation_get_username 575g_mount_operation_set_username 576g_mount_operation_get_password 577g_mount_operation_set_password 578g_mount_operation_get_anonymous 579g_mount_operation_set_anonymous 580g_mount_operation_get_domain 581g_mount_operation_set_domain 582g_mount_operation_get_password_save 583g_mount_operation_set_password_save 584g_mount_operation_get_choice 585g_mount_operation_set_choice 586g_mount_operation_reply 587#endif 588#endif 589 590#if IN_HEADER(__G_OUTPUT_STREAM_H__) 591#if IN_FILE(__G_OUTPUT_STREAM_C__) 592g_output_stream_get_type G_GNUC_CONST 593g_output_stream_write 594g_output_stream_write_all 595g_output_stream_splice 596g_output_stream_flush 597g_output_stream_close 598g_output_stream_write_async 599g_output_stream_write_finish 600g_output_stream_splice_async 601g_output_stream_splice_finish 602g_output_stream_flush_async 603g_output_stream_flush_finish 604g_output_stream_close_async 605g_output_stream_close_finish 606g_output_stream_is_closed 607g_output_stream_has_pending 608g_output_stream_set_pending 609g_output_stream_clear_pending 610#endif 611#endif 612 613#if IN_HEADER(__G_SEEKABLE_H__) 614#if IN_FILE(__G_SEEKABLE_C__) 615g_seekable_get_type G_GNUC_CONST 616g_seekable_tell 617g_seekable_can_seek 618g_seekable_seek 619g_seekable_can_truncate 620g_seekable_truncate 621#endif 622#endif 623 624#if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__) 625#if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__) 626g_simple_async_result_get_type G_GNUC_CONST 627g_simple_async_result_new 628g_simple_async_result_new_error 629g_simple_async_result_new_from_error 630g_simple_async_result_set_op_res_gpointer 631g_simple_async_result_get_op_res_gpointer 632g_simple_async_result_set_op_res_gssize 633g_simple_async_result_get_op_res_gssize 634g_simple_async_result_set_op_res_gboolean 635g_simple_async_result_get_op_res_gboolean 636g_simple_async_result_get_source_tag 637g_simple_async_result_set_handle_cancellation 638g_simple_async_result_complete 639g_simple_async_result_complete_in_idle 640g_simple_async_result_run_in_thread 641g_simple_async_result_set_from_error 642g_simple_async_result_propagate_error 643g_simple_async_result_set_error 644g_simple_async_result_set_error_va 645g_simple_async_result_is_valid 646g_simple_async_report_error_in_idle 647g_simple_async_report_gerror_in_idle 648#endif 649#endif 650 651#if IN_HEADER(__G_THEMED_ICON_H__) 652#if IN_FILE(__G_THEMED_ICON_C__) 653g_themed_icon_get_type G_GNUC_CONST 654g_themed_icon_new 655g_themed_icon_new_with_default_fallbacks 656g_themed_icon_new_from_names 657g_themed_icon_get_names 658g_themed_icon_prepend_name 659g_themed_icon_append_name 660#endif 661#endif 662 663#if IN_HEADER(__G_UNIX_MOUNTS_H__) 664#if IN_FILE(__G_UNIX_MOUNTS_C__) 665#ifdef G_OS_UNIX 666g_unix_mount_free 667g_unix_mount_point_free 668g_unix_mount_compare 669g_unix_mount_get_mount_path 670g_unix_mount_get_device_path 671g_unix_mount_get_fs_type 672g_unix_mount_is_readonly 673g_unix_mount_is_system_internal 674g_unix_mount_guess_can_eject 675g_unix_mount_guess_should_display 676g_unix_mount_guess_name 677g_unix_mount_guess_icon 678g_unix_mount_point_compare 679g_unix_mount_point_get_mount_path 680g_unix_mount_point_get_device_path 681g_unix_mount_point_get_fs_type 682g_unix_mount_point_is_readonly 683g_unix_mount_point_is_user_mountable 684g_unix_mount_point_is_loopback 685g_unix_mount_point_guess_can_eject 686g_unix_mount_point_guess_name 687g_unix_mount_point_guess_icon 688g_unix_mount_points_get 689g_unix_mounts_get 690g_unix_mount_at 691g_unix_mounts_changed_since 692g_unix_mount_points_changed_since 693g_unix_mount_monitor_get_type G_GNUC_CONST 694g_unix_mount_monitor_new 695g_unix_mount_monitor_set_rate_limit 696g_unix_is_mount_path_system_internal 697#endif /* G_OS_UNIX */ 698#endif 699#endif 700 701#if IN_HEADER(__G_UNIX_INPUT_STREAM_H__) 702#if IN_FILE(__G_UNIX_INPUT_STREAM_C__) 703#ifdef G_OS_UNIX 704g_unix_input_stream_get_type G_GNUC_CONST 705g_unix_input_stream_new 706g_unix_input_stream_set_close_fd 707g_unix_input_stream_get_close_fd 708g_unix_input_stream_get_fd 709#endif /* G_OS_UNIX */ 710#endif 711#endif 712 713#if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__) 714#if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__) 715#ifdef G_OS_UNIX 716g_unix_output_stream_get_type G_GNUC_CONST 717g_unix_output_stream_new 718g_unix_output_stream_set_close_fd 719g_unix_output_stream_get_close_fd 720g_unix_output_stream_get_fd 721#endif /* G_OS_UNIX */ 722#endif 723#endif 724 725#if IN_HEADER(__G_MOUNT_H__) 726#if IN_FILE(__G_MOUNT_C__) 727g_mount_get_type G_GNUC_CONST 728g_mount_get_root 729g_mount_get_name 730g_mount_get_icon 731g_mount_get_uuid 732g_mount_get_volume 733g_mount_get_drive 734g_mount_can_unmount 735g_mount_can_eject 736g_mount_unmount 737g_mount_unmount_finish 738g_mount_eject 739g_mount_eject_finish 740g_mount_remount 741g_mount_remount_finish 742g_mount_guess_content_type 743g_mount_guess_content_type_finish 744g_mount_guess_content_type_sync 745g_mount_is_shadowed 746g_mount_shadow 747g_mount_unshadow 748#endif 749#endif 750 751#if IN_HEADER(__G_VOLUME_H__) 752#if IN_FILE(__G_VOLUME_C__) 753g_volume_get_type G_GNUC_CONST 754g_volume_get_name 755g_volume_get_icon 756g_volume_get_uuid 757g_volume_get_drive 758g_volume_get_mount 759g_volume_should_automount 760g_volume_can_mount 761g_volume_can_eject 762g_volume_mount 763g_volume_mount_finish 764g_volume_eject 765g_volume_eject_finish 766g_volume_get_identifier 767g_volume_enumerate_identifiers 768g_volume_get_activation_root 769#endif 770#endif 771 772#if IN_HEADER(__G_VOLUME_MONITOR_H__) 773#if IN_FILE(__G_VOLUME_MONITOR_C__) 774g_volume_monitor_get_type G_GNUC_CONST 775g_volume_monitor_get_connected_drives 776g_volume_monitor_get_volume_for_uuid 777g_volume_monitor_get_volumes 778g_volume_monitor_get_mounts 779g_volume_monitor_get_mount_for_uuid 780#endif 781#if IN_FILE(__G_UNION_VOLUME_MONITOR_C__) 782g_volume_monitor_get 783#ifndef G_DISABLE_DEPRECATED 784g_volume_monitor_adopt_orphan_mount 785#endif 786#endif 787#endif 788 789#if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__) 790#if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__) 791g_native_volume_monitor_get_type G_GNUC_CONST 792#endif 793#endif 794 795#if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__) 796#if IN_FILE(__G_LOCAL_FILE_MONITOR_C__) 797#ifdef G_OS_UNIX 798g_local_file_monitor_get_type G_GNUC_CONST 799#endif 800#endif 801#endif 802 803#if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__) 804#if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__) 805#ifdef G_OS_UNIX 806g_local_directory_monitor_get_type G_GNUC_CONST 807#endif 808#endif 809#endif 810 811#if IN_HEADER(__GIO_ENUM_TYPES_H__) 812#if IN_FILE(__GIO_ENUM_TYPES_C__) 813g_mount_unmount_flags_get_type G_GNUC_CONST 814g_app_info_create_flags_get_type G_GNUC_CONST 815g_data_stream_byte_order_get_type G_GNUC_CONST 816g_data_stream_newline_type_get_type G_GNUC_CONST 817g_file_attribute_info_flags_get_type G_GNUC_CONST 818g_file_attribute_status_get_type G_GNUC_CONST 819g_file_attribute_type_get_type G_GNUC_CONST 820g_file_copy_flags_get_type G_GNUC_CONST 821g_file_create_flags_get_type G_GNUC_CONST 822g_file_monitor_event_get_type G_GNUC_CONST 823g_file_monitor_flags_get_type G_GNUC_CONST 824g_file_query_info_flags_get_type G_GNUC_CONST 825g_file_type_get_type G_GNUC_CONST 826g_filesystem_preview_type_get_type G_GNUC_CONST 827g_io_error_enum_get_type G_GNUC_CONST 828g_mount_mount_flags_get_type G_GNUC_CONST 829g_mount_operation_result_get_type G_GNUC_CONST 830g_output_stream_splice_flags_get_type G_GNUC_CONST 831g_ask_password_flags_get_type G_GNUC_CONST 832g_password_save_get_type G_GNUC_CONST 833g_emblem_origin_get_type G_GNUC_CONST 834#endif 835#endif 836 837 838#if IN_HEADER(__G_EMBLEMED_ICON_H__) 839#if IN_FILE(__G_EMBLEMED_ICON_C__) 840g_emblemed_icon_get_type G_GNUC_CONST 841g_emblemed_icon_new 842g_emblemed_icon_get_icon 843g_emblemed_icon_get_emblems 844g_emblemed_icon_add_emblem 845#endif 846#endif 847 848#if IN_HEADER(__G_EMBLEM_H__) 849#if IN_FILE(__G_EMBLEM_C__) 850g_emblem_get_type G_GNUC_CONST 851g_emblem_new 852g_emblem_new_with_origin 853g_emblem_get_icon 854g_emblem_get_origin 855#endif 856#endif 857 858