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