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