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