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
39 g_app_info_get_commandline
42 g_app_info_supports_uris
43 g_app_info_supports_files
44 g_app_info_launch_uris
45 g_app_info_should_show
46 g_app_info_set_as_default_for_type
47 g_app_info_set_as_default_for_extension
48 g_app_info_add_supports_type
49 g_app_info_can_remove_supports_type
50 g_app_info_remove_supports_type
51 g_app_info_launch_default_for_uri
54 g_app_launch_context_new
55 g_app_launch_context_get_display
56 g_app_launch_context_get_startup_notify_id
57 g_app_launch_context_launch_failed
60 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
61 g_app_info_create_from_commandline
63 g_app_info_get_all_for_type
64 g_app_info_get_default_for_type
65 g_app_info_get_default_for_uri_scheme
66 g_app_info_reset_type_associations
71 #if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
72 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
74 g_desktop_app_info_new_from_filename
75 g_desktop_app_info_new_from_keyfile
76 g_desktop_app_info_new
77 g_desktop_app_info_get_type G_GNUC_CONST
78 g_desktop_app_info_get_is_hidden
79 g_desktop_app_info_set_desktop_env
80 g_desktop_app_info_lookup_get_type G_GNUC_CONST
81 g_desktop_app_info_lookup_get_default_for_uri_scheme
87 #if IN_HEADER(__G_ASYNC_RESULT_H__)
88 #if IN_FILE(__G_ASYNC_RESULT_C__)
89 g_async_result_get_type G_GNUC_CONST
90 g_async_result_get_user_data
91 g_async_result_get_source_object
95 #if IN_HEADER(__G_BUFFERED_INPUT_STREAM_H__)
96 #if IN_FILE(__G_BUFFERED_INPUT_STREAM_C__)
97 g_buffered_input_stream_get_type G_GNUC_CONST
98 g_buffered_input_stream_new
99 g_buffered_input_stream_new_sized
100 g_buffered_input_stream_get_buffer_size
101 g_buffered_input_stream_set_buffer_size
102 g_buffered_input_stream_get_available
103 g_buffered_input_stream_peek
104 g_buffered_input_stream_peek_buffer
105 g_buffered_input_stream_fill
106 g_buffered_input_stream_fill_async
107 g_buffered_input_stream_fill_finish
108 g_buffered_input_stream_read_byte
112 #if IN_HEADER(__G_BUFFERED_OUTPUT_STREAM_H__)
113 #if IN_FILE(__G_BUFFERED_OUTPUT_STREAM_C__)
114 g_buffered_output_stream_get_type G_GNUC_CONST;
115 g_buffered_output_stream_new
116 g_buffered_output_stream_new_sized
117 g_buffered_output_stream_get_buffer_size
118 g_buffered_output_stream_set_buffer_size
119 g_buffered_output_stream_get_auto_grow
120 g_buffered_output_stream_set_auto_grow
124 #if IN_HEADER(__G_CANCELLABLE_H__)
125 #if IN_FILE(__G_CANCELLABLE_C__)
126 g_cancellable_get_type G_GNUC_CONST
128 g_cancellable_is_cancelled
129 g_cancellable_set_error_if_cancelled
131 g_cancellable_make_pollfd
132 g_cancellable_get_current
133 g_cancellable_push_current
134 g_cancellable_pop_current
137 g_cancellable_connect
138 g_cancellable_disconnect
142 #if IN_HEADER(__G_CONTENT_TYPE_H__)
143 #if IN_FILE(__G_CONTENT_TYPE_C__)
144 g_content_type_equals
146 g_content_type_is_unknown
147 g_content_type_get_description
148 g_content_type_get_mime_type
149 g_content_type_get_icon
150 g_content_type_can_be_executable
151 g_content_type_from_mime_type
153 g_content_type_guess_for_tree
154 g_content_types_get_registered
158 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
159 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
160 g_data_input_stream_get_type G_GNUC_CONST
161 g_data_input_stream_new
162 g_data_input_stream_set_byte_order
163 g_data_input_stream_get_byte_order
164 g_data_input_stream_set_newline_type
165 g_data_input_stream_get_newline_type
166 g_data_input_stream_read_byte
167 g_data_input_stream_read_int16
168 g_data_input_stream_read_uint16
169 g_data_input_stream_read_int32
170 g_data_input_stream_read_uint32
171 g_data_input_stream_read_int64
172 g_data_input_stream_read_uint64
173 g_data_input_stream_read_line
174 g_data_input_stream_read_line_async
175 g_data_input_stream_read_line_finish
176 g_data_input_stream_read_until
177 g_data_input_stream_read_until_async
178 g_data_input_stream_read_until_finish
182 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
183 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
184 g_data_output_stream_get_type G_GNUC_CONST
185 g_data_output_stream_new
186 g_data_output_stream_set_byte_order
187 g_data_output_stream_get_byte_order
188 g_data_output_stream_put_byte
189 g_data_output_stream_put_int16
190 g_data_output_stream_put_uint16
191 g_data_output_stream_put_int32
192 g_data_output_stream_put_uint32
193 g_data_output_stream_put_int64
194 g_data_output_stream_put_uint64
195 g_data_output_stream_put_string
199 #if IN_HEADER(__G_DRIVE_H__)
200 #if IN_FILE(__G_DRIVE_C__)
201 g_drive_get_type G_GNUC_CONST
206 g_drive_is_media_removable
208 g_drive_is_media_check_automatic
209 g_drive_can_poll_for_media
213 g_drive_poll_for_media
214 g_drive_poll_for_media_finish
215 g_drive_get_identifier
216 g_drive_enumerate_identifiers
220 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
221 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
222 g_file_attribute_info_list_new
223 g_file_attribute_info_list_ref
224 g_file_attribute_info_list_unref
225 g_file_attribute_info_list_dup
226 g_file_attribute_info_list_get_type G_GNUC_CONST
227 g_file_attribute_info_list_lookup
228 g_file_attribute_info_list_add
232 #if IN_HEADER(__G_FILE_H__)
233 #if IN_FILE(__G_FILE_C__)
234 g_file_get_type G_GNUC_CONST
237 g_file_new_for_commandline_arg
245 g_file_get_parse_name
248 g_file_get_child_for_display_name
250 g_file_get_relative_path
251 g_file_resolve_relative_path
253 g_file_has_uri_scheme
254 g_file_get_uri_scheme
261 g_file_append_to_async
262 g_file_append_to_finish
266 g_file_replace_finish
269 g_file_query_info_async
270 g_file_query_info_finish
271 g_file_query_file_type
272 g_file_query_filesystem_info
273 g_file_query_filesystem_info_async
274 g_file_query_filesystem_info_finish
275 g_file_find_enclosing_mount
276 g_file_find_enclosing_mount_async
277 g_file_find_enclosing_mount_finish
278 g_file_enumerate_children
279 g_file_enumerate_children_async
280 g_file_enumerate_children_finish
281 g_file_set_display_name
282 g_file_set_display_name_async
283 g_file_set_display_name_finish
290 g_file_make_directory
291 g_file_make_directory_with_parents
292 g_file_make_symbolic_link
293 g_file_query_settable_attributes
294 g_file_query_writable_namespaces
296 g_file_set_attributes_from_info
297 g_file_set_attributes_async
298 g_file_set_attributes_finish
299 g_file_set_attribute_string
300 g_file_set_attribute_byte_string
301 g_file_set_attribute_uint32
302 g_file_set_attribute_int32
303 g_file_set_attribute_uint64
304 g_file_set_attribute_int64
305 g_file_mount_enclosing_volume
306 g_file_mount_enclosing_volume_finish
307 g_file_mount_mountable
308 g_file_mount_mountable_finish
309 g_file_unmount_mountable
310 g_file_unmount_mountable_finish
311 g_file_eject_mountable
312 g_file_eject_mountable_finish
313 g_file_copy_attributes
314 g_file_monitor_directory
317 g_file_query_default_handler
319 g_file_load_contents_async
320 g_file_load_contents_finish
321 g_file_load_partial_contents_async
322 g_file_load_partial_contents_finish
323 g_file_replace_contents
324 g_file_replace_contents_async
325 g_file_replace_contents_finish
326 g_file_create_readwrite
327 g_file_create_readwrite_async
328 g_file_create_readwrite_finish
329 g_file_open_readwrite
330 g_file_open_readwrite_async
331 g_file_open_readwrite_finish
332 g_file_replace_readwrite
333 g_file_replace_readwrite_async
334 g_file_replace_readwrite_finish
338 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
339 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
340 g_file_enumerator_get_type G_GNUC_CONST
341 g_file_enumerator_next_file
342 g_file_enumerator_close
343 g_file_enumerator_next_files_async
344 g_file_enumerator_next_files_finish
345 g_file_enumerator_close_async
346 g_file_enumerator_close_finish
347 g_file_enumerator_is_closed
348 g_file_enumerator_has_pending
349 g_file_enumerator_set_pending
350 g_file_enumerator_get_container
354 #if IN_HEADER(__G_FILE_ICON_H__)
355 #if IN_FILE(__G_FILE_ICON_C__)
356 g_file_icon_get_type G_GNUC_CONST
362 #if IN_HEADER(__G_FILE_INFO_H__)
363 #if IN_FILE(__G_FILE_INFO_C__)
364 g_file_info_get_type G_GNUC_CONST
367 g_file_info_copy_into
368 g_file_info_has_attribute
369 g_file_info_list_attributes
370 g_file_info_get_attribute_type
371 g_file_info_remove_attribute
372 g_file_info_get_attribute_status
373 g_file_info_get_attribute_data
374 g_file_info_get_attribute_as_string
375 g_file_info_get_attribute_string
376 g_file_info_get_attribute_byte_string
377 g_file_info_get_attribute_boolean
378 g_file_info_get_attribute_uint32
379 g_file_info_get_attribute_int32
380 g_file_info_get_attribute_uint64
381 g_file_info_get_attribute_int64
382 g_file_info_get_attribute_object
383 g_file_info_set_attribute
384 g_file_info_set_attribute_string
385 g_file_info_set_attribute_byte_string
386 g_file_info_set_attribute_boolean
387 g_file_info_set_attribute_uint32
388 g_file_info_set_attribute_int32
389 g_file_info_set_attribute_uint64
390 g_file_info_set_attribute_int64
391 g_file_info_set_attribute_object
392 g_file_info_clear_status
393 g_file_info_get_file_type
394 g_file_info_get_is_hidden
395 g_file_info_get_is_backup
396 g_file_info_get_is_symlink
398 g_file_info_get_display_name
399 g_file_info_get_edit_name
401 g_file_info_get_content_type
403 g_file_info_get_modification_time
404 g_file_info_get_symlink_target
406 g_file_info_get_sort_order
407 g_file_info_set_attribute_mask
408 g_file_info_unset_attribute_mask
409 g_file_info_set_file_type
410 g_file_info_set_is_hidden
411 g_file_info_set_is_symlink
413 g_file_info_set_display_name
414 g_file_info_set_edit_name
416 g_file_info_set_content_type
418 g_file_info_set_modification_time
419 g_file_info_set_symlink_target
420 g_file_info_set_sort_order
421 g_file_attribute_matcher_new
422 g_file_attribute_matcher_ref
423 g_file_attribute_matcher_unref
424 g_file_attribute_matcher_matches
425 g_file_attribute_matcher_matches_only
426 g_file_attribute_matcher_enumerate_namespace
427 g_file_attribute_matcher_enumerate_next
431 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
432 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
433 g_file_input_stream_get_type G_GNUC_CONST
434 g_file_input_stream_query_info
435 g_file_input_stream_query_info_async
436 g_file_input_stream_query_info_finish
440 #if IN_HEADER(__G_FILE_MONITOR_H__)
441 #if IN_FILE(__G_FILE_MONITOR_C__)
442 g_file_monitor_get_type G_GNUC_CONST
443 g_file_monitor_cancel
444 g_file_monitor_is_cancelled
445 g_file_monitor_set_rate_limit
446 g_file_monitor_emit_event
450 #if IN_HEADER(__G_FILENAME_COMPLETER_H__)
451 #if IN_FILE(__G_FILENAME_COMPLETER_C__)
452 g_filename_completer_get_type G_GNUC_CONST
453 g_filename_completer_new
454 g_filename_completer_get_completion_suffix
455 g_filename_completer_get_completions
456 g_filename_completer_set_dirs_only
460 #if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__)
461 #if IN_FILE(__G_FILE_OUTPUT_STREAM_C__)
462 g_file_output_stream_get_type G_GNUC_CONST
463 g_file_output_stream_query_info
464 g_file_output_stream_query_info_async
465 g_file_output_stream_query_info_finish
466 g_file_output_stream_get_etag
470 #if IN_HEADER(__G_FILE_IO_STREAM_H__)
471 #if IN_FILE(__G_FILE_IO_STREAM_C__)
472 g_file_io_stream_get_type G_GNUC_CONST
473 g_file_io_stream_query_info
474 g_file_io_stream_query_info_async
475 g_file_io_stream_query_info_finish
476 g_file_io_stream_get_etag
480 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
481 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
482 g_filter_input_stream_get_type G_GNUC_CONST
483 g_filter_input_stream_get_base_stream
484 g_filter_input_stream_get_close_base_stream
485 g_filter_input_stream_set_close_base_stream
489 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
490 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
491 g_filter_output_stream_get_type G_GNUC_CONST
492 g_filter_output_stream_get_base_stream
493 g_filter_output_stream_get_close_base_stream
494 g_filter_output_stream_set_close_base_stream
498 #if IN_HEADER(__G_ICON_H__)
499 #if IN_FILE(__G_ICON_C__)
500 g_icon_get_type G_GNUC_CONST
504 g_icon_new_for_string
508 #if IN_HEADER(__G_INPUT_STREAM_H__)
509 #if IN_FILE(__G_INPUT_STREAM_C__)
510 g_input_stream_get_type G_GNUC_CONST
512 g_input_stream_read_all
515 g_input_stream_read_async
516 g_input_stream_read_finish
517 g_input_stream_skip_async
518 g_input_stream_skip_finish
519 g_input_stream_close_async
520 g_input_stream_close_finish
521 g_input_stream_is_closed
522 g_input_stream_has_pending
523 g_input_stream_set_pending
524 g_input_stream_clear_pending
528 #if IN_HEADER(__G_IO_STREAM_H__)
529 #if IN_FILE(__G_IO_STREAM_C__)
530 g_io_stream_get_type G_GNUC_CONST
531 g_io_stream_get_input_stream
532 g_io_stream_get_output_stream
534 g_io_stream_close_async
535 g_io_stream_close_finish
536 g_io_stream_is_closed
537 g_io_stream_has_pending
538 g_io_stream_set_pending
539 g_io_stream_clear_pending
543 #if IN_HEADER(__G_IO_ERROR_H__)
544 #if IN_FILE(__G_IO_ERROR_C__)
546 g_io_error_from_errno
550 #if IN_HEADER(__G_IO_MODULE_H__)
551 #if IN_FILE(__G_IO_MODULE_C__)
552 g_io_module_get_type G_GNUC_CONST
554 g_io_modules_load_all_in_directory
555 g_io_extension_point_register
556 g_io_extension_point_lookup
557 g_io_extension_point_set_required_type
558 g_io_extension_point_get_required_type
559 g_io_extension_point_get_extensions
560 g_io_extension_point_get_extension_by_name
561 g_io_extension_point_implement
562 g_io_extension_get_type
563 g_io_extension_get_name
564 g_io_extension_get_priority
565 g_io_extension_ref_class
569 #if IN_HEADER(__G_IO_SCHEDULER_H__)
570 #if IN_FILE(__G_IO_SCHEDULER_C__)
571 g_io_scheduler_push_job
572 g_io_scheduler_cancel_all_jobs
573 g_io_scheduler_job_send_to_mainloop
574 g_io_scheduler_job_send_to_mainloop_async
578 #if IN_HEADER(__G_LOADABLE_ICON_H__)
579 #if IN_FILE(__G_LOADABLE_ICON_C__)
580 g_loadable_icon_get_type G_GNUC_CONST
582 g_loadable_icon_load_async
583 g_loadable_icon_load_finish
587 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
588 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
589 g_memory_input_stream_get_type G_GNUC_CONST
590 g_memory_input_stream_new
591 g_memory_input_stream_new_from_data
592 g_memory_input_stream_add_data
596 #if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__)
597 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
598 g_memory_output_stream_get_type G_GNUC_CONST
599 g_memory_output_stream_new
600 g_memory_output_stream_get_data
601 g_memory_output_stream_get_data_size
602 g_memory_output_stream_get_size
606 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
607 #if IN_FILE(__G_MOUNT_OPERATION_C__)
608 g_mount_operation_get_type G_GNUC_CONST
609 g_mount_operation_new
610 g_mount_operation_get_username
611 g_mount_operation_set_username
612 g_mount_operation_get_password
613 g_mount_operation_set_password
614 g_mount_operation_get_anonymous
615 g_mount_operation_set_anonymous
616 g_mount_operation_get_domain
617 g_mount_operation_set_domain
618 g_mount_operation_get_password_save
619 g_mount_operation_set_password_save
620 g_mount_operation_get_choice
621 g_mount_operation_set_choice
622 g_mount_operation_reply
626 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
627 #if IN_FILE(__G_OUTPUT_STREAM_C__)
628 g_output_stream_get_type G_GNUC_CONST
629 g_output_stream_write
630 g_output_stream_write_all
631 g_output_stream_splice
632 g_output_stream_flush
633 g_output_stream_close
634 g_output_stream_write_async
635 g_output_stream_write_finish
636 g_output_stream_splice_async
637 g_output_stream_splice_finish
638 g_output_stream_flush_async
639 g_output_stream_flush_finish
640 g_output_stream_close_async
641 g_output_stream_close_finish
642 g_output_stream_is_closed
643 g_output_stream_has_pending
644 g_output_stream_set_pending
645 g_output_stream_clear_pending
649 #if IN_HEADER(__G_SEEKABLE_H__)
650 #if IN_FILE(__G_SEEKABLE_C__)
651 g_seekable_get_type G_GNUC_CONST
655 g_seekable_can_truncate
660 #if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__)
661 #if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__)
662 g_simple_async_result_get_type G_GNUC_CONST
663 g_simple_async_result_new
664 g_simple_async_result_new_error
665 g_simple_async_result_new_from_error
666 g_simple_async_result_set_op_res_gpointer
667 g_simple_async_result_get_op_res_gpointer
668 g_simple_async_result_set_op_res_gssize
669 g_simple_async_result_get_op_res_gssize
670 g_simple_async_result_set_op_res_gboolean
671 g_simple_async_result_get_op_res_gboolean
672 g_simple_async_result_get_source_tag
673 g_simple_async_result_set_handle_cancellation
674 g_simple_async_result_complete
675 g_simple_async_result_complete_in_idle
676 g_simple_async_result_run_in_thread
677 g_simple_async_result_set_from_error
678 g_simple_async_result_propagate_error
679 g_simple_async_result_set_error
680 g_simple_async_result_set_error_va
681 g_simple_async_result_is_valid
682 g_simple_async_report_error_in_idle
683 g_simple_async_report_gerror_in_idle
687 #if IN_HEADER(__G_THEMED_ICON_H__)
688 #if IN_FILE(__G_THEMED_ICON_C__)
689 g_themed_icon_get_type G_GNUC_CONST
691 g_themed_icon_new_with_default_fallbacks
692 g_themed_icon_new_from_names
693 g_themed_icon_get_names
694 g_themed_icon_prepend_name
695 g_themed_icon_append_name
699 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
700 #if IN_FILE(__G_UNIX_MOUNTS_C__)
703 g_unix_mount_point_free
705 g_unix_mount_get_mount_path
706 g_unix_mount_get_device_path
707 g_unix_mount_get_fs_type
708 g_unix_mount_is_readonly
709 g_unix_mount_is_system_internal
710 g_unix_mount_guess_can_eject
711 g_unix_mount_guess_should_display
712 g_unix_mount_guess_name
713 g_unix_mount_guess_icon
714 g_unix_mount_point_compare
715 g_unix_mount_point_get_mount_path
716 g_unix_mount_point_get_device_path
717 g_unix_mount_point_get_fs_type
718 g_unix_mount_point_is_readonly
719 g_unix_mount_point_is_user_mountable
720 g_unix_mount_point_is_loopback
721 g_unix_mount_point_guess_can_eject
722 g_unix_mount_point_guess_name
723 g_unix_mount_point_guess_icon
724 g_unix_mount_points_get
727 g_unix_mounts_changed_since
728 g_unix_mount_points_changed_since
729 g_unix_mount_monitor_get_type G_GNUC_CONST
730 g_unix_mount_monitor_new
731 g_unix_mount_monitor_set_rate_limit
732 g_unix_is_mount_path_system_internal
733 #endif /* G_OS_UNIX */
737 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
738 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
740 g_unix_input_stream_get_type G_GNUC_CONST
741 g_unix_input_stream_new
742 g_unix_input_stream_set_close_fd
743 g_unix_input_stream_get_close_fd
744 g_unix_input_stream_get_fd
745 #endif /* G_OS_UNIX */
749 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
750 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
752 g_unix_output_stream_get_type G_GNUC_CONST
753 g_unix_output_stream_new
754 g_unix_output_stream_set_close_fd
755 g_unix_output_stream_get_close_fd
756 g_unix_output_stream_get_fd
757 #endif /* G_OS_UNIX */
761 #if IN_HEADER(__G_MOUNT_H__)
762 #if IN_FILE(__G_MOUNT_C__)
763 g_mount_get_type G_GNUC_CONST
773 g_mount_unmount_finish
777 g_mount_remount_finish
778 g_mount_guess_content_type
779 g_mount_guess_content_type_finish
780 g_mount_guess_content_type_sync
787 #if IN_HEADER(__G_VOLUME_H__)
788 #if IN_FILE(__G_VOLUME_C__)
789 g_volume_get_type G_GNUC_CONST
795 g_volume_should_automount
799 g_volume_mount_finish
801 g_volume_eject_finish
802 g_volume_get_identifier
803 g_volume_enumerate_identifiers
804 g_volume_get_activation_root
808 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
809 #if IN_FILE(__G_VOLUME_MONITOR_C__)
810 g_volume_monitor_get_type G_GNUC_CONST
811 g_volume_monitor_get_connected_drives
812 g_volume_monitor_get_volume_for_uuid
813 g_volume_monitor_get_volumes
814 g_volume_monitor_get_mounts
815 g_volume_monitor_get_mount_for_uuid
817 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
819 #ifndef G_DISABLE_DEPRECATED
820 g_volume_monitor_adopt_orphan_mount
825 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
826 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
827 g_native_volume_monitor_get_type G_GNUC_CONST
831 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
832 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
834 g_local_file_monitor_get_type G_GNUC_CONST
839 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
840 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
842 g_local_directory_monitor_get_type G_GNUC_CONST
847 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
848 #if IN_FILE(__GIO_ENUM_TYPES_C__)
849 g_mount_unmount_flags_get_type G_GNUC_CONST
850 g_app_info_create_flags_get_type G_GNUC_CONST
851 g_data_stream_byte_order_get_type G_GNUC_CONST
852 g_data_stream_newline_type_get_type G_GNUC_CONST
853 g_file_attribute_info_flags_get_type G_GNUC_CONST
854 g_file_attribute_status_get_type G_GNUC_CONST
855 g_file_attribute_type_get_type G_GNUC_CONST
856 g_file_copy_flags_get_type G_GNUC_CONST
857 g_file_create_flags_get_type G_GNUC_CONST
858 g_file_monitor_event_get_type G_GNUC_CONST
859 g_file_monitor_flags_get_type G_GNUC_CONST
860 g_file_query_info_flags_get_type G_GNUC_CONST
861 g_file_type_get_type G_GNUC_CONST
862 g_filesystem_preview_type_get_type G_GNUC_CONST
863 g_io_error_enum_get_type G_GNUC_CONST
864 g_mount_mount_flags_get_type G_GNUC_CONST
865 g_mount_operation_result_get_type G_GNUC_CONST
866 g_output_stream_splice_flags_get_type G_GNUC_CONST
867 g_ask_password_flags_get_type G_GNUC_CONST
868 g_password_save_get_type G_GNUC_CONST
869 g_emblem_origin_get_type G_GNUC_CONST
870 g_socket_family_get_type G_GNUC_CONST
871 g_socket_type_get_type G_GNUC_CONST
872 g_socket_msg_flags_get_type G_GNUC_CONST
873 g_resolver_error_get_type G_GNUC_CONST
878 #if IN_HEADER(__G_EMBLEMED_ICON_H__)
879 #if IN_FILE(__G_EMBLEMED_ICON_C__)
880 g_emblemed_icon_get_type G_GNUC_CONST
882 g_emblemed_icon_get_icon
883 g_emblemed_icon_get_emblems
884 g_emblemed_icon_add_emblem
888 #if IN_HEADER(__G_EMBLEM_H__)
889 #if IN_FILE(__G_EMBLEM_C__)
890 g_emblem_get_type G_GNUC_CONST
892 g_emblem_new_with_origin
898 #if IN_HEADER(__G_INET_ADDRESS_H__)
899 #if IN_FILE(__G_INET_ADDRESS_C__)
900 g_inet_address_new_from_string
901 g_inet_address_new_from_bytes
902 g_inet_address_new_any
903 g_inet_address_new_loopback
904 g_inet_address_get_family
905 g_inet_address_get_type G_GNUC_CONST
906 g_inet_address_get_is_any
907 g_inet_address_get_is_link_local
908 g_inet_address_get_is_loopback
909 g_inet_address_get_is_mc_global
910 g_inet_address_get_is_mc_link_local
911 g_inet_address_get_is_mc_node_local
912 g_inet_address_get_is_mc_org_local
913 g_inet_address_get_is_mc_site_local
914 g_inet_address_get_is_multicast
915 g_inet_address_get_is_site_local
916 g_inet_address_to_bytes
917 g_inet_address_to_string
921 #if IN_HEADER(__G_INET_SOCKET_ADDRESS_H__)
922 #if IN_FILE(__G_INET_SOCKET_ADDRESS_C__)
923 g_inet_socket_address_get_address
924 g_inet_socket_address_get_port
925 g_inet_socket_address_get_type G_GNUC_CONST
926 g_inet_socket_address_new
930 #if IN_HEADER(__G_UNIX_SOCKET_ADDRESS_H__)
931 #if IN_FILE(__G_UNIX_SOCKET_ADDRESS_C__)
933 g_unix_socket_address_get_type G_GNUC_CONST
934 g_unix_socket_address_new
939 #if IN_HEADER(__G_SOCKET_ADDRESS_H__)
940 #if IN_FILE(__G_SOCKET_ADDRESS_C__)
941 g_socket_address_new_from_native
942 g_socket_address_get_type G_GNUC_CONST
943 g_socket_address_get_family
944 g_socket_address_get_native_size
945 g_socket_address_to_native
949 #if IN_HEADER(__G_RESOLVER_H__)
950 #if IN_FILE(__G_RESOLVER_C__)
951 g_resolver_error_quark
952 g_resolver_free_addresses
953 g_resolver_free_targets
954 g_resolver_get_type G_GNUC_CONST
955 g_resolver_get_default
956 g_resolver_set_default
957 g_resolver_lookup_by_name
958 g_resolver_lookup_by_name_async
959 g_resolver_lookup_by_name_finish
960 g_resolver_lookup_by_address
961 g_resolver_lookup_by_address_async
962 g_resolver_lookup_by_address_finish
963 g_resolver_lookup_service
964 g_resolver_lookup_service_async
965 g_resolver_lookup_service_finish
969 #if IN_HEADER(__G_THREADED_RESOLVER_H__)
970 #if IN_FILE(__G_THREADED_RESOLVER_C__)
971 g_threaded_resolver_get_type G_GNUC_CONST
975 #if IN_HEADER(__G_UNIX_RESOLVER_H__)
976 #if IN_FILE(__G_UNIX_RESOLVER_C__)
978 g_unix_resolver_get_type G_GNUC_CONST
983 #if IN_HEADER(__G_WIN32_RESOLVER_H__)
984 #if IN_FILE(__G_WIN32_RESOLVER_C__)
986 g_win32_resolver_get_type G_GNUC_CONST
991 #if IN_HEADER(__G_SRV_TARGET_H__)
992 #if IN_FILE(__G_SRV_TARGET_C__)
993 g_srv_target_get_type G_GNUC_CONST
997 g_srv_target_get_hostname
998 g_srv_target_get_port
999 g_srv_target_get_priority
1000 g_srv_target_get_weight
1001 g_srv_target_list_sort
1005 #if IN_HEADER(__G_NETWORK_ADDRESS_H__)
1006 #if IN_FILE(__G_NETWORK_ADDRESS_C__)
1007 g_network_address_get_type G_GNUC_CONST
1008 g_network_address_get_hostname
1009 g_network_address_get_port
1010 g_network_address_new
1011 g_network_address_parse
1015 #if IN_HEADER(__G_NETWORK_SERVICE_H__)
1016 #if IN_FILE(__G_NETWORK_SERVICE_C__)
1017 g_network_service_get_type G_GNUC_CONST
1018 g_network_service_get_service
1019 g_network_service_get_protocol
1020 g_network_service_get_domain
1021 g_network_service_new
1025 #if IN_HEADER(__G_SOCKET_CONNECTABLE_H__)
1026 #if IN_FILE(__G_SOCKET_CONNECTABLE_C__)
1027 g_socket_connectable_enumerate
1028 g_socket_connectable_get_type G_GNUC_CONST
1032 #if IN_HEADER(__G_SOCKET_ADDRESS_ENUMERATOR_H__)
1033 #if IN_FILE(__G_SOCKET_ADDRESS_ENUMERATOR_C__)
1034 g_socket_address_enumerator_get_type G_GNUC_CONST
1035 g_socket_address_enumerator_next
1036 g_socket_address_enumerator_next_async
1037 g_socket_address_enumerator_next_finish
1041 #if IN_HEADER(__G_ASYNC_INITABLE_H__)
1042 #if IN_FILE(__G_ASYNC_INITABLE_C__)
1043 g_async_initable_get_type G_GNUC_CONST
1044 g_async_initable_init_async
1045 g_async_initable_init_finish
1046 g_async_initable_new_async
1047 g_async_initable_new_finish
1048 g_async_initable_new_valist_async
1049 g_async_initable_newv_async
1053 #if IN_HEADER(__G_INITABLE_H__)
1054 #if IN_FILE(__G_INITABLE_C__)
1055 g_initable_get_type G_GNUC_CONST
1059 g_initable_new_valist
1063 #if IN_HEADER(__G_SOCKET_H__)
1064 #if IN_FILE(__G_SOCKET_C__)
1065 g_socket_get_type G_GNUC_CONST
1068 g_socket_check_connect_result
1071 g_socket_condition_check
1072 g_socket_condition_wait
1074 g_socket_create_source
1075 g_socket_get_blocking
1078 g_socket_get_keepalive
1079 g_socket_get_listen_backlog
1080 g_socket_get_local_address
1081 g_socket_get_protocol_id
1082 g_socket_get_protocol_name
1083 g_socket_protocol_id_lookup_by_name
1084 g_socket_get_remote_address
1085 g_socket_get_socket_type
1087 g_socket_is_connected
1090 g_socket_new_from_fd
1092 g_socket_receive_from
1093 g_socket_receive_message
1095 g_socket_send_message
1097 g_socket_set_blocking
1098 g_socket_set_keepalive
1099 g_socket_set_listen_backlog
1103 #if IN_HEADER(__G_SOCKET_CONTROL_MESSAGE_H__)
1104 #if IN_FILE(__G_SOCKET_CONTROL_MESSAGE_C__)
1105 g_socket_control_message_get_type G_GNUC_CONST
1106 g_socket_control_message_deserialize
1107 g_socket_control_message_get_level
1108 g_socket_control_message_get_msg_type
1109 g_socket_control_message_get_size
1110 g_socket_control_message_serialize
1114 #if IN_HEADER(__G_SOCKET_CLIENT_H__)
1115 #if IN_FILE(__G_SOCKET_CLIENT_C__)
1116 g_socket_client_get_type G_GNUC_CONST
1117 g_socket_client_connect
1118 g_socket_client_connect_async
1119 g_socket_client_connect_finish
1120 g_socket_client_connect_to_host
1121 g_socket_client_connect_to_host_async
1122 g_socket_client_connect_to_host_finish
1123 g_socket_client_get_family
1124 g_socket_client_get_local_address
1125 g_socket_client_get_protocol
1126 g_socket_client_get_socket_type
1128 g_socket_client_set_family
1129 g_socket_client_set_local_address
1130 g_socket_client_set_protocol
1131 g_socket_client_set_socket_type
1135 #if IN_HEADER(__G_SOCKET_CONNECTION_H__)
1136 #if IN_FILE(__G_SOCKET_CONNECTION_C__)
1137 g_socket_connection_get_type G_GNUC_CONST
1138 g_socket_connection_factory_create_connection
1139 g_socket_connection_factory_lookup_type
1140 g_socket_connection_factory_register_type
1141 g_socket_connection_get_local_address
1142 g_socket_connection_get_remote_address
1143 g_socket_connection_get_socket
1147 #if IN_HEADER(__G_SOCKET_LISTENER_H__)
1148 #if IN_FILE(__G_SOCKET_LISTENER_C__)
1149 g_socket_listener_get_type G_GNUC_CONST
1150 g_socket_listener_accept
1151 g_socket_listener_accept_async
1152 g_socket_listener_accept_finish
1153 g_socket_listener_accept_socket
1154 g_socket_listener_accept_socket_async
1155 g_socket_listener_accept_socket_finish
1156 g_socket_listener_add_address
1157 g_socket_listener_add_inet_port
1158 g_socket_listener_add_socket
1159 g_socket_listener_close
1160 g_socket_listener_new
1161 g_socket_listener_set_backlog
1165 #if IN_HEADER(__G_SOCKET_SERVICE_H__)
1166 #if IN_FILE(__G_SOCKET_SERVICE_C__)
1167 g_socket_service_get_type G_GNUC_CONST
1168 g_socket_service_is_active
1169 g_socket_service_new
1170 g_socket_service_start
1171 g_socket_service_stop
1175 #if IN_HEADER(__G_THREADED_SOCKET_SERVICE_H__)
1176 #if IN_FILE(__G_THREADED_SOCKET_SERVICE_C__)
1177 g_threaded_socket_service_get_type G_GNUC_CONST
1178 g_threaded_socket_service_new
1182 #if IN_HEADER(__G_TCP_CONNECTION_H__)
1183 #if IN_FILE(__G_TCP_CONNECTION_C__)
1184 g_tcp_connection_get_type G_GNUC_CONST
1188 #if IN_HEADER(__G_UNIX_CONNECTION_H__)
1189 #if IN_FILE(__G_UNIX_CONNECTION_C__)
1190 g_unix_connection_get_type G_GNUC_CONST
1191 g_unix_connection_receive_fd
1192 g_unix_connection_send_fd
1196 #if IN_HEADER(__G_UNIX_FD_MESSAGE_H__)
1197 #if IN_FILE(__G_UNIX_FD_MESSAGE_C__)
1198 g_unix_fd_message_get_type G_GNUC_CONST
1199 g_unix_fd_message_append_fd
1200 g_unix_fd_message_new
1201 g_unix_fd_message_steal_fds