Add GFileIOStream class
[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 g_cancellable_connect
138 g_cancellable_disconnect
139 #endif
140 #endif
141
142 #if IN_HEADER(__G_CONTENT_TYPE_H__)
143 #if IN_FILE(__G_CONTENT_TYPE_C__)
144 g_content_type_equals
145 g_content_type_is_a
146 g_content_type_is_unknown
147 g_content_type_get_description
148 g_content_type_get_mime_type
149 g_content_type_get_icon
150 g_content_type_can_be_executable
151 g_content_type_from_mime_type
152 g_content_type_guess
153 g_content_type_guess_for_tree
154 g_content_types_get_registered
155 #endif
156 #endif
157
158 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
159 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
160 g_data_input_stream_get_type G_GNUC_CONST
161 g_data_input_stream_new
162 g_data_input_stream_set_byte_order
163 g_data_input_stream_get_byte_order
164 g_data_input_stream_set_newline_type
165 g_data_input_stream_get_newline_type
166 g_data_input_stream_read_byte
167 g_data_input_stream_read_int16
168 g_data_input_stream_read_uint16
169 g_data_input_stream_read_int32
170 g_data_input_stream_read_uint32
171 g_data_input_stream_read_int64
172 g_data_input_stream_read_uint64
173 g_data_input_stream_read_line
174 g_data_input_stream_read_line_async
175 g_data_input_stream_read_line_finish
176 g_data_input_stream_read_until
177 g_data_input_stream_read_until_async
178 g_data_input_stream_read_until_finish
179 #endif
180 #endif
181
182 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
183 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
184 g_data_output_stream_get_type G_GNUC_CONST
185 g_data_output_stream_new
186 g_data_output_stream_set_byte_order
187 g_data_output_stream_get_byte_order
188 g_data_output_stream_put_byte
189 g_data_output_stream_put_int16
190 g_data_output_stream_put_uint16
191 g_data_output_stream_put_int32
192 g_data_output_stream_put_uint32
193 g_data_output_stream_put_int64
194 g_data_output_stream_put_uint64
195 g_data_output_stream_put_string
196 #endif
197 #endif
198
199 #if IN_HEADER(__G_DRIVE_H__)
200 #if IN_FILE(__G_DRIVE_C__)
201 g_drive_get_type G_GNUC_CONST
202 g_drive_get_name
203 g_drive_get_icon
204 g_drive_has_volumes
205 g_drive_get_volumes
206 g_drive_is_media_removable
207 g_drive_has_media
208 g_drive_is_media_check_automatic
209 g_drive_can_poll_for_media
210 g_drive_can_eject
211 g_drive_eject
212 g_drive_eject_finish
213 g_drive_poll_for_media
214 g_drive_poll_for_media_finish
215 g_drive_get_identifier
216 g_drive_enumerate_identifiers
217 #endif
218 #endif
219
220 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
221 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
222 g_file_attribute_info_list_new
223 g_file_attribute_info_list_ref
224 g_file_attribute_info_list_unref
225 g_file_attribute_info_list_dup
226 g_file_attribute_info_list_get_type G_GNUC_CONST
227 g_file_attribute_info_list_lookup
228 g_file_attribute_info_list_add
229 #endif
230 #endif
231
232 #if IN_HEADER(__G_FILE_H__)
233 #if IN_FILE(__G_FILE_C__)
234 g_file_get_type G_GNUC_CONST
235 g_file_new_for_path
236 g_file_new_for_uri
237 g_file_new_for_commandline_arg
238 g_file_parse_name
239 g_file_dup
240 g_file_hash
241 g_file_equal
242 g_file_get_basename
243 g_file_get_path
244 g_file_get_uri
245 g_file_get_parse_name
246 g_file_get_parent
247 g_file_get_child
248 g_file_get_child_for_display_name
249 g_file_has_prefix
250 g_file_get_relative_path
251 g_file_resolve_relative_path
252 g_file_is_native
253 g_file_has_uri_scheme
254 g_file_get_uri_scheme
255 g_file_read
256 g_file_read_async
257 g_file_read_finish
258 g_file_append_to
259 g_file_create
260 g_file_replace
261 g_file_append_to_async
262 g_file_append_to_finish
263 g_file_create_async
264 g_file_create_finish
265 g_file_replace_async
266 g_file_replace_finish
267 g_file_query_exists
268 g_file_query_info
269 g_file_query_info_async
270 g_file_query_info_finish
271 g_file_query_file_type
272 g_file_query_filesystem_info
273 g_file_query_filesystem_info_async
274 g_file_query_filesystem_info_finish
275 g_file_find_enclosing_mount
276 g_file_find_enclosing_mount_async
277 g_file_find_enclosing_mount_finish
278 g_file_enumerate_children
279 g_file_enumerate_children_async
280 g_file_enumerate_children_finish
281 g_file_set_display_name
282 g_file_set_display_name_async
283 g_file_set_display_name_finish
284 g_file_delete
285 g_file_trash
286 g_file_copy
287 g_file_copy_async
288 g_file_copy_finish
289 g_file_move
290 g_file_make_directory
291 g_file_make_directory_with_parents
292 g_file_make_symbolic_link
293 g_file_query_settable_attributes
294 g_file_query_writable_namespaces
295 g_file_set_attribute
296 g_file_set_attributes_from_info
297 g_file_set_attributes_async
298 g_file_set_attributes_finish
299 g_file_set_attribute_string
300 g_file_set_attribute_byte_string
301 g_file_set_attribute_uint32
302 g_file_set_attribute_int32
303 g_file_set_attribute_uint64
304 g_file_set_attribute_int64
305 g_file_mount_enclosing_volume
306 g_file_mount_enclosing_volume_finish
307 g_file_mount_mountable
308 g_file_mount_mountable_finish
309 g_file_unmount_mountable
310 g_file_unmount_mountable_finish
311 g_file_eject_mountable
312 g_file_eject_mountable_finish
313 g_file_copy_attributes
314 g_file_monitor_directory
315 g_file_monitor_file
316 g_file_monitor
317 g_file_query_default_handler
318 g_file_load_contents
319 g_file_load_contents_async
320 g_file_load_contents_finish
321 g_file_load_partial_contents_async
322 g_file_load_partial_contents_finish
323 g_file_replace_contents
324 g_file_replace_contents_async
325 g_file_replace_contents_finish
326 #endif
327 #endif
328
329 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
330 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
331 g_file_enumerator_get_type G_GNUC_CONST
332 g_file_enumerator_next_file
333 g_file_enumerator_close
334 g_file_enumerator_next_files_async
335 g_file_enumerator_next_files_finish
336 g_file_enumerator_close_async
337 g_file_enumerator_close_finish
338 g_file_enumerator_is_closed
339 g_file_enumerator_has_pending
340 g_file_enumerator_set_pending
341 g_file_enumerator_get_container
342 #endif
343 #endif
344
345 #if IN_HEADER(__G_FILE_ICON_H__)
346 #if IN_FILE(__G_FILE_ICON_C__)
347 g_file_icon_get_type G_GNUC_CONST
348 g_file_icon_new
349 g_file_icon_get_file
350 #endif
351 #endif
352
353 #if IN_HEADER(__G_FILE_INFO_H__)
354 #if IN_FILE(__G_FILE_INFO_C__)
355 g_file_info_get_type  G_GNUC_CONST
356 g_file_info_new 
357 g_file_info_dup 
358 g_file_info_copy_into 
359 g_file_info_has_attribute 
360 g_file_info_list_attributes 
361 g_file_info_get_attribute_type 
362 g_file_info_remove_attribute 
363 g_file_info_get_attribute_status 
364 g_file_info_get_attribute_data 
365 g_file_info_get_attribute_as_string 
366 g_file_info_get_attribute_string 
367 g_file_info_get_attribute_byte_string 
368 g_file_info_get_attribute_boolean 
369 g_file_info_get_attribute_uint32 
370 g_file_info_get_attribute_int32 
371 g_file_info_get_attribute_uint64 
372 g_file_info_get_attribute_int64 
373 g_file_info_get_attribute_object 
374 g_file_info_set_attribute 
375 g_file_info_set_attribute_string 
376 g_file_info_set_attribute_byte_string 
377 g_file_info_set_attribute_boolean 
378 g_file_info_set_attribute_uint32 
379 g_file_info_set_attribute_int32 
380 g_file_info_set_attribute_uint64 
381 g_file_info_set_attribute_int64 
382 g_file_info_set_attribute_object 
383 g_file_info_clear_status 
384 g_file_info_get_file_type 
385 g_file_info_get_is_hidden 
386 g_file_info_get_is_backup 
387 g_file_info_get_is_symlink 
388 g_file_info_get_name 
389 g_file_info_get_display_name 
390 g_file_info_get_edit_name 
391 g_file_info_get_icon 
392 g_file_info_get_content_type 
393 g_file_info_get_size 
394 g_file_info_get_modification_time 
395 g_file_info_get_symlink_target 
396 g_file_info_get_etag 
397 g_file_info_get_sort_order 
398 g_file_info_set_attribute_mask 
399 g_file_info_unset_attribute_mask 
400 g_file_info_set_file_type 
401 g_file_info_set_is_hidden 
402 g_file_info_set_is_symlink 
403 g_file_info_set_name 
404 g_file_info_set_display_name 
405 g_file_info_set_edit_name 
406 g_file_info_set_icon 
407 g_file_info_set_content_type 
408 g_file_info_set_size 
409 g_file_info_set_modification_time 
410 g_file_info_set_symlink_target 
411 g_file_info_set_sort_order 
412 g_file_attribute_matcher_new 
413 g_file_attribute_matcher_ref 
414 g_file_attribute_matcher_unref 
415 g_file_attribute_matcher_matches 
416 g_file_attribute_matcher_matches_only 
417 g_file_attribute_matcher_enumerate_namespace 
418 g_file_attribute_matcher_enumerate_next 
419 #endif
420 #endif
421
422 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
423 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
424 g_file_input_stream_get_type  G_GNUC_CONST
425 g_file_input_stream_query_info 
426 g_file_input_stream_query_info_async 
427 g_file_input_stream_query_info_finish 
428 #endif
429 #endif
430
431 #if IN_HEADER(__G_FILE_MONITOR_H__)
432 #if IN_FILE(__G_FILE_MONITOR_C__)
433 g_file_monitor_get_type  G_GNUC_CONST
434 g_file_monitor_cancel 
435 g_file_monitor_is_cancelled 
436 g_file_monitor_set_rate_limit 
437 g_file_monitor_emit_event 
438 #endif
439 #endif
440
441 #if IN_HEADER(__G_FILENAME_COMPLETER_H__)
442 #if IN_FILE(__G_FILENAME_COMPLETER_C__)
443 g_filename_completer_get_type  G_GNUC_CONST
444 g_filename_completer_new 
445 g_filename_completer_get_completion_suffix 
446 g_filename_completer_get_completions 
447 g_filename_completer_set_dirs_only 
448 #endif
449 #endif
450
451 #if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__)
452 #if IN_FILE(__G_FILE_OUTPUT_STREAM_C__)
453 g_file_output_stream_get_type  G_GNUC_CONST
454 g_file_output_stream_query_info 
455 g_file_output_stream_query_info_async 
456 g_file_output_stream_query_info_finish 
457 g_file_output_stream_get_etag 
458 #endif
459 #endif
460
461 #if IN_HEADER(__G_FILE_IO_STREAM_H__)
462 #if IN_FILE(__G_FILE_IO_STREAM_C__)
463 g_file_io_stream_get_type  G_GNUC_CONST
464 g_file_io_stream_query_info
465 g_file_io_stream_query_info_async
466 g_file_io_stream_query_info_finish
467 g_file_io_stream_get_etag
468 #endif
469 #endif
470
471 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
472 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
473 g_filter_input_stream_get_type  G_GNUC_CONST
474 g_filter_input_stream_get_base_stream 
475 g_filter_input_stream_get_close_base_stream
476 g_filter_input_stream_set_close_base_stream
477 #endif
478 #endif
479
480 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
481 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
482 g_filter_output_stream_get_type  G_GNUC_CONST
483 g_filter_output_stream_get_base_stream 
484 g_filter_output_stream_get_close_base_stream
485 g_filter_output_stream_set_close_base_stream
486 #endif
487 #endif
488
489 #if IN_HEADER(__G_ICON_H__)
490 #if IN_FILE(__G_ICON_C__)
491 g_icon_get_type  G_GNUC_CONST
492 g_icon_hash 
493 g_icon_equal 
494 g_icon_to_string
495 g_icon_new_for_string
496 #endif
497 #endif
498
499 #if IN_HEADER(__G_INPUT_STREAM_H__)
500 #if IN_FILE(__G_INPUT_STREAM_C__)
501 g_input_stream_get_type  G_GNUC_CONST
502 g_input_stream_read 
503 g_input_stream_read_all 
504 g_input_stream_skip 
505 g_input_stream_close 
506 g_input_stream_read_async 
507 g_input_stream_read_finish 
508 g_input_stream_skip_async 
509 g_input_stream_skip_finish 
510 g_input_stream_close_async 
511 g_input_stream_close_finish 
512 g_input_stream_is_closed 
513 g_input_stream_has_pending 
514 g_input_stream_set_pending 
515 g_input_stream_clear_pending
516 #endif
517 #endif
518
519 #if IN_HEADER(__G_IO_STREAM_H__)
520 #if IN_FILE(__G_IO_STREAM_C__)
521 g_io_stream_get_type  G_GNUC_CONST
522 g_io_stream_get_input_stream
523 g_io_stream_get_output_stream
524 g_io_stream_close
525 g_io_stream_close_async
526 g_io_stream_close_finish
527 g_io_stream_is_closed
528 g_io_stream_has_pending
529 g_io_stream_set_pending
530 g_io_stream_clear_pending
531 #endif
532 #endif
533
534 #if IN_HEADER(__G_IO_ERROR_H__)
535 #if IN_FILE(__G_IO_ERROR_C__)
536 g_io_error_quark 
537 g_io_error_from_errno 
538 #endif
539 #endif
540
541 #if IN_HEADER(__G_IO_MODULE_H__)
542 #if IN_FILE(__G_IO_MODULE_C__)
543 g_io_module_get_type  G_GNUC_CONST
544 g_io_module_new 
545 g_io_modules_load_all_in_directory
546 g_io_extension_point_register
547 g_io_extension_point_lookup
548 g_io_extension_point_set_required_type
549 g_io_extension_point_get_required_type
550 g_io_extension_point_get_extensions
551 g_io_extension_point_get_extension_by_name
552 g_io_extension_point_implement
553 g_io_extension_get_type
554 g_io_extension_get_name
555 g_io_extension_get_priority
556 g_io_extension_ref_class
557 #endif
558 #endif
559
560 #if IN_HEADER(__G_IO_SCHEDULER_H__)
561 #if IN_FILE(__G_IO_SCHEDULER_C__)
562 g_io_scheduler_push_job
563 g_io_scheduler_cancel_all_jobs
564 g_io_scheduler_job_send_to_mainloop
565 g_io_scheduler_job_send_to_mainloop_async
566 #endif
567 #endif
568
569 #if IN_HEADER(__G_LOADABLE_ICON_H__)
570 #if IN_FILE(__G_LOADABLE_ICON_C__)
571 g_loadable_icon_get_type  G_GNUC_CONST
572 g_loadable_icon_load 
573 g_loadable_icon_load_async 
574 g_loadable_icon_load_finish 
575 #endif
576 #endif
577
578 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
579 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
580 g_memory_input_stream_get_type  G_GNUC_CONST
581 g_memory_input_stream_new
582 g_memory_input_stream_new_from_data 
583 g_memory_input_stream_add_data 
584 #endif
585 #endif
586
587 #if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__)
588 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
589 g_memory_output_stream_get_type  G_GNUC_CONST
590 g_memory_output_stream_new 
591 g_memory_output_stream_get_data 
592 g_memory_output_stream_get_data_size
593 g_memory_output_stream_get_size
594 #endif
595 #endif
596
597 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
598 #if IN_FILE(__G_MOUNT_OPERATION_C__)
599 g_mount_operation_get_type  G_GNUC_CONST
600 g_mount_operation_new 
601 g_mount_operation_get_username 
602 g_mount_operation_set_username 
603 g_mount_operation_get_password 
604 g_mount_operation_set_password 
605 g_mount_operation_get_anonymous 
606 g_mount_operation_set_anonymous 
607 g_mount_operation_get_domain 
608 g_mount_operation_set_domain 
609 g_mount_operation_get_password_save 
610 g_mount_operation_set_password_save 
611 g_mount_operation_get_choice 
612 g_mount_operation_set_choice 
613 g_mount_operation_reply 
614 #endif
615 #endif
616
617 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
618 #if IN_FILE(__G_OUTPUT_STREAM_C__)
619 g_output_stream_get_type  G_GNUC_CONST
620 g_output_stream_write 
621 g_output_stream_write_all 
622 g_output_stream_splice 
623 g_output_stream_flush 
624 g_output_stream_close 
625 g_output_stream_write_async 
626 g_output_stream_write_finish 
627 g_output_stream_splice_async 
628 g_output_stream_splice_finish 
629 g_output_stream_flush_async 
630 g_output_stream_flush_finish 
631 g_output_stream_close_async 
632 g_output_stream_close_finish 
633 g_output_stream_is_closed 
634 g_output_stream_has_pending 
635 g_output_stream_set_pending 
636 g_output_stream_clear_pending
637 #endif
638 #endif
639
640 #if IN_HEADER(__G_SEEKABLE_H__)
641 #if IN_FILE(__G_SEEKABLE_C__)
642 g_seekable_get_type  G_GNUC_CONST
643 g_seekable_tell 
644 g_seekable_can_seek 
645 g_seekable_seek 
646 g_seekable_can_truncate 
647 g_seekable_truncate 
648 #endif
649 #endif
650
651 #if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__)
652 #if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__)
653 g_simple_async_result_get_type  G_GNUC_CONST
654 g_simple_async_result_new 
655 g_simple_async_result_new_error 
656 g_simple_async_result_new_from_error 
657 g_simple_async_result_set_op_res_gpointer 
658 g_simple_async_result_get_op_res_gpointer 
659 g_simple_async_result_set_op_res_gssize 
660 g_simple_async_result_get_op_res_gssize 
661 g_simple_async_result_set_op_res_gboolean 
662 g_simple_async_result_get_op_res_gboolean 
663 g_simple_async_result_get_source_tag 
664 g_simple_async_result_set_handle_cancellation 
665 g_simple_async_result_complete 
666 g_simple_async_result_complete_in_idle 
667 g_simple_async_result_run_in_thread 
668 g_simple_async_result_set_from_error 
669 g_simple_async_result_propagate_error 
670 g_simple_async_result_set_error 
671 g_simple_async_result_set_error_va 
672 g_simple_async_result_is_valid
673 g_simple_async_report_error_in_idle 
674 g_simple_async_report_gerror_in_idle 
675 #endif
676 #endif
677
678 #if IN_HEADER(__G_THEMED_ICON_H__)
679 #if IN_FILE(__G_THEMED_ICON_C__)
680 g_themed_icon_get_type  G_GNUC_CONST
681 g_themed_icon_new
682 g_themed_icon_new_with_default_fallbacks
683 g_themed_icon_new_from_names
684 g_themed_icon_get_names
685 g_themed_icon_prepend_name
686 g_themed_icon_append_name
687 #endif
688 #endif
689
690 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
691 #if IN_FILE(__G_UNIX_MOUNTS_C__)
692 #ifdef G_OS_UNIX
693 g_unix_mount_free 
694 g_unix_mount_point_free 
695 g_unix_mount_compare 
696 g_unix_mount_get_mount_path 
697 g_unix_mount_get_device_path 
698 g_unix_mount_get_fs_type 
699 g_unix_mount_is_readonly 
700 g_unix_mount_is_system_internal 
701 g_unix_mount_guess_can_eject
702 g_unix_mount_guess_should_display
703 g_unix_mount_guess_name 
704 g_unix_mount_guess_icon
705 g_unix_mount_point_compare 
706 g_unix_mount_point_get_mount_path 
707 g_unix_mount_point_get_device_path 
708 g_unix_mount_point_get_fs_type 
709 g_unix_mount_point_is_readonly 
710 g_unix_mount_point_is_user_mountable 
711 g_unix_mount_point_is_loopback 
712 g_unix_mount_point_guess_can_eject
713 g_unix_mount_point_guess_name
714 g_unix_mount_point_guess_icon
715 g_unix_mount_points_get
716 g_unix_mounts_get
717 g_unix_mount_at 
718 g_unix_mounts_changed_since 
719 g_unix_mount_points_changed_since 
720 g_unix_mount_monitor_get_type  G_GNUC_CONST
721 g_unix_mount_monitor_new 
722 g_unix_mount_monitor_set_rate_limit 
723 g_unix_is_mount_path_system_internal
724 #endif /* G_OS_UNIX */
725 #endif
726 #endif
727
728 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
729 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
730 #ifdef G_OS_UNIX
731 g_unix_input_stream_get_type  G_GNUC_CONST
732 g_unix_input_stream_new 
733 g_unix_input_stream_set_close_fd
734 g_unix_input_stream_get_close_fd
735 g_unix_input_stream_get_fd
736 #endif /* G_OS_UNIX */
737 #endif
738 #endif
739
740 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
741 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
742 #ifdef G_OS_UNIX
743 g_unix_output_stream_get_type  G_GNUC_CONST
744 g_unix_output_stream_new 
745 g_unix_output_stream_set_close_fd
746 g_unix_output_stream_get_close_fd
747 g_unix_output_stream_get_fd
748 #endif /* G_OS_UNIX */
749 #endif
750 #endif
751
752 #if IN_HEADER(__G_MOUNT_H__)
753 #if IN_FILE(__G_MOUNT_C__)
754 g_mount_get_type  G_GNUC_CONST
755 g_mount_get_root 
756 g_mount_get_name 
757 g_mount_get_icon 
758 g_mount_get_uuid 
759 g_mount_get_volume
760 g_mount_get_drive 
761 g_mount_can_unmount 
762 g_mount_can_eject 
763 g_mount_unmount 
764 g_mount_unmount_finish 
765 g_mount_eject 
766 g_mount_eject_finish 
767 g_mount_remount 
768 g_mount_remount_finish 
769 g_mount_guess_content_type
770 g_mount_guess_content_type_finish
771 g_mount_guess_content_type_sync
772 g_mount_is_shadowed
773 g_mount_shadow
774 g_mount_unshadow
775 #endif
776 #endif
777
778 #if IN_HEADER(__G_VOLUME_H__)
779 #if IN_FILE(__G_VOLUME_C__)
780 g_volume_get_type  G_GNUC_CONST
781 g_volume_get_name 
782 g_volume_get_icon 
783 g_volume_get_uuid 
784 g_volume_get_drive 
785 g_volume_get_mount
786 g_volume_should_automount
787 g_volume_can_mount
788 g_volume_can_eject
789 g_volume_mount 
790 g_volume_mount_finish 
791 g_volume_eject 
792 g_volume_eject_finish
793 g_volume_get_identifier
794 g_volume_enumerate_identifiers
795 g_volume_get_activation_root
796 #endif
797 #endif
798
799 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
800 #if IN_FILE(__G_VOLUME_MONITOR_C__)
801 g_volume_monitor_get_type  G_GNUC_CONST
802 g_volume_monitor_get_connected_drives 
803 g_volume_monitor_get_volume_for_uuid
804 g_volume_monitor_get_volumes 
805 g_volume_monitor_get_mounts
806 g_volume_monitor_get_mount_for_uuid
807 #endif
808 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
809 g_volume_monitor_get 
810 #ifndef G_DISABLE_DEPRECATED
811 g_volume_monitor_adopt_orphan_mount
812 #endif
813 #endif
814 #endif
815
816 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
817 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
818 g_native_volume_monitor_get_type  G_GNUC_CONST
819 #endif
820 #endif
821
822 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
823 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
824 #ifdef G_OS_UNIX
825 g_local_file_monitor_get_type  G_GNUC_CONST
826 #endif
827 #endif
828 #endif
829
830 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
831 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
832 #ifdef G_OS_UNIX
833 g_local_directory_monitor_get_type  G_GNUC_CONST
834 #endif
835 #endif
836 #endif
837
838 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
839 #if IN_FILE(__GIO_ENUM_TYPES_C__)
840 g_mount_unmount_flags_get_type G_GNUC_CONST
841 g_app_info_create_flags_get_type G_GNUC_CONST
842 g_data_stream_byte_order_get_type G_GNUC_CONST
843 g_data_stream_newline_type_get_type G_GNUC_CONST
844 g_file_attribute_info_flags_get_type G_GNUC_CONST
845 g_file_attribute_status_get_type G_GNUC_CONST
846 g_file_attribute_type_get_type G_GNUC_CONST
847 g_file_copy_flags_get_type G_GNUC_CONST
848 g_file_create_flags_get_type G_GNUC_CONST
849 g_file_monitor_event_get_type G_GNUC_CONST
850 g_file_monitor_flags_get_type G_GNUC_CONST
851 g_file_query_info_flags_get_type G_GNUC_CONST
852 g_file_type_get_type G_GNUC_CONST
853 g_filesystem_preview_type_get_type G_GNUC_CONST
854 g_io_error_enum_get_type G_GNUC_CONST
855 g_mount_mount_flags_get_type G_GNUC_CONST
856 g_mount_operation_result_get_type G_GNUC_CONST
857 g_output_stream_splice_flags_get_type G_GNUC_CONST
858 g_ask_password_flags_get_type G_GNUC_CONST
859 g_password_save_get_type G_GNUC_CONST
860 g_emblem_origin_get_type G_GNUC_CONST
861 g_socket_family_get_type G_GNUC_CONST
862 g_resolver_error_get_type G_GNUC_CONST
863 #endif
864 #endif
865
866
867 #if IN_HEADER(__G_EMBLEMED_ICON_H__)
868 #if IN_FILE(__G_EMBLEMED_ICON_C__)
869 g_emblemed_icon_get_type G_GNUC_CONST
870 g_emblemed_icon_new
871 g_emblemed_icon_get_icon
872 g_emblemed_icon_get_emblems
873 g_emblemed_icon_add_emblem
874 #endif
875 #endif
876
877 #if IN_HEADER(__G_EMBLEM_H__)
878 #if IN_FILE(__G_EMBLEM_C__)
879 g_emblem_get_type G_GNUC_CONST
880 g_emblem_new
881 g_emblem_new_with_origin
882 g_emblem_get_icon
883 g_emblem_get_origin
884 #endif
885 #endif
886
887 #if IN_HEADER(__G_INET_ADDRESS_H__)
888 #if IN_FILE(__G_INET_ADDRESS_C__)
889 g_inet_address_new_from_string
890 g_inet_address_new_from_bytes
891 g_inet_address_new_any
892 g_inet_address_new_loopback
893 g_inet_address_get_family
894 g_inet_address_get_type G_GNUC_CONST
895 g_inet_address_get_is_any
896 g_inet_address_get_is_link_local
897 g_inet_address_get_is_loopback
898 g_inet_address_get_is_mc_global
899 g_inet_address_get_is_mc_link_local
900 g_inet_address_get_is_mc_node_local
901 g_inet_address_get_is_mc_org_local
902 g_inet_address_get_is_mc_site_local
903 g_inet_address_get_is_multicast
904 g_inet_address_get_is_site_local
905 g_inet_address_to_bytes
906 g_inet_address_to_string
907 #endif
908 #endif
909
910 #if IN_HEADER(__G_INET_SOCKET_ADDRESS_H__)
911 #if IN_FILE(__G_INET_SOCKET_ADDRESS_C__)
912 g_inet_socket_address_get_address
913 g_inet_socket_address_get_port
914 g_inet_socket_address_get_type G_GNUC_CONST
915 g_inet_socket_address_new
916 #endif
917 #endif
918
919 #if IN_HEADER(__G_UNIX_SOCKET_ADDRESS_H__)
920 #if IN_FILE(__G_UNIX_SOCKET_ADDRESS_C__)
921 #ifdef G_OS_UNIX
922 g_unix_socket_address_get_type G_GNUC_CONST
923 g_unix_socket_address_new
924 #endif
925 #endif
926 #endif
927
928 #if IN_HEADER(__G_SOCKET_ADDRESS_H__)
929 #if IN_FILE(__G_SOCKET_ADDRESS_C__)
930 g_socket_address_new_from_native
931 g_socket_address_get_type G_GNUC_CONST
932 g_socket_address_get_family
933 g_socket_address_get_native_size
934 g_socket_address_to_native
935 #endif
936 #endif
937
938 #if IN_HEADER(__G_RESOLVER_H__)
939 #if IN_FILE(__G_RESOLVER_C__)
940 g_resolver_error_quark
941 g_resolver_free_addresses
942 g_resolver_free_targets
943 g_resolver_get_type G_GNUC_CONST
944 g_resolver_get_default
945 g_resolver_set_default
946 g_resolver_lookup_by_name
947 g_resolver_lookup_by_name_async
948 g_resolver_lookup_by_name_finish
949 g_resolver_lookup_by_address
950 g_resolver_lookup_by_address_async
951 g_resolver_lookup_by_address_finish
952 g_resolver_lookup_service
953 g_resolver_lookup_service_async
954 g_resolver_lookup_service_finish
955 #endif
956 #endif
957
958 #if IN_HEADER(__G_THREADED_RESOLVER_H__)
959 #if IN_FILE(__G_THREADED_RESOLVER_C__)
960 g_threaded_resolver_get_type G_GNUC_CONST
961 #endif
962 #endif
963
964 #if IN_HEADER(__G_UNIX_RESOLVER_H__)
965 #if IN_FILE(__G_UNIX_RESOLVER_C__)
966 #ifdef G_OS_UNIX
967 g_unix_resolver_get_type G_GNUC_CONST
968 #endif
969 #endif
970 #endif
971
972 #if IN_HEADER(__G_WIN32_RESOLVER_H__)
973 #if IN_FILE(__G_WIN32_RESOLVER_C__)
974 #ifdef G_OS_WIN32
975 g_win32_resolver_get_type G_GNUC_CONST
976 #endif
977 #endif
978 #endif
979
980 #if IN_HEADER(__G_SRV_TARGET_H__)
981 #if IN_FILE(__G_SRV_TARGET_C__)
982 g_srv_target_get_type G_GNUC_CONST
983 g_srv_target_new
984 g_srv_target_copy
985 g_srv_target_free
986 g_srv_target_get_hostname
987 g_srv_target_get_port
988 g_srv_target_get_priority
989 g_srv_target_get_weight
990 g_srv_target_list_sort
991 #endif
992 #endif
993
994 #if IN_HEADER(__G_NETWORK_ADDRESS_H__)
995 #if IN_FILE(__G_NETWORK_ADDRESS_C__)
996 g_network_address_get_type G_GNUC_CONST
997 g_network_address_get_hostname
998 g_network_address_get_port
999 g_network_address_new
1000 #endif
1001 #endif
1002
1003 #if IN_HEADER(__G_NETWORK_SERVICE_H__)
1004 #if IN_FILE(__G_NETWORK_SERVICE_C__)
1005 g_network_service_get_type G_GNUC_CONST
1006 g_network_service_get_service
1007 g_network_service_get_protocol
1008 g_network_service_get_domain
1009 g_network_service_new
1010 #endif
1011 #endif
1012
1013 #if IN_HEADER(__G_SOCKET_CONNECTABLE_H__)
1014 #if IN_FILE(__G_SOCKET_CONNECTABLE_C__)
1015 g_socket_connectable_enumerate
1016 g_socket_connectable_get_type G_GNUC_CONST
1017 #endif
1018 #endif
1019
1020 #if IN_HEADER(__G_SOCKET_ADDRESS_ENUMERATOR_H__)
1021 #if IN_FILE(__G_SOCKET_ADDRESS_ENUMERATOR_C__)
1022 g_socket_address_enumerator_get_type G_GNUC_CONST
1023 g_socket_address_enumerator_next
1024 g_socket_address_enumerator_next_async
1025 g_socket_address_enumerator_next_finish
1026 #endif
1027 #endif