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