Add new error codes for when compilation fails and make compilation error
[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_ASYNC_RESULT_H__)
65 #if IN_FILE(__G_ASYNC_RESULT_C__)
66 g_async_result_get_type G_GNUC_CONST
67 g_async_result_get_user_data
68 g_async_result_get_source_object
69 #endif
70 #endif
71
72 #if IN_HEADER(__G_BUFFERED_INPUT_STREAM_H__)
73 #if IN_FILE(__G_BUFFERED_INPUT_STREAM_C__)
74 g_buffered_input_stream_get_type G_GNUC_CONST
75 g_buffered_input_stream_new
76 g_buffered_input_stream_new_sized
77 g_buffered_input_stream_get_buffer_size
78 g_buffered_input_stream_set_buffer_size
79 g_buffered_input_stream_get_available
80 g_buffered_input_stream_peek
81 g_buffered_input_stream_peek_buffer
82 g_buffered_input_stream_fill
83 g_buffered_input_stream_fill_async
84 g_buffered_input_stream_fill_finish
85 g_buffered_input_stream_read_byte
86 #endif
87 #endif
88
89 #if IN_HEADER(__G_BUFFERED_OUTPUT_STREAM_H__)
90 #if IN_FILE(__G_BUFFERED_OUTPUT_STREAM_C__)
91 g_buffered_output_stream_get_type G_GNUC_CONST;
92 g_buffered_output_stream_new
93 g_buffered_output_stream_new_sized
94 g_buffered_output_stream_get_buffer_size
95 g_buffered_output_stream_set_buffer_size
96 g_buffered_output_stream_get_auto_grow
97 g_buffered_output_stream_set_auto_grow
98 #endif
99 #endif
100
101 #if IN_HEADER(__G_CANCELLABLE_H__)
102 #if IN_FILE(__G_CANCELLABLE_C__)
103 g_cancellable_get_type G_GNUC_CONST
104 g_cancellable_new
105 g_cancellable_is_cancelled
106 g_cancellable_set_error_if_cancelled
107 g_cancellable_get_fd
108 g_cancellable_get_current
109 g_push_current_cancellable
110 g_pop_current_cancellable
111 g_cancellable_reset
112 g_cancellable_cancel
113 #endif
114 #endif
115
116 #if IN_HEADER(__G_CONTENT_TYPE_H__)
117 #if IN_FILE(__G_CONTENT_TYPE_C__)
118 g_content_type_equals
119 g_content_type_is_a
120 g_content_type_is_unknown
121 g_content_type_get_description
122 g_content_type_get_mime_type
123 g_content_type_get_icon
124 g_content_type_can_be_executable
125 g_content_type_guess
126 g_content_types_get_registered
127 #endif
128 #endif
129
130 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
131 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
132 g_data_input_stream_get_type G_GNUC_CONST
133 g_data_input_stream_new
134 g_data_input_stream_set_byte_order
135 g_data_input_stream_get_byte_order
136 g_data_input_stream_set_newline_type
137 g_data_input_stream_get_newline_type
138 g_data_input_stream_read_byte
139 g_data_input_stream_read_int16
140 g_data_input_stream_read_uint16
141 g_data_input_stream_read_int32
142 g_data_input_stream_read_uint32
143 g_data_input_stream_read_int64
144 g_data_input_stream_read_uint64
145 g_data_input_stream_read_line
146 g_data_input_stream_read_until
147 #endif
148 #endif
149
150 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
151 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
152 g_data_output_stream_get_type G_GNUC_CONST
153 g_data_output_stream_new
154 g_data_output_stream_set_byte_order
155 g_data_output_stream_get_byte_order
156 g_data_output_stream_put_byte
157 g_data_output_stream_put_int16
158 g_data_output_stream_put_uint16
159 g_data_output_stream_put_int32
160 g_data_output_stream_put_uint32
161 g_data_output_stream_put_int64
162 g_data_output_stream_put_uint64
163 g_data_output_stream_put_string
164 #endif
165 #endif
166
167 #if IN_HEADER(__G_DIRECTORY_MONITOR_H__)
168 #if IN_FILE(__G_DIRECTORY_MONITOR_C__)
169 g_directory_monitor_get_type G_GNUC_CONST
170 g_directory_monitor_cancel
171 g_directory_monitor_is_cancelled
172 g_directory_monitor_set_rate_limit
173 g_directory_monitor_emit_event
174 #endif
175 #endif
176
177 #if IN_HEADER(__G_DRIVE_H__)
178 #if IN_FILE(__G_DRIVE_C__)
179 g_drive_get_type G_GNUC_CONST
180 g_drive_get_name
181 g_drive_get_icon
182 g_drive_has_volumes
183 g_drive_get_volumes
184 g_drive_is_automounted
185 g_drive_can_mount
186 g_drive_can_eject
187 g_drive_mount
188 g_drive_mount_finish
189 g_drive_eject
190 g_drive_eject_finish
191 #endif
192 #endif
193
194 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
195 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
196 g_file_attribute_value_new
197 g_file_attribute_value_free
198 g_file_attribute_value_clear
199 g_file_attribute_value_set
200 g_file_attribute_value_dup
201 g_file_attribute_value_as_string
202 g_file_attribute_value_get_string
203 g_file_attribute_value_get_byte_string
204 g_file_attribute_value_get_boolean
205 g_file_attribute_value_get_uint32
206 g_file_attribute_value_get_int32
207 g_file_attribute_value_get_uint64
208 g_file_attribute_value_get_int64
209 g_file_attribute_value_get_object
210 g_file_attribute_value_set_string
211 g_file_attribute_value_set_byte_string
212 g_file_attribute_value_set_boolean
213 g_file_attribute_value_set_uint32
214 g_file_attribute_value_set_int32
215 g_file_attribute_value_set_uint64
216 g_file_attribute_value_set_int64
217 g_file_attribute_value_set_object
218 g_file_attribute_info_list_new
219 g_file_attribute_info_list_ref
220 g_file_attribute_info_list_unref
221 g_file_attribute_info_list_dup
222 g_file_attribute_info_list_lookup
223 g_file_attribute_info_list_add
224 #endif
225 #endif
226
227 #if IN_HEADER(__G_FILE_H__)
228 #if IN_FILE(__G_FILE_C__)
229 g_file_get_type G_GNUC_CONST
230 g_file_new_for_path
231 g_file_new_for_uri
232 g_file_new_for_commandline_arg
233 g_file_parse_name
234 g_file_dup
235 g_file_hash
236 g_file_equal
237 g_file_get_basename
238 g_file_get_path
239 g_file_get_uri
240 g_file_get_parse_name
241 g_file_get_parent
242 g_file_get_child
243 g_file_get_child_for_display_name
244 g_file_contains_file
245 g_file_get_relative_path
246 g_file_resolve_relative_path
247 g_file_is_native
248 g_file_has_uri_scheme
249 g_file_get_uri_scheme
250 g_file_read
251 g_file_read_async
252 g_file_read_finish
253 g_file_append_to
254 g_file_create
255 g_file_replace
256 g_file_append_to_async
257 g_file_append_to_finish
258 g_file_create_async
259 g_file_create_finish
260 g_file_replace_async
261 g_file_replace_finish
262 g_file_query_info
263 g_file_query_info_async
264 g_file_query_info_finish
265 g_file_query_filesystem_info
266 g_file_find_enclosing_volume
267 g_file_enumerate_children
268 g_file_enumerate_children_async
269 g_file_enumerate_children_finish
270 g_file_set_display_name
271 g_file_set_display_name_async
272 g_file_set_display_name_finish
273 g_file_delete
274 g_file_trash
275 g_file_copy
276 g_file_move
277 g_file_make_directory
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_mount_for_location
292 g_mount_for_location_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_load_contents
303 g_file_load_contents_async
304 g_file_load_contents_finish
305 g_file_load_partial_contents_async
306 g_file_load_partial_contents_finish
307 g_file_replace_contents
308 g_file_replace_contents_async
309 g_file_replace_contents_finish
310 #endif
311 #endif
312
313 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
314 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
315 g_file_enumerator_get_type G_GNUC_CONST
316 g_file_enumerator_next_file
317 g_file_enumerator_close
318 g_file_enumerator_next_files_async
319 g_file_enumerator_next_files_finish
320 g_file_enumerator_close_async
321 g_file_enumerator_close_finish
322 g_file_enumerator_is_closed
323 g_file_enumerator_has_pending
324 g_file_enumerator_set_pending
325 #endif
326 #endif
327
328 #if IN_HEADER(__G_FILE_ICON_H__)
329 #if IN_FILE(__G_FILE_ICON_C__)
330 g_file_icon_get_type G_GNUC_CONST
331 g_file_icon_new
332 g_file_icon_get_file
333 #endif
334 #endif
335
336 #if IN_HEADER(__G_FILE_INFO_H__)
337 #if IN_FILE(__G_FILE_INFO_C__)
338 g_file_info_get_type  G_GNUC_CONST
339 g_file_info_new 
340 g_file_info_dup 
341 g_file_info_copy_into 
342 g_file_info_has_attribute 
343 g_file_info_list_attributes 
344 g_file_info_get_attribute_type 
345 g_file_info_remove_attribute 
346 g_file_info_get_attribute 
347 g_file_info_get_attribute_string 
348 g_file_info_get_attribute_byte_string 
349 g_file_info_get_attribute_boolean 
350 g_file_info_get_attribute_uint32 
351 g_file_info_get_attribute_int32 
352 g_file_info_get_attribute_uint64 
353 g_file_info_get_attribute_int64 
354 g_file_info_get_attribute_object 
355 g_file_info_set_attribute 
356 g_file_info_set_attribute_string 
357 g_file_info_set_attribute_byte_string 
358 g_file_info_set_attribute_boolean 
359 g_file_info_set_attribute_uint32 
360 g_file_info_set_attribute_int32 
361 g_file_info_set_attribute_uint64 
362 g_file_info_set_attribute_int64 
363 g_file_info_set_attribute_object 
364 g_file_info_clear_status 
365 g_file_info_get_file_type 
366 g_file_info_get_is_hidden 
367 g_file_info_get_is_backup 
368 g_file_info_get_is_symlink 
369 g_file_info_get_name 
370 g_file_info_get_display_name 
371 g_file_info_get_edit_name 
372 g_file_info_get_icon 
373 g_file_info_get_content_type 
374 g_file_info_get_size 
375 g_file_info_get_modification_time 
376 g_file_info_get_symlink_target 
377 g_file_info_get_etag 
378 g_file_info_get_sort_order 
379 g_file_info_set_attribute_mask 
380 g_file_info_unset_attribute_mask 
381 g_file_info_set_file_type 
382 g_file_info_set_is_hidden 
383 g_file_info_set_is_symlink 
384 g_file_info_set_name 
385 g_file_info_set_display_name 
386 g_file_info_set_edit_name 
387 g_file_info_set_icon 
388 g_file_info_set_content_type 
389 g_file_info_set_size 
390 g_file_info_set_modification_time 
391 g_file_info_set_symlink_target 
392 g_file_info_set_sort_order 
393 g_file_attribute_matcher_new 
394 g_file_attribute_matcher_ref 
395 g_file_attribute_matcher_unref 
396 g_file_attribute_matcher_matches 
397 g_file_attribute_matcher_matches_only 
398 g_file_attribute_matcher_enumerate_namespace 
399 g_file_attribute_matcher_enumerate_next 
400 #endif
401 #endif
402
403 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
404 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
405 g_file_input_stream_get_type  G_GNUC_CONST
406 g_file_input_stream_query_info 
407 g_file_input_stream_query_info_async 
408 g_file_input_stream_query_info_finish 
409 g_file_input_stream_tell 
410 g_file_input_stream_can_seek 
411 g_file_input_stream_seek 
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 g_file_output_stream_tell 
443 g_file_output_stream_can_seek 
444 g_file_output_stream_seek 
445 g_file_output_stream_can_truncate 
446 g_file_output_stream_truncate 
447 #endif
448 #endif
449
450 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
451 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
452 g_filter_input_stream_get_type  G_GNUC_CONST
453 g_filter_input_stream_get_base_stream 
454 #endif
455 #endif
456
457 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
458 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
459 g_filter_output_stream_get_type  G_GNUC_CONST
460 g_filter_output_stream_get_base_stream 
461 #endif
462 #endif
463
464 #if IN_HEADER(__G_ICON_H__)
465 #if IN_FILE(__G_ICON_C__)
466 g_icon_get_type  G_GNUC_CONST
467 g_icon_hash 
468 g_icon_equal 
469 #endif
470 #endif
471
472 #if IN_HEADER(__G_INPUT_STREAM_H__)
473 #if IN_FILE(__G_INPUT_STREAM_C__)
474 g_input_stream_get_type  G_GNUC_CONST
475 g_input_stream_read 
476 g_input_stream_read_all 
477 g_input_stream_skip 
478 g_input_stream_close 
479 g_input_stream_read_async 
480 g_input_stream_read_finish 
481 g_input_stream_skip_async 
482 g_input_stream_skip_finish 
483 g_input_stream_close_async 
484 g_input_stream_close_finish 
485 g_input_stream_is_closed 
486 g_input_stream_has_pending 
487 g_input_stream_set_pending 
488 #endif
489 #endif
490
491 #if IN_HEADER(__G_IO_ERROR_H__)
492 #if IN_FILE(__G_IO_ERROR_C__)
493 g_io_error_quark 
494 g_io_error_from_errno 
495 #endif
496 #endif
497
498 #if IN_HEADER(__G_IO_MODULE_H__)
499 #if IN_FILE(__G_IO_MODULE_C__)
500 g_io_module_get_type  G_GNUC_CONST
501 g_io_module_new 
502 g_io_modules_ensure_loaded 
503 #endif
504 #endif
505
506 #if IN_HEADER(__G_IO_SCHEDULER_H__)
507 #if IN_FILE(__G_IO_SCHEDULER_C__)
508 g_schedule_io_job 
509 g_cancel_all_io_jobs 
510 g_io_job_send_to_mainloop 
511 #endif
512 #endif
513
514 #if IN_HEADER(__G_LOADABLE_ICON_H__)
515 #if IN_FILE(__G_LOADABLE_ICON_C__)
516 g_loadable_icon_get_type  G_GNUC_CONST
517 g_loadable_icon_load 
518 g_loadable_icon_load_async 
519 g_loadable_icon_load_finish 
520 #endif
521 #endif
522
523 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
524 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
525 g_memory_input_stream_get_type  G_GNUC_CONST
526 g_memory_input_stream_from_data 
527 g_memory_input_stream_set_free_data 
528 g_memory_input_stream_get_data 
529 g_memory_input_stream_get_data_size 
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_set_max_size 
538 g_memory_output_stream_get_data 
539 g_memory_output_stream_set_free_data 
540 #endif
541 #endif
542
543 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
544 #if IN_FILE(__G_MOUNT_OPERATION_C__)
545 g_mount_operation_get_type  G_GNUC_CONST
546 g_mount_operation_new 
547 g_mount_operation_get_username 
548 g_mount_operation_set_username 
549 g_mount_operation_get_password 
550 g_mount_operation_set_password 
551 g_mount_operation_get_anonymous 
552 g_mount_operation_set_anonymous 
553 g_mount_operation_get_domain 
554 g_mount_operation_set_domain 
555 g_mount_operation_get_password_save 
556 g_mount_operation_set_password_save 
557 g_mount_operation_get_choice 
558 g_mount_operation_set_choice 
559 g_mount_operation_reply 
560 #endif
561 #endif
562
563 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
564 #if IN_FILE(__G_OUTPUT_STREAM_C__)
565 g_output_stream_get_type  G_GNUC_CONST
566 g_output_stream_write 
567 g_output_stream_write_all 
568 g_output_stream_splice 
569 g_output_stream_flush 
570 g_output_stream_close 
571 g_output_stream_write_async 
572 g_output_stream_write_finish 
573 g_output_stream_splice_async 
574 g_output_stream_splice_finish 
575 g_output_stream_flush_async 
576 g_output_stream_flush_finish 
577 g_output_stream_close_async 
578 g_output_stream_close_finish 
579 g_output_stream_is_closed 
580 g_output_stream_has_pending 
581 g_output_stream_set_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 #endif
619 #endif
620
621 #if IN_HEADER(__G_THEMED_ICON_H__)
622 #if IN_FILE(__G_THEMED_ICON_C__)
623 g_themed_icon_get_type  G_GNUC_CONST
624 g_themed_icon_new 
625 g_themed_icon_new_from_names 
626 g_themed_icon_get_names 
627 #endif
628 #endif
629
630 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
631 #if IN_FILE(__G_UNIX_MOUNTS_C__)
632 g_unix_mount_free 
633 g_unix_mount_point_free 
634 g_unix_mount_compare 
635 g_unix_mount_get_mount_path 
636 g_unix_mount_get_device_path 
637 g_unix_mount_get_fs_type 
638 g_unix_mount_is_readonly 
639 g_unix_mount_is_system_internal 
640 g_unix_mount_guess_type 
641 g_unix_mount_point_compare 
642 g_unix_mount_point_get_mount_path 
643 g_unix_mount_point_get_device_path 
644 g_unix_mount_point_get_fs_type 
645 g_unix_mount_point_is_readonly 
646 g_unix_mount_point_is_user_mountable 
647 g_unix_mount_point_is_loopback 
648 g_unix_mount_point_guess_type 
649 g_get_unix_mount_points 
650 g_get_unix_mounts 
651 g_get_unix_mount_at 
652 g_unix_mounts_changed_since 
653 g_unix_mount_points_changed_since 
654 g_unix_mount_monitor_get_type  G_GNUC_CONST
655 g_unix_mount_monitor_new 
656 #endif
657 #endif
658
659 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
660 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
661 g_unix_input_stream_get_type  G_GNUC_CONST
662 g_unix_input_stream_new 
663 #endif
664 #endif
665
666 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
667 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
668 g_unix_output_stream_get_type  G_GNUC_CONST
669 g_unix_output_stream_new 
670 #endif
671 #endif
672
673 #if IN_HEADER(__G_VOLUME_H__)
674 #if IN_FILE(__G_VOLUME_C__)
675 g_volume_get_type  G_GNUC_CONST
676 g_volume_get_root 
677 g_volume_get_name 
678 g_volume_get_icon 
679 g_volume_get_drive 
680 g_volume_can_unmount 
681 g_volume_can_eject 
682 g_volume_unmount 
683 g_volume_unmount_finish 
684 g_volume_eject 
685 g_volume_eject_finish 
686 #endif
687 #endif
688
689 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
690 #if IN_FILE(__G_VOLUME_MONITOR_C__)
691 g_volume_monitor_get_type  G_GNUC_CONST
692 g_volume_monitor_get_mounted_volumes 
693 g_volume_monitor_get_connected_drives 
694 #endif
695 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
696 g_volume_monitor_get 
697 #endif
698 #endif
699
700 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
701 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
702 g_native_volume_monitor_get_type  G_GNUC_CONST
703 #endif
704 #endif
705
706 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
707 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
708 g_local_file_monitor_get_type  G_GNUC_CONST
709 #endif
710 #endif
711
712 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
713 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
714 g_local_directory_monitor_get_type  G_GNUC_CONST
715 #endif
716 #endif
717
718 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
719 #if IN_FILE(__GIO_ENUM_TYPES_C__)
720 g_app_info_create_flags_get_type G_GNUC_CONST
721 g_data_stream_byte_order_get_type G_GNUC_CONST
722 g_data_stream_newline_type_get_type G_GNUC_CONST
723 g_file_attribute_flags_get_type G_GNUC_CONST
724 g_file_attribute_status_get_type G_GNUC_CONST
725 g_file_attribute_type_get_type G_GNUC_CONST
726 g_file_copy_flags_get_type G_GNUC_CONST
727 g_file_create_flags_get_type G_GNUC_CONST
728 g_file_monitor_event_get_type G_GNUC_CONST
729 g_file_monitor_flags_get_type G_GNUC_CONST
730 g_file_query_info_flags_get_type G_GNUC_CONST
731 g_file_type_get_type G_GNUC_CONST
732 g_io_error_enum_get_type G_GNUC_CONST
733 g_output_stream_splice_flags_get_type G_GNUC_CONST
734 g_password_flags_get_type G_GNUC_CONST
735 g_password_save_get_type G_GNUC_CONST
736 #endif
737 #endif