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