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