Add g_cancellable_release_fd()
[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_release_fd
133 g_cancellable_get_current
134 g_cancellable_push_current
135 g_cancellable_pop_current
136 g_cancellable_reset
137 g_cancellable_cancel
138 g_cancellable_connect
139 g_cancellable_disconnect
140 #endif
141 #endif
142
143 #if IN_HEADER(__G_CONTENT_TYPE_H__)
144 #if IN_FILE(__G_CONTENT_TYPE_C__)
145 g_content_type_equals
146 g_content_type_is_a
147 g_content_type_is_unknown
148 g_content_type_get_description
149 g_content_type_get_mime_type
150 g_content_type_get_icon
151 g_content_type_can_be_executable
152 g_content_type_from_mime_type
153 g_content_type_guess
154 g_content_type_guess_for_tree
155 g_content_types_get_registered
156 #endif
157 #endif
158
159 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
160 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
161 g_data_input_stream_get_type G_GNUC_CONST
162 g_data_input_stream_new
163 g_data_input_stream_set_byte_order
164 g_data_input_stream_get_byte_order
165 g_data_input_stream_set_newline_type
166 g_data_input_stream_get_newline_type
167 g_data_input_stream_read_byte
168 g_data_input_stream_read_int16
169 g_data_input_stream_read_uint16
170 g_data_input_stream_read_int32
171 g_data_input_stream_read_uint32
172 g_data_input_stream_read_int64
173 g_data_input_stream_read_uint64
174 g_data_input_stream_read_line
175 g_data_input_stream_read_line_async
176 g_data_input_stream_read_line_finish
177 g_data_input_stream_read_until
178 g_data_input_stream_read_until_async
179 g_data_input_stream_read_until_finish
180 #endif
181 #endif
182
183 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
184 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
185 g_data_output_stream_get_type G_GNUC_CONST
186 g_data_output_stream_new
187 g_data_output_stream_set_byte_order
188 g_data_output_stream_get_byte_order
189 g_data_output_stream_put_byte
190 g_data_output_stream_put_int16
191 g_data_output_stream_put_uint16
192 g_data_output_stream_put_int32
193 g_data_output_stream_put_uint32
194 g_data_output_stream_put_int64
195 g_data_output_stream_put_uint64
196 g_data_output_stream_put_string
197 #endif
198 #endif
199
200 #if IN_HEADER(__G_DRIVE_H__)
201 #if IN_FILE(__G_DRIVE_C__)
202 g_drive_get_type G_GNUC_CONST
203 g_drive_get_name
204 g_drive_get_icon
205 g_drive_has_volumes
206 g_drive_get_volumes
207 g_drive_is_media_removable
208 g_drive_has_media
209 g_drive_is_media_check_automatic
210 g_drive_can_poll_for_media
211 g_drive_can_eject
212 g_drive_eject_with_operation
213 g_drive_eject_with_operation_finish
214 g_drive_poll_for_media
215 g_drive_poll_for_media_finish
216 g_drive_get_identifier
217 g_drive_enumerate_identifiers
218 g_drive_get_start_stop_type
219 g_drive_can_start
220 g_drive_can_start_degraded
221 g_drive_start
222 g_drive_start_finish
223 g_drive_can_stop
224 g_drive_stop
225 g_drive_stop_finish
226 #ifndef G_DISABLE_DEPRECATED
227 g_drive_eject
228 g_drive_eject_finish
229 #endif
230 #endif
231 #endif
232
233 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
234 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
235 g_file_attribute_info_list_new
236 g_file_attribute_info_list_ref
237 g_file_attribute_info_list_unref
238 g_file_attribute_info_list_dup
239 g_file_attribute_info_list_get_type G_GNUC_CONST
240 g_file_attribute_info_list_lookup
241 g_file_attribute_info_list_add
242 #endif
243 #endif
244
245 #if IN_HEADER(__G_FILE_H__)
246 #if IN_FILE(__G_FILE_C__)
247 g_file_get_type G_GNUC_CONST
248 g_file_new_for_path
249 g_file_new_for_uri
250 g_file_new_for_commandline_arg
251 g_file_parse_name
252 g_file_dup
253 g_file_hash
254 g_file_equal
255 g_file_get_basename
256 g_file_get_path
257 g_file_get_uri
258 g_file_get_parse_name
259 g_file_get_parent
260 g_file_get_child
261 g_file_get_child_for_display_name
262 g_file_has_prefix
263 g_file_get_relative_path
264 g_file_resolve_relative_path
265 g_file_is_native
266 g_file_has_uri_scheme
267 g_file_get_uri_scheme
268 g_file_read
269 g_file_read_async
270 g_file_read_finish
271 g_file_append_to
272 g_file_create
273 g_file_replace
274 g_file_append_to_async
275 g_file_append_to_finish
276 g_file_create_async
277 g_file_create_finish
278 g_file_replace_async
279 g_file_replace_finish
280 g_file_query_exists
281 g_file_query_info
282 g_file_query_info_async
283 g_file_query_info_finish
284 g_file_query_file_type
285 g_file_query_filesystem_info
286 g_file_query_filesystem_info_async
287 g_file_query_filesystem_info_finish
288 g_file_find_enclosing_mount
289 g_file_find_enclosing_mount_async
290 g_file_find_enclosing_mount_finish
291 g_file_enumerate_children
292 g_file_enumerate_children_async
293 g_file_enumerate_children_finish
294 g_file_set_display_name
295 g_file_set_display_name_async
296 g_file_set_display_name_finish
297 g_file_delete
298 g_file_trash
299 g_file_copy
300 g_file_copy_async
301 g_file_copy_finish
302 g_file_move
303 g_file_make_directory
304 g_file_make_directory_with_parents
305 g_file_make_symbolic_link
306 g_file_query_settable_attributes
307 g_file_query_writable_namespaces
308 g_file_set_attribute
309 g_file_set_attributes_from_info
310 g_file_set_attributes_async
311 g_file_set_attributes_finish
312 g_file_set_attribute_string
313 g_file_set_attribute_byte_string
314 g_file_set_attribute_uint32
315 g_file_set_attribute_int32
316 g_file_set_attribute_uint64
317 g_file_set_attribute_int64
318 g_file_mount_enclosing_volume
319 g_file_mount_enclosing_volume_finish
320 g_file_mount_mountable
321 g_file_mount_mountable_finish
322 g_file_unmount_mountable_with_operation
323 g_file_unmount_mountable_with_operation_finish
324 g_file_eject_mountable_with_operation
325 g_file_eject_mountable_with_operation_finish
326 g_file_copy_attributes
327 g_file_monitor_directory
328 g_file_monitor_file
329 g_file_monitor
330 g_file_query_default_handler
331 g_file_load_contents
332 g_file_load_contents_async
333 g_file_load_contents_finish
334 g_file_load_partial_contents_async
335 g_file_load_partial_contents_finish
336 g_file_replace_contents
337 g_file_replace_contents_async
338 g_file_replace_contents_finish
339 g_file_create_readwrite
340 g_file_create_readwrite_async
341 g_file_create_readwrite_finish
342 g_file_open_readwrite
343 g_file_open_readwrite_async
344 g_file_open_readwrite_finish
345 g_file_replace_readwrite
346 g_file_replace_readwrite_async
347 g_file_replace_readwrite_finish
348 g_file_start_mountable
349 g_file_start_mountable_finish
350 g_file_stop_mountable
351 g_file_stop_mountable_finish
352 g_file_supports_thread_contexts
353 g_file_poll_mountable
354 g_file_poll_mountable_finish
355 #ifndef G_DISABLE_DEPRECATED
356 g_file_unmount_mountable
357 g_file_unmount_mountable_finish
358 g_file_eject_mountable
359 g_file_eject_mountable_finish
360 #endif
361 #endif
362 #endif
363
364 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
365 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
366 g_file_enumerator_get_type G_GNUC_CONST
367 g_file_enumerator_next_file
368 g_file_enumerator_close
369 g_file_enumerator_next_files_async
370 g_file_enumerator_next_files_finish
371 g_file_enumerator_close_async
372 g_file_enumerator_close_finish
373 g_file_enumerator_is_closed
374 g_file_enumerator_has_pending
375 g_file_enumerator_set_pending
376 g_file_enumerator_get_container
377 #endif
378 #endif
379
380 #if IN_HEADER(__G_FILE_ICON_H__)
381 #if IN_FILE(__G_FILE_ICON_C__)
382 g_file_icon_get_type G_GNUC_CONST
383 g_file_icon_new
384 g_file_icon_get_file
385 #endif
386 #endif
387
388 #if IN_HEADER(__G_FILE_INFO_H__)
389 #if IN_FILE(__G_FILE_INFO_C__)
390 g_file_info_get_type  G_GNUC_CONST
391 g_file_info_new 
392 g_file_info_dup 
393 g_file_info_copy_into 
394 g_file_info_has_attribute 
395 g_file_info_has_namespace
396 g_file_info_list_attributes 
397 g_file_info_get_attribute_type 
398 g_file_info_remove_attribute 
399 g_file_info_get_attribute_status 
400 g_file_info_get_attribute_data 
401 g_file_info_get_attribute_as_string 
402 g_file_info_get_attribute_string 
403 g_file_info_get_attribute_byte_string 
404 g_file_info_get_attribute_boolean 
405 g_file_info_get_attribute_uint32 
406 g_file_info_get_attribute_int32 
407 g_file_info_get_attribute_uint64 
408 g_file_info_get_attribute_int64 
409 g_file_info_get_attribute_object 
410 g_file_info_get_attribute_stringv
411 g_file_info_set_attribute_status
412 g_file_info_set_attribute 
413 g_file_info_set_attribute_string 
414 g_file_info_set_attribute_byte_string 
415 g_file_info_set_attribute_boolean 
416 g_file_info_set_attribute_uint32 
417 g_file_info_set_attribute_int32 
418 g_file_info_set_attribute_uint64 
419 g_file_info_set_attribute_int64 
420 g_file_info_set_attribute_object 
421 g_file_info_set_attribute_stringv
422 g_file_info_clear_status 
423 g_file_info_get_file_type 
424 g_file_info_get_is_hidden 
425 g_file_info_get_is_backup 
426 g_file_info_get_is_symlink 
427 g_file_info_get_name 
428 g_file_info_get_display_name 
429 g_file_info_get_edit_name 
430 g_file_info_get_icon 
431 g_file_info_get_content_type 
432 g_file_info_get_size 
433 g_file_info_get_modification_time 
434 g_file_info_get_symlink_target 
435 g_file_info_get_etag 
436 g_file_info_get_sort_order 
437 g_file_info_set_attribute_mask 
438 g_file_info_unset_attribute_mask 
439 g_file_info_set_file_type 
440 g_file_info_set_is_hidden 
441 g_file_info_set_is_symlink 
442 g_file_info_set_name 
443 g_file_info_set_display_name 
444 g_file_info_set_edit_name 
445 g_file_info_set_icon 
446 g_file_info_set_content_type 
447 g_file_info_set_size 
448 g_file_info_set_modification_time 
449 g_file_info_set_symlink_target 
450 g_file_info_set_sort_order 
451 g_file_attribute_matcher_new 
452 g_file_attribute_matcher_ref 
453 g_file_attribute_matcher_unref 
454 g_file_attribute_matcher_matches 
455 g_file_attribute_matcher_matches_only 
456 g_file_attribute_matcher_enumerate_namespace 
457 g_file_attribute_matcher_enumerate_next 
458 #endif
459 #endif
460
461 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
462 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
463 g_file_input_stream_get_type  G_GNUC_CONST
464 g_file_input_stream_query_info 
465 g_file_input_stream_query_info_async 
466 g_file_input_stream_query_info_finish 
467 #endif
468 #endif
469
470 #if IN_HEADER(__G_FILE_MONITOR_H__)
471 #if IN_FILE(__G_FILE_MONITOR_C__)
472 g_file_monitor_get_type  G_GNUC_CONST
473 g_file_monitor_cancel 
474 g_file_monitor_is_cancelled 
475 g_file_monitor_set_rate_limit 
476 g_file_monitor_emit_event 
477 #endif
478 #endif
479
480 #if IN_HEADER(__G_FILENAME_COMPLETER_H__)
481 #if IN_FILE(__G_FILENAME_COMPLETER_C__)
482 g_filename_completer_get_type  G_GNUC_CONST
483 g_filename_completer_new 
484 g_filename_completer_get_completion_suffix 
485 g_filename_completer_get_completions 
486 g_filename_completer_set_dirs_only 
487 #endif
488 #endif
489
490 #if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__)
491 #if IN_FILE(__G_FILE_OUTPUT_STREAM_C__)
492 g_file_output_stream_get_type  G_GNUC_CONST
493 g_file_output_stream_query_info 
494 g_file_output_stream_query_info_async 
495 g_file_output_stream_query_info_finish 
496 g_file_output_stream_get_etag 
497 #endif
498 #endif
499
500 #if IN_HEADER(__G_FILE_IO_STREAM_H__)
501 #if IN_FILE(__G_FILE_IO_STREAM_C__)
502 g_file_io_stream_get_type  G_GNUC_CONST
503 g_file_io_stream_query_info
504 g_file_io_stream_query_info_async
505 g_file_io_stream_query_info_finish
506 g_file_io_stream_get_etag
507 #endif
508 #endif
509
510 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
511 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
512 g_filter_input_stream_get_type  G_GNUC_CONST
513 g_filter_input_stream_get_base_stream 
514 g_filter_input_stream_get_close_base_stream
515 g_filter_input_stream_set_close_base_stream
516 #endif
517 #endif
518
519 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
520 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
521 g_filter_output_stream_get_type  G_GNUC_CONST
522 g_filter_output_stream_get_base_stream 
523 g_filter_output_stream_get_close_base_stream
524 g_filter_output_stream_set_close_base_stream
525 #endif
526 #endif
527
528 #if IN_HEADER(__G_ICON_H__)
529 #if IN_FILE(__G_ICON_C__)
530 g_icon_get_type  G_GNUC_CONST
531 g_icon_hash 
532 g_icon_equal 
533 g_icon_to_string
534 g_icon_new_for_string
535 #endif
536 #endif
537
538 #if IN_HEADER(__G_INPUT_STREAM_H__)
539 #if IN_FILE(__G_INPUT_STREAM_C__)
540 g_input_stream_get_type  G_GNUC_CONST
541 g_input_stream_read 
542 g_input_stream_read_all 
543 g_input_stream_skip 
544 g_input_stream_close 
545 g_input_stream_read_async 
546 g_input_stream_read_finish 
547 g_input_stream_skip_async 
548 g_input_stream_skip_finish 
549 g_input_stream_close_async 
550 g_input_stream_close_finish 
551 g_input_stream_is_closed 
552 g_input_stream_has_pending 
553 g_input_stream_set_pending 
554 g_input_stream_clear_pending
555 #endif
556 #endif
557
558 #if IN_HEADER(__G_IO_STREAM_H__)
559 #if IN_FILE(__G_IO_STREAM_C__)
560 g_io_stream_get_type  G_GNUC_CONST
561 g_io_stream_get_input_stream
562 g_io_stream_get_output_stream
563 g_io_stream_close
564 g_io_stream_close_async
565 g_io_stream_close_finish
566 g_io_stream_is_closed
567 g_io_stream_has_pending
568 g_io_stream_set_pending
569 g_io_stream_clear_pending
570 #endif
571 #endif
572
573 #if IN_HEADER(__G_IO_ERROR_H__)
574 #if IN_FILE(__G_IO_ERROR_C__)
575 g_io_error_quark 
576 g_io_error_from_errno 
577 #endif
578 #endif
579
580 #if IN_HEADER(__G_IO_MODULE_H__)
581 #if IN_FILE(__G_IO_MODULE_C__)
582 g_io_module_get_type  G_GNUC_CONST
583 g_io_module_new 
584 g_io_modules_load_all_in_directory
585 g_io_extension_point_register
586 g_io_extension_point_lookup
587 g_io_extension_point_set_required_type
588 g_io_extension_point_get_required_type
589 g_io_extension_point_get_extensions
590 g_io_extension_point_get_extension_by_name
591 g_io_extension_point_implement
592 g_io_extension_get_type
593 g_io_extension_get_name
594 g_io_extension_get_priority
595 g_io_extension_ref_class
596 #endif
597 #endif
598
599 #if IN_HEADER(__G_IO_SCHEDULER_H__)
600 #if IN_FILE(__G_IO_SCHEDULER_C__)
601 g_io_scheduler_push_job
602 g_io_scheduler_cancel_all_jobs
603 g_io_scheduler_job_send_to_mainloop
604 g_io_scheduler_job_send_to_mainloop_async
605 #endif
606 #endif
607
608 #if IN_HEADER(__G_LOADABLE_ICON_H__)
609 #if IN_FILE(__G_LOADABLE_ICON_C__)
610 g_loadable_icon_get_type  G_GNUC_CONST
611 g_loadable_icon_load 
612 g_loadable_icon_load_async 
613 g_loadable_icon_load_finish 
614 #endif
615 #endif
616
617 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
618 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
619 g_memory_input_stream_get_type  G_GNUC_CONST
620 g_memory_input_stream_new
621 g_memory_input_stream_new_from_data 
622 g_memory_input_stream_add_data 
623 #endif
624 #endif
625
626 #if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__)
627 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
628 g_memory_output_stream_get_type  G_GNUC_CONST
629 g_memory_output_stream_new 
630 g_memory_output_stream_get_data 
631 g_memory_output_stream_get_data_size
632 g_memory_output_stream_get_size
633 #endif
634 #endif
635
636 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
637 #if IN_FILE(__G_MOUNT_OPERATION_C__)
638 g_mount_operation_get_type  G_GNUC_CONST
639 g_mount_operation_new 
640 g_mount_operation_get_username 
641 g_mount_operation_set_username 
642 g_mount_operation_get_password 
643 g_mount_operation_set_password 
644 g_mount_operation_get_anonymous 
645 g_mount_operation_set_anonymous 
646 g_mount_operation_get_domain 
647 g_mount_operation_set_domain 
648 g_mount_operation_get_password_save 
649 g_mount_operation_set_password_save 
650 g_mount_operation_get_choice 
651 g_mount_operation_set_choice 
652 g_mount_operation_reply 
653 #endif
654 #endif
655
656 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
657 #if IN_FILE(__G_OUTPUT_STREAM_C__)
658 g_output_stream_get_type  G_GNUC_CONST
659 g_output_stream_write 
660 g_output_stream_write_all 
661 g_output_stream_splice 
662 g_output_stream_flush 
663 g_output_stream_close 
664 g_output_stream_write_async 
665 g_output_stream_write_finish 
666 g_output_stream_splice_async 
667 g_output_stream_splice_finish 
668 g_output_stream_flush_async 
669 g_output_stream_flush_finish 
670 g_output_stream_close_async 
671 g_output_stream_close_finish 
672 g_output_stream_is_closed 
673 g_output_stream_has_pending 
674 g_output_stream_set_pending 
675 g_output_stream_clear_pending
676 #endif
677 #endif
678
679 #if IN_HEADER(__G_SEEKABLE_H__)
680 #if IN_FILE(__G_SEEKABLE_C__)
681 g_seekable_get_type  G_GNUC_CONST
682 g_seekable_tell 
683 g_seekable_can_seek 
684 g_seekable_seek 
685 g_seekable_can_truncate 
686 g_seekable_truncate 
687 #endif
688 #endif
689
690 #if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__)
691 #if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__)
692 g_simple_async_result_get_type  G_GNUC_CONST
693 g_simple_async_result_new 
694 g_simple_async_result_new_error 
695 g_simple_async_result_new_from_error 
696 g_simple_async_result_set_op_res_gpointer 
697 g_simple_async_result_get_op_res_gpointer 
698 g_simple_async_result_set_op_res_gssize 
699 g_simple_async_result_get_op_res_gssize 
700 g_simple_async_result_set_op_res_gboolean 
701 g_simple_async_result_get_op_res_gboolean 
702 g_simple_async_result_get_source_tag 
703 g_simple_async_result_set_handle_cancellation 
704 g_simple_async_result_complete 
705 g_simple_async_result_complete_in_idle 
706 g_simple_async_result_run_in_thread 
707 g_simple_async_result_set_from_error 
708 g_simple_async_result_propagate_error 
709 g_simple_async_result_set_error 
710 g_simple_async_result_set_error_va 
711 g_simple_async_result_is_valid
712 g_simple_async_report_error_in_idle 
713 g_simple_async_report_gerror_in_idle 
714 #endif
715 #endif
716
717 #if IN_HEADER(__G_THEMED_ICON_H__)
718 #if IN_FILE(__G_THEMED_ICON_C__)
719 g_themed_icon_get_type  G_GNUC_CONST
720 g_themed_icon_new
721 g_themed_icon_new_with_default_fallbacks
722 g_themed_icon_new_from_names
723 g_themed_icon_get_names
724 g_themed_icon_prepend_name
725 g_themed_icon_append_name
726 #endif
727 #endif
728
729 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
730 #if IN_FILE(__G_UNIX_MOUNTS_C__)
731 #ifdef G_OS_UNIX
732 g_unix_mount_free 
733 g_unix_mount_point_free 
734 g_unix_mount_compare 
735 g_unix_mount_get_mount_path 
736 g_unix_mount_get_device_path 
737 g_unix_mount_get_fs_type 
738 g_unix_mount_is_readonly 
739 g_unix_mount_is_system_internal 
740 g_unix_mount_guess_can_eject
741 g_unix_mount_guess_should_display
742 g_unix_mount_guess_name 
743 g_unix_mount_guess_icon
744 g_unix_mount_point_compare 
745 g_unix_mount_point_get_mount_path 
746 g_unix_mount_point_get_device_path 
747 g_unix_mount_point_get_fs_type 
748 g_unix_mount_point_is_readonly 
749 g_unix_mount_point_is_user_mountable 
750 g_unix_mount_point_is_loopback 
751 g_unix_mount_point_guess_can_eject
752 g_unix_mount_point_guess_name
753 g_unix_mount_point_guess_icon
754 g_unix_mount_points_get
755 g_unix_mounts_get
756 g_unix_mount_at 
757 g_unix_mounts_changed_since 
758 g_unix_mount_points_changed_since 
759 g_unix_mount_monitor_get_type  G_GNUC_CONST
760 g_unix_mount_monitor_new 
761 g_unix_mount_monitor_set_rate_limit 
762 g_unix_is_mount_path_system_internal
763 #endif /* G_OS_UNIX */
764 #endif
765 #endif
766
767 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
768 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
769 #ifdef G_OS_UNIX
770 g_unix_input_stream_get_type  G_GNUC_CONST
771 g_unix_input_stream_new 
772 g_unix_input_stream_set_close_fd
773 g_unix_input_stream_get_close_fd
774 g_unix_input_stream_get_fd
775 #endif /* G_OS_UNIX */
776 #endif
777 #endif
778
779 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
780 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
781 #ifdef G_OS_UNIX
782 g_unix_output_stream_get_type  G_GNUC_CONST
783 g_unix_output_stream_new 
784 g_unix_output_stream_set_close_fd
785 g_unix_output_stream_get_close_fd
786 g_unix_output_stream_get_fd
787 #endif /* G_OS_UNIX */
788 #endif
789 #endif
790
791 #if IN_HEADER(__G_MOUNT_H__)
792 #if IN_FILE(__G_MOUNT_C__)
793 g_mount_get_type  G_GNUC_CONST
794 g_mount_get_root 
795 g_mount_get_name 
796 g_mount_get_icon 
797 g_mount_get_uuid 
798 g_mount_get_volume
799 g_mount_get_drive 
800 g_mount_can_unmount 
801 g_mount_can_eject 
802 g_mount_unmount_with_operation
803 g_mount_unmount_with_operation_finish
804 g_mount_eject_with_operation
805 g_mount_eject_with_operation_finish
806 g_mount_remount 
807 g_mount_remount_finish 
808 g_mount_guess_content_type
809 g_mount_guess_content_type_finish
810 g_mount_guess_content_type_sync
811 g_mount_is_shadowed
812 g_mount_shadow
813 g_mount_unshadow
814 #ifndef G_DISABLE_DEPRECATED
815 g_mount_unmount 
816 g_mount_unmount_finish 
817 g_mount_eject 
818 g_mount_eject_finish 
819 #endif
820 #endif
821 #endif
822
823 #if IN_HEADER(__G_VOLUME_H__)
824 #if IN_FILE(__G_VOLUME_C__)
825 g_volume_get_type  G_GNUC_CONST
826 g_volume_get_name 
827 g_volume_get_icon 
828 g_volume_get_uuid 
829 g_volume_get_drive 
830 g_volume_get_mount
831 g_volume_should_automount
832 g_volume_can_mount
833 g_volume_can_eject
834 g_volume_mount 
835 g_volume_mount_finish 
836 g_volume_eject_with_operation
837 g_volume_eject_with_operation_finish
838 g_volume_get_identifier
839 g_volume_enumerate_identifiers
840 g_volume_get_activation_root
841 #ifndef G_DISABLE_DEPRECATED
842 g_volume_eject 
843 g_volume_eject_finish
844 #endif
845 #endif
846 #endif
847
848 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
849 #if IN_FILE(__G_VOLUME_MONITOR_C__)
850 g_volume_monitor_get_type  G_GNUC_CONST
851 g_volume_monitor_get_connected_drives 
852 g_volume_monitor_get_volume_for_uuid
853 g_volume_monitor_get_volumes 
854 g_volume_monitor_get_mounts
855 g_volume_monitor_get_mount_for_uuid
856 #endif
857 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
858 g_volume_monitor_get 
859 #ifndef G_DISABLE_DEPRECATED
860 g_volume_monitor_adopt_orphan_mount
861 #endif
862 #endif
863 #endif
864
865 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
866 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
867 g_native_volume_monitor_get_type  G_GNUC_CONST
868 #endif
869 #endif
870
871 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
872 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
873 #ifdef G_OS_UNIX
874 g_local_file_monitor_get_type  G_GNUC_CONST
875 #endif
876 #endif
877 #endif
878
879 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
880 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
881 #ifdef G_OS_UNIX
882 g_local_directory_monitor_get_type  G_GNUC_CONST
883 #endif
884 #endif
885 #endif
886
887 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
888 #if IN_FILE(__GIO_ENUM_TYPES_C__)
889 g_mount_unmount_flags_get_type G_GNUC_CONST
890 g_app_info_create_flags_get_type G_GNUC_CONST
891 g_data_stream_byte_order_get_type G_GNUC_CONST
892 g_data_stream_newline_type_get_type G_GNUC_CONST
893 g_file_attribute_info_flags_get_type G_GNUC_CONST
894 g_file_attribute_status_get_type G_GNUC_CONST
895 g_file_attribute_type_get_type G_GNUC_CONST
896 g_file_copy_flags_get_type G_GNUC_CONST
897 g_file_create_flags_get_type G_GNUC_CONST
898 g_file_monitor_event_get_type G_GNUC_CONST
899 g_file_monitor_flags_get_type G_GNUC_CONST
900 g_file_query_info_flags_get_type G_GNUC_CONST
901 g_file_type_get_type G_GNUC_CONST
902 g_filesystem_preview_type_get_type G_GNUC_CONST
903 g_io_error_enum_get_type G_GNUC_CONST
904 g_mount_mount_flags_get_type G_GNUC_CONST
905 g_mount_operation_result_get_type G_GNUC_CONST
906 g_drive_start_flags_get_type G_GNUC_CONST
907 g_drive_start_stop_type_get_type G_GNUC_CONST
908 g_output_stream_splice_flags_get_type G_GNUC_CONST
909 g_ask_password_flags_get_type G_GNUC_CONST
910 g_password_save_get_type G_GNUC_CONST
911 g_emblem_origin_get_type G_GNUC_CONST
912 g_socket_family_get_type G_GNUC_CONST
913 g_socket_type_get_type G_GNUC_CONST
914 g_socket_protocol_get_type G_GNUC_CONST
915 g_socket_msg_flags_get_type G_GNUC_CONST
916 g_resolver_error_get_type G_GNUC_CONST
917 #endif
918 #endif
919
920
921 #if IN_HEADER(__G_EMBLEMED_ICON_H__)
922 #if IN_FILE(__G_EMBLEMED_ICON_C__)
923 g_emblemed_icon_get_type G_GNUC_CONST
924 g_emblemed_icon_new
925 g_emblemed_icon_get_icon
926 g_emblemed_icon_get_emblems
927 g_emblemed_icon_add_emblem
928 #endif
929 #endif
930
931 #if IN_HEADER(__G_EMBLEM_H__)
932 #if IN_FILE(__G_EMBLEM_C__)
933 g_emblem_get_type G_GNUC_CONST
934 g_emblem_new
935 g_emblem_new_with_origin
936 g_emblem_get_icon
937 g_emblem_get_origin
938 #endif
939 #endif
940
941 #if IN_HEADER(__G_INET_ADDRESS_H__)
942 #if IN_FILE(__G_INET_ADDRESS_C__)
943 g_inet_address_new_from_string
944 g_inet_address_new_from_bytes
945 g_inet_address_new_any
946 g_inet_address_new_loopback
947 g_inet_address_get_family
948 g_inet_address_get_type G_GNUC_CONST
949 g_inet_address_get_is_any
950 g_inet_address_get_is_link_local
951 g_inet_address_get_is_loopback
952 g_inet_address_get_is_mc_global
953 g_inet_address_get_is_mc_link_local
954 g_inet_address_get_is_mc_node_local
955 g_inet_address_get_is_mc_org_local
956 g_inet_address_get_is_mc_site_local
957 g_inet_address_get_is_multicast
958 g_inet_address_get_is_site_local
959 g_inet_address_to_bytes
960 g_inet_address_get_native_size
961 g_inet_address_to_string
962 #endif
963 #endif
964
965 #if IN_HEADER(__G_INET_SOCKET_ADDRESS_H__)
966 #if IN_FILE(__G_INET_SOCKET_ADDRESS_C__)
967 g_inet_socket_address_get_address
968 g_inet_socket_address_get_port
969 g_inet_socket_address_get_type G_GNUC_CONST
970 g_inet_socket_address_new
971 #endif
972 #endif
973
974 #if IN_HEADER(__G_UNIX_SOCKET_ADDRESS_H__)
975 #if IN_FILE(__G_UNIX_SOCKET_ADDRESS_C__)
976 #ifdef G_OS_UNIX
977 g_unix_socket_address_get_type G_GNUC_CONST
978 g_unix_socket_address_new
979 g_unix_socket_address_new_abstract
980 g_unix_socket_address_abstract_names_supported
981 g_unix_socket_address_get_is_abstract
982 g_unix_socket_address_get_path
983 g_unix_socket_address_get_path_len
984 #endif
985 #endif
986 #endif
987
988 #if IN_HEADER(__G_SOCKET_ADDRESS_H__)
989 #if IN_FILE(__G_SOCKET_ADDRESS_C__)
990 g_socket_address_new_from_native
991 g_socket_address_get_type G_GNUC_CONST
992 g_socket_address_get_family
993 g_socket_address_get_native_size
994 g_socket_address_to_native
995 #endif
996 #endif
997
998 #if IN_HEADER(__G_RESOLVER_H__)
999 #if IN_FILE(__G_RESOLVER_C__)
1000 g_resolver_error_quark
1001 g_resolver_free_addresses
1002 g_resolver_free_targets
1003 g_resolver_get_type G_GNUC_CONST
1004 g_resolver_get_default
1005 g_resolver_set_default
1006 g_resolver_lookup_by_name
1007 g_resolver_lookup_by_name_async
1008 g_resolver_lookup_by_name_finish
1009 g_resolver_lookup_by_address
1010 g_resolver_lookup_by_address_async
1011 g_resolver_lookup_by_address_finish
1012 g_resolver_lookup_service
1013 g_resolver_lookup_service_async
1014 g_resolver_lookup_service_finish
1015 #endif
1016 #endif
1017
1018 #if IN_HEADER(__G_THREADED_RESOLVER_H__)
1019 #if IN_FILE(__G_THREADED_RESOLVER_C__)
1020 g_threaded_resolver_get_type G_GNUC_CONST
1021 #endif
1022 #endif
1023
1024 #if IN_HEADER(__G_UNIX_RESOLVER_H__)
1025 #if IN_FILE(__G_UNIX_RESOLVER_C__)
1026 #ifdef G_OS_UNIX
1027 g_unix_resolver_get_type G_GNUC_CONST
1028 #endif
1029 #endif
1030 #endif
1031
1032 #if IN_HEADER(__G_WIN32_RESOLVER_H__)
1033 #if IN_FILE(__G_WIN32_RESOLVER_C__)
1034 #ifdef G_OS_WIN32
1035 g_win32_resolver_get_type G_GNUC_CONST
1036 #endif
1037 #endif
1038 #endif
1039
1040 #if IN_HEADER(__G_SRV_TARGET_H__)
1041 #if IN_FILE(__G_SRV_TARGET_C__)
1042 g_srv_target_get_type G_GNUC_CONST
1043 g_srv_target_new
1044 g_srv_target_copy
1045 g_srv_target_free
1046 g_srv_target_get_hostname
1047 g_srv_target_get_port
1048 g_srv_target_get_priority
1049 g_srv_target_get_weight
1050 g_srv_target_list_sort
1051 #endif
1052 #endif
1053
1054 #if IN_HEADER(__G_NETWORK_ADDRESS_H__)
1055 #if IN_FILE(__G_NETWORK_ADDRESS_C__)
1056 g_network_address_get_type G_GNUC_CONST
1057 g_network_address_get_hostname
1058 g_network_address_get_port
1059 g_network_address_new
1060 g_network_address_parse
1061 #endif
1062 #endif
1063
1064 #if IN_HEADER(__G_NETWORK_SERVICE_H__)
1065 #if IN_FILE(__G_NETWORK_SERVICE_C__)
1066 g_network_service_get_type G_GNUC_CONST
1067 g_network_service_get_service
1068 g_network_service_get_protocol
1069 g_network_service_get_domain
1070 g_network_service_new
1071 #endif
1072 #endif
1073
1074 #if IN_HEADER(__G_SOCKET_CONNECTABLE_H__)
1075 #if IN_FILE(__G_SOCKET_CONNECTABLE_C__)
1076 g_socket_connectable_enumerate
1077 g_socket_connectable_get_type G_GNUC_CONST
1078 #endif
1079 #endif
1080
1081 #if IN_HEADER(__G_SOCKET_ADDRESS_ENUMERATOR_H__)
1082 #if IN_FILE(__G_SOCKET_ADDRESS_ENUMERATOR_C__)
1083 g_socket_address_enumerator_get_type G_GNUC_CONST
1084 g_socket_address_enumerator_next
1085 g_socket_address_enumerator_next_async
1086 g_socket_address_enumerator_next_finish
1087 #endif
1088 #endif
1089
1090 #if IN_HEADER(__G_ASYNC_INITABLE_H__)
1091 #if IN_FILE(__G_ASYNC_INITABLE_C__)
1092 g_async_initable_get_type G_GNUC_CONST
1093 g_async_initable_init_async
1094 g_async_initable_init_finish
1095 g_async_initable_new_async
1096 g_async_initable_new_finish
1097 g_async_initable_new_valist_async
1098 g_async_initable_newv_async
1099 #endif
1100 #endif
1101
1102 #if IN_HEADER(__G_INITABLE_H__)
1103 #if IN_FILE(__G_INITABLE_C__)
1104 g_initable_get_type G_GNUC_CONST
1105 g_initable_init
1106 g_initable_new
1107 g_initable_newv
1108 g_initable_new_valist
1109 #endif
1110 #endif
1111
1112 #if IN_HEADER(__G_SOCKET_H__)
1113 #if IN_FILE(__G_SOCKET_C__)
1114 g_socket_get_type G_GNUC_CONST
1115 g_socket_accept
1116 g_socket_bind
1117 g_socket_check_connect_result
1118 g_socket_close
1119 g_socket_shutdown
1120 g_socket_condition_check
1121 g_socket_condition_wait
1122 g_socket_connect
1123 g_socket_create_source
1124 g_socket_get_blocking
1125 g_socket_get_family
1126 g_socket_get_fd
1127 g_socket_get_keepalive
1128 g_socket_get_listen_backlog
1129 g_socket_get_local_address
1130 g_socket_get_protocol
1131 g_socket_get_remote_address
1132 g_socket_get_socket_type
1133 g_socket_is_closed
1134 g_socket_is_connected
1135 g_socket_listen
1136 g_socket_new
1137 g_socket_new_from_fd
1138 g_socket_receive
1139 g_socket_receive_from
1140 g_socket_receive_message
1141 g_socket_send
1142 g_socket_send_message
1143 g_socket_send_to
1144 g_socket_set_blocking
1145 g_socket_set_keepalive
1146 g_socket_set_listen_backlog
1147 g_socket_speaks_ipv4
1148 #endif
1149 #endif
1150
1151 #if IN_HEADER(__G_SOCKET_CONTROL_MESSAGE_H__)
1152 #if IN_FILE(__G_SOCKET_CONTROL_MESSAGE_C__)
1153 g_socket_control_message_get_type G_GNUC_CONST
1154 g_socket_control_message_deserialize
1155 g_socket_control_message_get_level
1156 g_socket_control_message_get_msg_type
1157 g_socket_control_message_get_size
1158 g_socket_control_message_serialize
1159 #endif
1160 #endif
1161
1162 #if IN_HEADER(__G_SOCKET_CLIENT_H__)
1163 #if IN_FILE(__G_SOCKET_CLIENT_C__)
1164 g_socket_client_get_type G_GNUC_CONST
1165 g_socket_client_connect
1166 g_socket_client_connect_async
1167 g_socket_client_connect_finish
1168 g_socket_client_connect_to_host
1169 g_socket_client_connect_to_host_async
1170 g_socket_client_connect_to_host_finish
1171 g_socket_client_connect_to_service
1172 g_socket_client_connect_to_service_async
1173 g_socket_client_connect_to_service_finish
1174 g_socket_client_get_family
1175 g_socket_client_get_local_address
1176 g_socket_client_get_protocol
1177 g_socket_client_get_socket_type
1178 g_socket_client_new
1179 g_socket_client_set_family
1180 g_socket_client_set_local_address
1181 g_socket_client_set_protocol
1182 g_socket_client_set_socket_type
1183 #endif
1184 #endif
1185
1186 #if IN_HEADER(__G_SOCKET_CONNECTION_H__)
1187 #if IN_FILE(__G_SOCKET_CONNECTION_C__)
1188 g_socket_connection_get_type G_GNUC_CONST
1189 g_socket_connection_factory_create_connection
1190 g_socket_connection_factory_lookup_type
1191 g_socket_connection_factory_register_type
1192 g_socket_connection_get_local_address
1193 g_socket_connection_get_remote_address
1194 g_socket_connection_get_socket
1195 #endif
1196 #endif
1197
1198 #if IN_HEADER(__G_SOCKET_LISTENER_H__)
1199 #if IN_FILE(__G_SOCKET_LISTENER_C__)
1200 g_socket_listener_get_type G_GNUC_CONST
1201 g_socket_listener_accept
1202 g_socket_listener_accept_async
1203 g_socket_listener_accept_finish
1204 g_socket_listener_accept_socket
1205 g_socket_listener_accept_socket_async
1206 g_socket_listener_accept_socket_finish
1207 g_socket_listener_add_address
1208 g_socket_listener_add_inet_port
1209 g_socket_listener_add_socket
1210 g_socket_listener_close
1211 g_socket_listener_new
1212 g_socket_listener_set_backlog
1213 #endif
1214 #endif
1215
1216 #if IN_HEADER(__G_SOCKET_SERVICE_H__)
1217 #if IN_FILE(__G_SOCKET_SERVICE_C__)
1218 g_socket_service_get_type G_GNUC_CONST
1219 g_socket_service_is_active
1220 g_socket_service_new
1221 g_socket_service_start
1222 g_socket_service_stop
1223 #endif
1224 #endif
1225
1226 #if IN_HEADER(__G_THREADED_SOCKET_SERVICE_H__)
1227 #if IN_FILE(__G_THREADED_SOCKET_SERVICE_C__)
1228 g_threaded_socket_service_get_type G_GNUC_CONST
1229 g_threaded_socket_service_new
1230 #endif
1231 #endif
1232
1233 #if IN_HEADER(__G_TCP_CONNECTION_H__)
1234 #if IN_FILE(__G_TCP_CONNECTION_C__)
1235 g_tcp_connection_get_type G_GNUC_CONST
1236 g_tcp_connection_set_graceful_disconnect
1237 g_tcp_connection_get_graceful_disconnect
1238 #endif
1239 #endif
1240
1241 #if IN_HEADER(__G_UNIX_CONNECTION_H__)
1242 #if IN_FILE(__G_UNIX_CONNECTION_C__)
1243 #ifndef G_OS_WIN32
1244 g_unix_connection_get_type G_GNUC_CONST
1245 g_unix_connection_receive_fd
1246 g_unix_connection_send_fd
1247 #endif
1248 #endif
1249 #endif
1250
1251 #if IN_HEADER(__G_UNIX_FD_MESSAGE_H__)
1252 #if IN_FILE(__G_UNIX_FD_MESSAGE_C__)
1253 #ifndef G_OS_WIN32
1254 g_unix_fd_message_get_type G_GNUC_CONST
1255 g_unix_fd_message_append_fd
1256 g_unix_fd_message_new
1257 g_unix_fd_message_steal_fds
1258 #endif
1259 #endif
1260 #endif