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