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