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