Install gdesktopappinfo as unix-specific api
[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_is_hidden
69 #endif
70 #endif
71
72
73 #if IN_HEADER(__G_ASYNC_RESULT_H__)
74 #if IN_FILE(__G_ASYNC_RESULT_C__)
75 g_async_result_get_type G_GNUC_CONST
76 g_async_result_get_user_data
77 g_async_result_get_source_object
78 #endif
79 #endif
80
81 #if IN_HEADER(__G_BUFFERED_INPUT_STREAM_H__)
82 #if IN_FILE(__G_BUFFERED_INPUT_STREAM_C__)
83 g_buffered_input_stream_get_type G_GNUC_CONST
84 g_buffered_input_stream_new
85 g_buffered_input_stream_new_sized
86 g_buffered_input_stream_get_buffer_size
87 g_buffered_input_stream_set_buffer_size
88 g_buffered_input_stream_get_available
89 g_buffered_input_stream_peek
90 g_buffered_input_stream_peek_buffer
91 g_buffered_input_stream_fill
92 g_buffered_input_stream_fill_async
93 g_buffered_input_stream_fill_finish
94 g_buffered_input_stream_read_byte
95 #endif
96 #endif
97
98 #if IN_HEADER(__G_BUFFERED_OUTPUT_STREAM_H__)
99 #if IN_FILE(__G_BUFFERED_OUTPUT_STREAM_C__)
100 g_buffered_output_stream_get_type G_GNUC_CONST;
101 g_buffered_output_stream_new
102 g_buffered_output_stream_new_sized
103 g_buffered_output_stream_get_buffer_size
104 g_buffered_output_stream_set_buffer_size
105 g_buffered_output_stream_get_auto_grow
106 g_buffered_output_stream_set_auto_grow
107 #endif
108 #endif
109
110 #if IN_HEADER(__G_CANCELLABLE_H__)
111 #if IN_FILE(__G_CANCELLABLE_C__)
112 g_cancellable_get_type G_GNUC_CONST
113 g_cancellable_new
114 g_cancellable_is_cancelled
115 g_cancellable_set_error_if_cancelled
116 g_cancellable_get_fd
117 g_cancellable_get_current
118 g_push_current_cancellable
119 g_pop_current_cancellable
120 g_cancellable_reset
121 g_cancellable_cancel
122 #endif
123 #endif
124
125 #if IN_HEADER(__G_CONTENT_TYPE_H__)
126 #if IN_FILE(__G_CONTENT_TYPE_C__)
127 g_content_type_equals
128 g_content_type_is_a
129 g_content_type_is_unknown
130 g_content_type_get_description
131 g_content_type_get_mime_type
132 g_content_type_get_icon
133 g_content_type_can_be_executable
134 g_content_type_guess
135 g_content_types_get_registered
136 #endif
137 #endif
138
139 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
140 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
141 g_data_input_stream_get_type G_GNUC_CONST
142 g_data_input_stream_new
143 g_data_input_stream_set_byte_order
144 g_data_input_stream_get_byte_order
145 g_data_input_stream_set_newline_type
146 g_data_input_stream_get_newline_type
147 g_data_input_stream_read_byte
148 g_data_input_stream_read_int16
149 g_data_input_stream_read_uint16
150 g_data_input_stream_read_int32
151 g_data_input_stream_read_uint32
152 g_data_input_stream_read_int64
153 g_data_input_stream_read_uint64
154 g_data_input_stream_read_line
155 g_data_input_stream_read_until
156 #endif
157 #endif
158
159 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
160 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
161 g_data_output_stream_get_type G_GNUC_CONST
162 g_data_output_stream_new
163 g_data_output_stream_set_byte_order
164 g_data_output_stream_get_byte_order
165 g_data_output_stream_put_byte
166 g_data_output_stream_put_int16
167 g_data_output_stream_put_uint16
168 g_data_output_stream_put_int32
169 g_data_output_stream_put_uint32
170 g_data_output_stream_put_int64
171 g_data_output_stream_put_uint64
172 g_data_output_stream_put_string
173 #endif
174 #endif
175
176 #if IN_HEADER(__G_DIRECTORY_MONITOR_H__)
177 #if IN_FILE(__G_DIRECTORY_MONITOR_C__)
178 g_directory_monitor_get_type G_GNUC_CONST
179 g_directory_monitor_cancel
180 g_directory_monitor_is_cancelled
181 g_directory_monitor_set_rate_limit
182 g_directory_monitor_emit_event
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_automounted
194 g_drive_can_mount
195 g_drive_can_eject
196 g_drive_mount
197 g_drive_mount_finish
198 g_drive_eject
199 g_drive_eject_finish
200 #endif
201 #endif
202
203 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
204 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
205 g_file_attribute_value_new
206 g_file_attribute_value_free
207 g_file_attribute_value_clear
208 g_file_attribute_value_set
209 g_file_attribute_value_dup
210 g_file_attribute_value_as_string
211 g_file_attribute_value_get_string
212 g_file_attribute_value_get_byte_string
213 g_file_attribute_value_get_boolean
214 g_file_attribute_value_get_uint32
215 g_file_attribute_value_get_int32
216 g_file_attribute_value_get_uint64
217 g_file_attribute_value_get_int64
218 g_file_attribute_value_get_object
219 g_file_attribute_value_set_string
220 g_file_attribute_value_set_byte_string
221 g_file_attribute_value_set_boolean
222 g_file_attribute_value_set_uint32
223 g_file_attribute_value_set_int32
224 g_file_attribute_value_set_uint64
225 g_file_attribute_value_set_int64
226 g_file_attribute_value_set_object
227 g_file_attribute_info_list_new
228 g_file_attribute_info_list_ref
229 g_file_attribute_info_list_unref
230 g_file_attribute_info_list_dup
231 g_file_attribute_info_list_lookup
232 g_file_attribute_info_list_add
233 #endif
234 #endif
235
236 #if IN_HEADER(__G_FILE_H__)
237 #if IN_FILE(__G_FILE_C__)
238 g_file_get_type G_GNUC_CONST
239 g_file_new_for_path
240 g_file_new_for_uri
241 g_file_new_for_commandline_arg
242 g_file_parse_name
243 g_file_dup
244 g_file_hash
245 g_file_equal
246 g_file_get_basename
247 g_file_get_path
248 g_file_get_uri
249 g_file_get_parse_name
250 g_file_get_parent
251 g_file_get_child
252 g_file_get_child_for_display_name
253 g_file_contains_file
254 g_file_get_relative_path
255 g_file_resolve_relative_path
256 g_file_is_native
257 g_file_has_uri_scheme
258 g_file_get_uri_scheme
259 g_file_read
260 g_file_read_async
261 g_file_read_finish
262 g_file_append_to
263 g_file_create
264 g_file_replace
265 g_file_append_to_async
266 g_file_append_to_finish
267 g_file_create_async
268 g_file_create_finish
269 g_file_replace_async
270 g_file_replace_finish
271 g_file_query_info
272 g_file_query_info_async
273 g_file_query_info_finish
274 g_file_query_filesystem_info
275 g_file_find_enclosing_volume
276 g_file_enumerate_children
277 g_file_enumerate_children_async
278 g_file_enumerate_children_finish
279 g_file_set_display_name
280 g_file_set_display_name_async
281 g_file_set_display_name_finish
282 g_file_delete
283 g_file_trash
284 g_file_copy
285 g_file_move
286 g_file_make_directory
287 g_file_make_symbolic_link
288 g_file_query_settable_attributes
289 g_file_query_writable_namespaces
290 g_file_set_attribute
291 g_file_set_attributes_from_info
292 g_file_set_attributes_async
293 g_file_set_attributes_finish
294 g_file_set_attribute_string
295 g_file_set_attribute_byte_string
296 g_file_set_attribute_uint32
297 g_file_set_attribute_int32
298 g_file_set_attribute_uint64
299 g_file_set_attribute_int64
300 g_mount_for_location
301 g_mount_for_location_finish
302 g_file_mount_mountable
303 g_file_mount_mountable_finish
304 g_file_unmount_mountable
305 g_file_unmount_mountable_finish
306 g_file_eject_mountable
307 g_file_eject_mountable_finish
308 g_file_copy_attributes
309 g_file_monitor_directory
310 g_file_monitor_file
311 g_file_load_contents
312 g_file_load_contents_async
313 g_file_load_contents_finish
314 g_file_load_partial_contents_async
315 g_file_load_partial_contents_finish
316 g_file_replace_contents
317 g_file_replace_contents_async
318 g_file_replace_contents_finish
319 #endif
320 #endif
321
322 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
323 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
324 g_file_enumerator_get_type G_GNUC_CONST
325 g_file_enumerator_next_file
326 g_file_enumerator_close
327 g_file_enumerator_next_files_async
328 g_file_enumerator_next_files_finish
329 g_file_enumerator_close_async
330 g_file_enumerator_close_finish
331 g_file_enumerator_is_closed
332 g_file_enumerator_has_pending
333 g_file_enumerator_set_pending
334 #endif
335 #endif
336
337 #if IN_HEADER(__G_FILE_ICON_H__)
338 #if IN_FILE(__G_FILE_ICON_C__)
339 g_file_icon_get_type G_GNUC_CONST
340 g_file_icon_new
341 g_file_icon_get_file
342 #endif
343 #endif
344
345 #if IN_HEADER(__G_FILE_INFO_H__)
346 #if IN_FILE(__G_FILE_INFO_C__)
347 g_file_info_get_type  G_GNUC_CONST
348 g_file_info_new 
349 g_file_info_dup 
350 g_file_info_copy_into 
351 g_file_info_has_attribute 
352 g_file_info_list_attributes 
353 g_file_info_get_attribute_type 
354 g_file_info_remove_attribute 
355 g_file_info_get_attribute 
356 g_file_info_get_attribute_string 
357 g_file_info_get_attribute_byte_string 
358 g_file_info_get_attribute_boolean 
359 g_file_info_get_attribute_uint32 
360 g_file_info_get_attribute_int32 
361 g_file_info_get_attribute_uint64 
362 g_file_info_get_attribute_int64 
363 g_file_info_get_attribute_object 
364 g_file_info_set_attribute 
365 g_file_info_set_attribute_string 
366 g_file_info_set_attribute_byte_string 
367 g_file_info_set_attribute_boolean 
368 g_file_info_set_attribute_uint32 
369 g_file_info_set_attribute_int32 
370 g_file_info_set_attribute_uint64 
371 g_file_info_set_attribute_int64 
372 g_file_info_set_attribute_object 
373 g_file_info_clear_status 
374 g_file_info_get_file_type 
375 g_file_info_get_is_hidden 
376 g_file_info_get_is_backup 
377 g_file_info_get_is_symlink 
378 g_file_info_get_name 
379 g_file_info_get_display_name 
380 g_file_info_get_edit_name 
381 g_file_info_get_icon 
382 g_file_info_get_content_type 
383 g_file_info_get_size 
384 g_file_info_get_modification_time 
385 g_file_info_get_symlink_target 
386 g_file_info_get_etag 
387 g_file_info_get_sort_order 
388 g_file_info_set_attribute_mask 
389 g_file_info_unset_attribute_mask 
390 g_file_info_set_file_type 
391 g_file_info_set_is_hidden 
392 g_file_info_set_is_symlink 
393 g_file_info_set_name 
394 g_file_info_set_display_name 
395 g_file_info_set_edit_name 
396 g_file_info_set_icon 
397 g_file_info_set_content_type 
398 g_file_info_set_size 
399 g_file_info_set_modification_time 
400 g_file_info_set_symlink_target 
401 g_file_info_set_sort_order 
402 g_file_attribute_matcher_new 
403 g_file_attribute_matcher_ref 
404 g_file_attribute_matcher_unref 
405 g_file_attribute_matcher_matches 
406 g_file_attribute_matcher_matches_only 
407 g_file_attribute_matcher_enumerate_namespace 
408 g_file_attribute_matcher_enumerate_next 
409 #endif
410 #endif
411
412 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
413 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
414 g_file_input_stream_get_type  G_GNUC_CONST
415 g_file_input_stream_query_info 
416 g_file_input_stream_query_info_async 
417 g_file_input_stream_query_info_finish 
418 g_file_input_stream_tell 
419 g_file_input_stream_can_seek 
420 g_file_input_stream_seek 
421 #endif
422 #endif
423
424 #if IN_HEADER(__G_FILE_MONITOR_H__)
425 #if IN_FILE(__G_FILE_MONITOR_C__)
426 g_file_monitor_get_type  G_GNUC_CONST
427 g_file_monitor_cancel 
428 g_file_monitor_is_cancelled 
429 g_file_monitor_set_rate_limit 
430 g_file_monitor_emit_event 
431 #endif
432 #endif
433
434 #if IN_HEADER(__G_FILENAME_COMPLETER_H__)
435 #if IN_FILE(__G_FILENAME_COMPLETER_C__)
436 g_filename_completer_get_type  G_GNUC_CONST
437 g_filename_completer_new 
438 g_filename_completer_get_completion_suffix 
439 g_filename_completer_get_completions 
440 g_filename_completer_set_dirs_only 
441 #endif
442 #endif
443
444 #if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__)
445 #if IN_FILE(__G_FILE_OUTPUT_STREAM_C__)
446 g_file_output_stream_get_type  G_GNUC_CONST
447 g_file_output_stream_query_info 
448 g_file_output_stream_query_info_async 
449 g_file_output_stream_query_info_finish 
450 g_file_output_stream_get_etag 
451 g_file_output_stream_tell 
452 g_file_output_stream_can_seek 
453 g_file_output_stream_seek 
454 g_file_output_stream_can_truncate 
455 g_file_output_stream_truncate 
456 #endif
457 #endif
458
459 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
460 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
461 g_filter_input_stream_get_type  G_GNUC_CONST
462 g_filter_input_stream_get_base_stream 
463 #endif
464 #endif
465
466 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
467 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
468 g_filter_output_stream_get_type  G_GNUC_CONST
469 g_filter_output_stream_get_base_stream 
470 #endif
471 #endif
472
473 #if IN_HEADER(__G_ICON_H__)
474 #if IN_FILE(__G_ICON_C__)
475 g_icon_get_type  G_GNUC_CONST
476 g_icon_hash 
477 g_icon_equal 
478 #endif
479 #endif
480
481 #if IN_HEADER(__G_INPUT_STREAM_H__)
482 #if IN_FILE(__G_INPUT_STREAM_C__)
483 g_input_stream_get_type  G_GNUC_CONST
484 g_input_stream_read 
485 g_input_stream_read_all 
486 g_input_stream_skip 
487 g_input_stream_close 
488 g_input_stream_read_async 
489 g_input_stream_read_finish 
490 g_input_stream_skip_async 
491 g_input_stream_skip_finish 
492 g_input_stream_close_async 
493 g_input_stream_close_finish 
494 g_input_stream_is_closed 
495 g_input_stream_has_pending 
496 g_input_stream_set_pending 
497 g_input_stream_clear_pending
498 #endif
499 #endif
500
501 #if IN_HEADER(__G_IO_ERROR_H__)
502 #if IN_FILE(__G_IO_ERROR_C__)
503 g_io_error_quark 
504 g_io_error_from_errno 
505 #endif
506 #endif
507
508 #if IN_HEADER(__G_IO_MODULE_H__)
509 #if IN_FILE(__G_IO_MODULE_C__)
510 g_io_module_get_type  G_GNUC_CONST
511 g_io_module_new 
512 g_io_modules_load_all_in_directory
513 #endif
514 #endif
515
516 #if IN_HEADER(__G_IO_SCHEDULER_H__)
517 #if IN_FILE(__G_IO_SCHEDULER_C__)
518 g_schedule_io_job 
519 g_cancel_all_io_jobs 
520 g_io_job_send_to_mainloop 
521 #endif
522 #endif
523
524 #if IN_HEADER(__G_LOADABLE_ICON_H__)
525 #if IN_FILE(__G_LOADABLE_ICON_C__)
526 g_loadable_icon_get_type  G_GNUC_CONST
527 g_loadable_icon_load 
528 g_loadable_icon_load_async 
529 g_loadable_icon_load_finish 
530 #endif
531 #endif
532
533 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
534 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
535 g_memory_input_stream_get_type  G_GNUC_CONST
536 g_memory_input_stream_from_data 
537 g_memory_input_stream_set_free_data 
538 g_memory_input_stream_get_data 
539 g_memory_input_stream_get_data_size 
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_set_max_size 
548 g_memory_output_stream_get_data 
549 g_memory_output_stream_set_free_data 
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_from_names 
638 g_themed_icon_get_names 
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_type 
654 g_unix_mount_point_compare 
655 g_unix_mount_point_get_mount_path 
656 g_unix_mount_point_get_device_path 
657 g_unix_mount_point_get_fs_type 
658 g_unix_mount_point_is_readonly 
659 g_unix_mount_point_is_user_mountable 
660 g_unix_mount_point_is_loopback 
661 g_unix_mount_point_guess_type 
662 g_get_unix_mount_points 
663 g_get_unix_mounts 
664 g_get_unix_mount_at 
665 g_unix_mounts_changed_since 
666 g_unix_mount_points_changed_since 
667 g_unix_mount_monitor_get_type  G_GNUC_CONST
668 g_unix_mount_monitor_new 
669 #endif /* G_OS_UNIX */
670 #endif
671 #endif
672
673 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
674 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
675 #ifdef G_OS_UNIX
676 g_unix_input_stream_get_type  G_GNUC_CONST
677 g_unix_input_stream_new 
678 #endif /* G_OS_UNIX */
679 #endif
680 #endif
681
682 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
683 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
684 #ifdef G_OS_UNIX
685 g_unix_output_stream_get_type  G_GNUC_CONST
686 g_unix_output_stream_new 
687 #endif /* G_OS_UNIX */
688 #endif
689 #endif
690
691 #if IN_HEADER(__G_VOLUME_H__)
692 #if IN_FILE(__G_VOLUME_C__)
693 g_volume_get_type  G_GNUC_CONST
694 g_volume_get_root 
695 g_volume_get_name 
696 g_volume_get_icon 
697 g_volume_get_drive 
698 g_volume_can_unmount 
699 g_volume_can_eject 
700 g_volume_unmount 
701 g_volume_unmount_finish 
702 g_volume_eject 
703 g_volume_eject_finish 
704 #endif
705 #endif
706
707 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
708 #if IN_FILE(__G_VOLUME_MONITOR_C__)
709 g_volume_monitor_get_type  G_GNUC_CONST
710 g_volume_monitor_get_mounted_volumes 
711 g_volume_monitor_get_connected_drives 
712 #endif
713 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
714 g_volume_monitor_get 
715 #endif
716 #endif
717
718 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
719 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
720 g_native_volume_monitor_get_type  G_GNUC_CONST
721 #endif
722 #endif
723
724 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
725 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
726 #ifdef G_OS_UNIX
727 g_local_file_monitor_get_type  G_GNUC_CONST
728 #endif
729 #endif
730 #endif
731
732 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
733 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
734 #ifdef G_OS_UNIX
735 g_local_directory_monitor_get_type  G_GNUC_CONST
736 #endif
737 #endif
738 #endif
739
740 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
741 #if IN_FILE(__GIO_ENUM_TYPES_C__)
742 g_app_info_create_flags_get_type G_GNUC_CONST
743 g_data_stream_byte_order_get_type G_GNUC_CONST
744 g_data_stream_newline_type_get_type G_GNUC_CONST
745 g_file_attribute_flags_get_type G_GNUC_CONST
746 g_file_attribute_status_get_type G_GNUC_CONST
747 g_file_attribute_type_get_type G_GNUC_CONST
748 g_file_copy_flags_get_type G_GNUC_CONST
749 g_file_create_flags_get_type G_GNUC_CONST
750 g_file_monitor_event_get_type G_GNUC_CONST
751 g_file_monitor_flags_get_type G_GNUC_CONST
752 g_file_query_info_flags_get_type G_GNUC_CONST
753 g_file_type_get_type G_GNUC_CONST
754 g_io_error_enum_get_type G_GNUC_CONST
755 g_output_stream_splice_flags_get_type G_GNUC_CONST
756 g_password_flags_get_type G_GNUC_CONST
757 g_password_save_get_type G_GNUC_CONST
758 #endif
759 #endif