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