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