Add missign single include guards
[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_scan_all_in_directory
621 g_io_modules_load_all_in_directory
622 g_io_extension_point_register
623 g_io_extension_point_lookup
624 g_io_extension_point_set_required_type
625 g_io_extension_point_get_required_type
626 g_io_extension_point_get_extensions
627 g_io_extension_point_get_extension_by_name
628 g_io_extension_point_implement
629 g_io_extension_get_type
630 g_io_extension_get_name
631 g_io_extension_get_priority
632 g_io_extension_ref_class
633 #endif
634 #endif
635
636 #if IN_HEADER(__G_IO_SCHEDULER_H__)
637 #if IN_FILE(__G_IO_SCHEDULER_C__)
638 g_io_scheduler_push_job
639 g_io_scheduler_cancel_all_jobs
640 g_io_scheduler_job_send_to_mainloop
641 g_io_scheduler_job_send_to_mainloop_async
642 #endif
643 #endif
644
645 #if IN_HEADER(__G_LOADABLE_ICON_H__)
646 #if IN_FILE(__G_LOADABLE_ICON_C__)
647 g_loadable_icon_get_type  G_GNUC_CONST
648 g_loadable_icon_load
649 g_loadable_icon_load_async
650 g_loadable_icon_load_finish
651 #endif
652 #endif
653
654 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
655 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
656 g_memory_input_stream_get_type  G_GNUC_CONST
657 g_memory_input_stream_new
658 g_memory_input_stream_new_from_data
659 g_memory_input_stream_add_data
660 #endif
661 #endif
662
663 #if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__)
664 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
665 g_memory_output_stream_get_type  G_GNUC_CONST
666 g_memory_output_stream_new
667 g_memory_output_stream_get_data
668 g_memory_output_stream_get_data_size
669 g_memory_output_stream_get_size
670 #endif
671 #endif
672
673 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
674 #if IN_FILE(__G_MOUNT_OPERATION_C__)
675 g_mount_operation_get_type  G_GNUC_CONST
676 g_mount_operation_new
677 g_mount_operation_get_username
678 g_mount_operation_set_username
679 g_mount_operation_get_password
680 g_mount_operation_set_password
681 g_mount_operation_get_anonymous
682 g_mount_operation_set_anonymous
683 g_mount_operation_get_domain
684 g_mount_operation_set_domain
685 g_mount_operation_get_password_save
686 g_mount_operation_set_password_save
687 g_mount_operation_get_choice
688 g_mount_operation_set_choice
689 g_mount_operation_reply
690 #endif
691 #endif
692
693 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
694 #if IN_FILE(__G_OUTPUT_STREAM_C__)
695 g_output_stream_get_type  G_GNUC_CONST
696 g_output_stream_write
697 g_output_stream_write_all
698 g_output_stream_splice
699 g_output_stream_flush
700 g_output_stream_close
701 g_output_stream_write_async
702 g_output_stream_write_finish
703 g_output_stream_splice_async
704 g_output_stream_splice_finish
705 g_output_stream_flush_async
706 g_output_stream_flush_finish
707 g_output_stream_close_async
708 g_output_stream_close_finish
709 g_output_stream_is_closed
710 g_output_stream_is_closing
711 g_output_stream_has_pending
712 g_output_stream_set_pending
713 g_output_stream_clear_pending
714 #endif
715 #endif
716
717 #if IN_HEADER(__G_SEEKABLE_H__)
718 #if IN_FILE(__G_SEEKABLE_C__)
719 g_seekable_get_type  G_GNUC_CONST
720 g_seekable_tell
721 g_seekable_can_seek
722 g_seekable_seek
723 g_seekable_can_truncate
724 g_seekable_truncate
725 #endif
726 #endif
727
728 #if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__)
729 #if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__)
730 g_simple_async_result_get_type  G_GNUC_CONST
731 g_simple_async_result_new
732 g_simple_async_result_new_error
733 g_simple_async_result_new_from_error
734 g_simple_async_result_set_op_res_gpointer
735 g_simple_async_result_get_op_res_gpointer
736 g_simple_async_result_set_op_res_gssize
737 g_simple_async_result_get_op_res_gssize
738 g_simple_async_result_set_op_res_gboolean
739 g_simple_async_result_get_op_res_gboolean
740 g_simple_async_result_get_source_tag
741 g_simple_async_result_set_handle_cancellation
742 g_simple_async_result_complete
743 g_simple_async_result_complete_in_idle
744 g_simple_async_result_run_in_thread
745 g_simple_async_result_set_from_error
746 g_simple_async_result_propagate_error
747 g_simple_async_result_set_error
748 g_simple_async_result_set_error_va
749 g_simple_async_result_is_valid
750 g_simple_async_report_error_in_idle
751 g_simple_async_report_gerror_in_idle
752 #endif
753 #endif
754
755 #if IN_HEADER(__G_THEMED_ICON_H__)
756 #if IN_FILE(__G_THEMED_ICON_C__)
757 g_themed_icon_get_type  G_GNUC_CONST
758 g_themed_icon_new
759 g_themed_icon_new_with_default_fallbacks
760 g_themed_icon_new_from_names
761 g_themed_icon_get_names
762 g_themed_icon_prepend_name
763 g_themed_icon_append_name
764 #endif
765 #endif
766
767 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
768 #if IN_FILE(__G_UNIX_MOUNTS_C__)
769 #ifdef G_OS_UNIX
770 g_unix_mount_free
771 g_unix_mount_point_free
772 g_unix_mount_compare
773 g_unix_mount_get_mount_path
774 g_unix_mount_get_device_path
775 g_unix_mount_get_fs_type
776 g_unix_mount_is_readonly
777 g_unix_mount_is_system_internal
778 g_unix_mount_guess_can_eject
779 g_unix_mount_guess_should_display
780 g_unix_mount_guess_name
781 g_unix_mount_guess_icon
782 g_unix_mount_point_compare
783 g_unix_mount_point_get_mount_path
784 g_unix_mount_point_get_device_path
785 g_unix_mount_point_get_fs_type
786 g_unix_mount_point_is_readonly
787 g_unix_mount_point_is_user_mountable
788 g_unix_mount_point_is_loopback
789 g_unix_mount_point_guess_can_eject
790 g_unix_mount_point_guess_name
791 g_unix_mount_point_guess_icon
792 g_unix_mount_points_get
793 g_unix_mounts_get
794 g_unix_mount_at
795 g_unix_mounts_changed_since
796 g_unix_mount_points_changed_since
797 g_unix_mount_monitor_get_type  G_GNUC_CONST
798 g_unix_mount_monitor_new
799 g_unix_mount_monitor_set_rate_limit
800 g_unix_is_mount_path_system_internal
801 #endif /* G_OS_UNIX */
802 #endif
803 #endif
804
805 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
806 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
807 #ifdef G_OS_UNIX
808 g_unix_input_stream_get_type  G_GNUC_CONST
809 g_unix_input_stream_new
810 g_unix_input_stream_set_close_fd
811 g_unix_input_stream_get_close_fd
812 g_unix_input_stream_get_fd
813 #endif /* G_OS_UNIX */
814 #endif
815 #endif
816
817 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
818 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
819 #ifdef G_OS_UNIX
820 g_unix_output_stream_get_type  G_GNUC_CONST
821 g_unix_output_stream_new
822 g_unix_output_stream_set_close_fd
823 g_unix_output_stream_get_close_fd
824 g_unix_output_stream_get_fd
825 #endif /* G_OS_UNIX */
826 #endif
827 #endif
828
829 #if IN_HEADER(__G_MOUNT_H__)
830 #if IN_FILE(__G_MOUNT_C__)
831 g_mount_get_type  G_GNUC_CONST
832 g_mount_get_root
833 g_mount_get_name
834 g_mount_get_icon
835 g_mount_get_uuid
836 g_mount_get_volume
837 g_mount_get_drive
838 g_mount_can_unmount
839 g_mount_can_eject
840 g_mount_unmount_with_operation
841 g_mount_unmount_with_operation_finish
842 g_mount_eject_with_operation
843 g_mount_eject_with_operation_finish
844 g_mount_get_default_location
845 g_mount_remount
846 g_mount_remount_finish
847 g_mount_guess_content_type
848 g_mount_guess_content_type_finish
849 g_mount_guess_content_type_sync
850 g_mount_is_shadowed
851 g_mount_shadow
852 g_mount_unshadow
853 #ifndef G_DISABLE_DEPRECATED
854 g_mount_unmount
855 g_mount_unmount_finish
856 g_mount_eject
857 g_mount_eject_finish
858 #endif
859 #endif
860 #endif
861
862 #if IN_HEADER(__G_VOLUME_H__)
863 #if IN_FILE(__G_VOLUME_C__)
864 g_volume_get_type  G_GNUC_CONST
865 g_volume_get_name
866 g_volume_get_icon
867 g_volume_get_uuid
868 g_volume_get_drive
869 g_volume_get_mount
870 g_volume_should_automount
871 g_volume_can_mount
872 g_volume_can_eject
873 g_volume_mount
874 g_volume_mount_finish
875 g_volume_eject_with_operation
876 g_volume_eject_with_operation_finish
877 g_volume_get_identifier
878 g_volume_enumerate_identifiers
879 g_volume_get_activation_root
880 #ifndef G_DISABLE_DEPRECATED
881 g_volume_eject
882 g_volume_eject_finish
883 #endif
884 #endif
885 #endif
886
887 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
888 #if IN_FILE(__G_VOLUME_MONITOR_C__)
889 g_volume_monitor_get_type  G_GNUC_CONST
890 g_volume_monitor_get_connected_drives
891 g_volume_monitor_get_volume_for_uuid
892 g_volume_monitor_get_volumes
893 g_volume_monitor_get_mounts
894 g_volume_monitor_get_mount_for_uuid
895 #endif
896 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
897 g_volume_monitor_get
898 #ifndef G_DISABLE_DEPRECATED
899 g_volume_monitor_adopt_orphan_mount
900 #endif
901 #endif
902 #endif
903
904 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
905 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
906 g_native_volume_monitor_get_type  G_GNUC_CONST
907 #endif
908 #endif
909
910 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
911 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
912 #ifdef G_OS_UNIX
913 g_local_file_monitor_get_type  G_GNUC_CONST
914 #endif
915 #endif
916 #endif
917
918 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
919 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
920 #ifdef G_OS_UNIX
921 g_local_directory_monitor_get_type  G_GNUC_CONST
922 #endif
923 #endif
924 #endif
925
926 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
927 #if IN_FILE(__GIO_ENUM_TYPES_C__)
928 g_mount_unmount_flags_get_type G_GNUC_CONST
929 g_app_info_create_flags_get_type G_GNUC_CONST
930 g_converter_flags_get_type G_GNUC_CONST
931 g_converter_result_get_type G_GNUC_CONST
932 g_data_stream_byte_order_get_type G_GNUC_CONST
933 g_data_stream_newline_type_get_type G_GNUC_CONST
934 g_file_attribute_info_flags_get_type G_GNUC_CONST
935 g_file_attribute_status_get_type G_GNUC_CONST
936 g_file_attribute_type_get_type G_GNUC_CONST
937 g_file_copy_flags_get_type G_GNUC_CONST
938 g_file_create_flags_get_type G_GNUC_CONST
939 g_file_monitor_event_get_type G_GNUC_CONST
940 g_file_monitor_flags_get_type G_GNUC_CONST
941 g_file_query_info_flags_get_type G_GNUC_CONST
942 g_file_type_get_type G_GNUC_CONST
943 g_filesystem_preview_type_get_type G_GNUC_CONST
944 g_io_error_enum_get_type G_GNUC_CONST
945 g_mount_mount_flags_get_type G_GNUC_CONST
946 g_mount_operation_result_get_type G_GNUC_CONST
947 g_drive_start_flags_get_type G_GNUC_CONST
948 g_drive_start_stop_type_get_type G_GNUC_CONST
949 g_output_stream_splice_flags_get_type G_GNUC_CONST
950 g_ask_password_flags_get_type G_GNUC_CONST
951 g_password_save_get_type G_GNUC_CONST
952 g_emblem_origin_get_type G_GNUC_CONST
953 g_socket_family_get_type G_GNUC_CONST
954 g_socket_type_get_type G_GNUC_CONST
955 g_socket_protocol_get_type G_GNUC_CONST
956 g_socket_msg_flags_get_type G_GNUC_CONST
957 g_resolver_error_get_type G_GNUC_CONST
958 g_zlib_compressor_format_get_type
959 #endif
960 #endif
961
962
963 #if IN_HEADER(__G_EMBLEMED_ICON_H__)
964 #if IN_FILE(__G_EMBLEMED_ICON_C__)
965 g_emblemed_icon_get_type G_GNUC_CONST
966 g_emblemed_icon_new
967 g_emblemed_icon_get_icon
968 g_emblemed_icon_get_emblems
969 g_emblemed_icon_add_emblem
970 #endif
971 #endif
972
973 #if IN_HEADER(__G_EMBLEM_H__)
974 #if IN_FILE(__G_EMBLEM_C__)
975 g_emblem_get_type G_GNUC_CONST
976 g_emblem_new
977 g_emblem_new_with_origin
978 g_emblem_get_icon
979 g_emblem_get_origin
980 #endif
981 #endif
982
983 #if IN_HEADER(__G_INET_ADDRESS_H__)
984 #if IN_FILE(__G_INET_ADDRESS_C__)
985 g_inet_address_new_from_string
986 g_inet_address_new_from_bytes
987 g_inet_address_new_any
988 g_inet_address_new_loopback
989 g_inet_address_get_family
990 g_inet_address_get_type G_GNUC_CONST
991 g_inet_address_get_is_any
992 g_inet_address_get_is_link_local
993 g_inet_address_get_is_loopback
994 g_inet_address_get_is_mc_global
995 g_inet_address_get_is_mc_link_local
996 g_inet_address_get_is_mc_node_local
997 g_inet_address_get_is_mc_org_local
998 g_inet_address_get_is_mc_site_local
999 g_inet_address_get_is_multicast
1000 g_inet_address_get_is_site_local
1001 g_inet_address_to_bytes
1002 g_inet_address_get_native_size
1003 g_inet_address_to_string
1004 #endif
1005 #endif
1006
1007 #if IN_HEADER(__G_INET_SOCKET_ADDRESS_H__)
1008 #if IN_FILE(__G_INET_SOCKET_ADDRESS_C__)
1009 g_inet_socket_address_get_address
1010 g_inet_socket_address_get_port
1011 g_inet_socket_address_get_type G_GNUC_CONST
1012 g_inet_socket_address_new
1013 #endif
1014 #endif
1015
1016 #if IN_HEADER(__G_UNIX_SOCKET_ADDRESS_H__)
1017 #if IN_FILE(__G_UNIX_SOCKET_ADDRESS_C__)
1018 #ifdef G_OS_UNIX
1019 g_unix_socket_address_get_type G_GNUC_CONST
1020 g_unix_socket_address_new
1021 g_unix_socket_address_new_abstract
1022 g_unix_socket_address_abstract_names_supported
1023 g_unix_socket_address_get_is_abstract
1024 g_unix_socket_address_get_path
1025 g_unix_socket_address_get_path_len
1026 #endif
1027 #endif
1028 #endif
1029
1030 #if IN_HEADER(__G_SOCKET_ADDRESS_H__)
1031 #if IN_FILE(__G_SOCKET_ADDRESS_C__)
1032 g_socket_address_new_from_native
1033 g_socket_address_get_type G_GNUC_CONST
1034 g_socket_address_get_family
1035 g_socket_address_get_native_size
1036 g_socket_address_to_native
1037 #endif
1038 #endif
1039
1040 #if IN_HEADER(__G_RESOLVER_H__)
1041 #if IN_FILE(__G_RESOLVER_C__)
1042 g_resolver_error_quark
1043 g_resolver_free_addresses
1044 g_resolver_free_targets
1045 g_resolver_get_type G_GNUC_CONST
1046 g_resolver_get_default
1047 g_resolver_set_default
1048 g_resolver_lookup_by_name
1049 g_resolver_lookup_by_name_async
1050 g_resolver_lookup_by_name_finish
1051 g_resolver_lookup_by_address
1052 g_resolver_lookup_by_address_async
1053 g_resolver_lookup_by_address_finish
1054 g_resolver_lookup_service
1055 g_resolver_lookup_service_async
1056 g_resolver_lookup_service_finish
1057 #endif
1058 #endif
1059
1060 #if IN_HEADER(__G_THREADED_RESOLVER_H__)
1061 #if IN_FILE(__G_THREADED_RESOLVER_C__)
1062 g_threaded_resolver_get_type G_GNUC_CONST
1063 #endif
1064 #endif
1065
1066 #if IN_HEADER(__G_UNIX_RESOLVER_H__)
1067 #if IN_FILE(__G_UNIX_RESOLVER_C__)
1068 #ifdef G_OS_UNIX
1069 g_unix_resolver_get_type G_GNUC_CONST
1070 #endif
1071 #endif
1072 #endif
1073
1074 #if IN_HEADER(__G_WIN32_RESOLVER_H__)
1075 #if IN_FILE(__G_WIN32_RESOLVER_C__)
1076 #ifdef G_OS_WIN32
1077 g_win32_resolver_get_type G_GNUC_CONST
1078 #endif
1079 #endif
1080 #endif
1081
1082 #if IN_HEADER(__G_SRV_TARGET_H__)
1083 #if IN_FILE(__G_SRV_TARGET_C__)
1084 g_srv_target_get_type G_GNUC_CONST
1085 g_srv_target_new
1086 g_srv_target_copy
1087 g_srv_target_free
1088 g_srv_target_get_hostname
1089 g_srv_target_get_port
1090 g_srv_target_get_priority
1091 g_srv_target_get_weight
1092 g_srv_target_list_sort
1093 #endif
1094 #endif
1095
1096 #if IN_HEADER(__G_NETWORK_ADDRESS_H__)
1097 #if IN_FILE(__G_NETWORK_ADDRESS_C__)
1098 g_network_address_get_type G_GNUC_CONST
1099 g_network_address_get_hostname
1100 g_network_address_get_port
1101 g_network_address_new
1102 g_network_address_parse
1103 #endif
1104 #endif
1105
1106 #if IN_HEADER(__G_NETWORK_SERVICE_H__)
1107 #if IN_FILE(__G_NETWORK_SERVICE_C__)
1108 g_network_service_get_type G_GNUC_CONST
1109 g_network_service_get_service
1110 g_network_service_get_protocol
1111 g_network_service_get_domain
1112 g_network_service_new
1113 #endif
1114 #endif
1115
1116 #if IN_HEADER(__G_SOCKET_CONNECTABLE_H__)
1117 #if IN_FILE(__G_SOCKET_CONNECTABLE_C__)
1118 g_socket_connectable_enumerate
1119 g_socket_connectable_get_type G_GNUC_CONST
1120 #endif
1121 #endif
1122
1123 #if IN_HEADER(__G_SOCKET_ADDRESS_ENUMERATOR_H__)
1124 #if IN_FILE(__G_SOCKET_ADDRESS_ENUMERATOR_C__)
1125 g_socket_address_enumerator_get_type G_GNUC_CONST
1126 g_socket_address_enumerator_next
1127 g_socket_address_enumerator_next_async
1128 g_socket_address_enumerator_next_finish
1129 #endif
1130 #endif
1131
1132 #if IN_HEADER(__G_ASYNC_INITABLE_H__)
1133 #if IN_FILE(__G_ASYNC_INITABLE_C__)
1134 g_async_initable_get_type G_GNUC_CONST
1135 g_async_initable_init_async
1136 g_async_initable_init_finish
1137 g_async_initable_new_async
1138 g_async_initable_new_finish
1139 g_async_initable_new_valist_async
1140 g_async_initable_newv_async
1141 #endif
1142 #endif
1143
1144 #if IN_HEADER(__G_INITABLE_H__)
1145 #if IN_FILE(__G_INITABLE_C__)
1146 g_initable_get_type G_GNUC_CONST
1147 g_initable_init
1148 g_initable_new
1149 g_initable_newv
1150 g_initable_new_valist
1151 #endif
1152 #endif
1153
1154 #if IN_HEADER(__G_SOCKET_H__)
1155 #if IN_FILE(__G_SOCKET_C__)
1156 g_socket_get_type G_GNUC_CONST
1157 g_socket_accept
1158 g_socket_bind
1159 g_socket_check_connect_result
1160 g_socket_close
1161 g_socket_shutdown
1162 g_socket_condition_check
1163 g_socket_condition_wait
1164 g_socket_connect
1165 g_socket_create_source
1166 g_socket_get_blocking
1167 g_socket_get_family
1168 g_socket_get_fd
1169 g_socket_get_keepalive
1170 g_socket_get_listen_backlog
1171 g_socket_get_local_address
1172 g_socket_get_protocol
1173 g_socket_get_remote_address
1174 g_socket_get_socket_type
1175 g_socket_is_closed
1176 g_socket_is_connected
1177 g_socket_listen
1178 g_socket_new
1179 g_socket_new_from_fd
1180 g_socket_receive
1181 g_socket_receive_from
1182 g_socket_receive_message
1183 g_socket_send
1184 g_socket_send_message
1185 g_socket_send_to
1186 g_socket_set_blocking
1187 g_socket_set_keepalive
1188 g_socket_set_listen_backlog
1189 g_socket_speaks_ipv4
1190 #endif
1191 #endif
1192
1193 #if IN_HEADER(__G_SOCKET_CONTROL_MESSAGE_H__)
1194 #if IN_FILE(__G_SOCKET_CONTROL_MESSAGE_C__)
1195 g_socket_control_message_get_type G_GNUC_CONST
1196 g_socket_control_message_deserialize
1197 g_socket_control_message_get_level
1198 g_socket_control_message_get_msg_type
1199 g_socket_control_message_get_size
1200 g_socket_control_message_serialize
1201 #endif
1202 #endif
1203
1204 #if IN_HEADER(__G_SOCKET_CLIENT_H__)
1205 #if IN_FILE(__G_SOCKET_CLIENT_C__)
1206 g_socket_client_get_type G_GNUC_CONST
1207 g_socket_client_connect
1208 g_socket_client_connect_async
1209 g_socket_client_connect_finish
1210 g_socket_client_connect_to_host
1211 g_socket_client_connect_to_host_async
1212 g_socket_client_connect_to_host_finish
1213 g_socket_client_connect_to_service
1214 g_socket_client_connect_to_service_async
1215 g_socket_client_connect_to_service_finish
1216 g_socket_client_get_family
1217 g_socket_client_get_local_address
1218 g_socket_client_get_protocol
1219 g_socket_client_get_socket_type
1220 g_socket_client_new
1221 g_socket_client_set_family
1222 g_socket_client_set_local_address
1223 g_socket_client_set_protocol
1224 g_socket_client_set_socket_type
1225 #endif
1226 #endif
1227
1228 #if IN_HEADER(__G_SOCKET_CONNECTION_H__)
1229 #if IN_FILE(__G_SOCKET_CONNECTION_C__)
1230 g_socket_connection_get_type G_GNUC_CONST
1231 g_socket_connection_factory_create_connection
1232 g_socket_connection_factory_lookup_type
1233 g_socket_connection_factory_register_type
1234 g_socket_connection_get_local_address
1235 g_socket_connection_get_remote_address
1236 g_socket_connection_get_socket
1237 #endif
1238 #endif
1239
1240 #if IN_HEADER(__G_SOCKET_LISTENER_H__)
1241 #if IN_FILE(__G_SOCKET_LISTENER_C__)
1242 g_socket_listener_get_type G_GNUC_CONST
1243 g_socket_listener_accept
1244 g_socket_listener_accept_async
1245 g_socket_listener_accept_finish
1246 g_socket_listener_accept_socket
1247 g_socket_listener_accept_socket_async
1248 g_socket_listener_accept_socket_finish
1249 g_socket_listener_add_address
1250 g_socket_listener_add_inet_port
1251 g_socket_listener_add_any_inet_port
1252 g_socket_listener_add_socket
1253 g_socket_listener_close
1254 g_socket_listener_new
1255 g_socket_listener_set_backlog
1256 #endif
1257 #endif
1258
1259 #if IN_HEADER(__G_SOCKET_SERVICE_H__)
1260 #if IN_FILE(__G_SOCKET_SERVICE_C__)
1261 g_socket_service_get_type G_GNUC_CONST
1262 g_socket_service_is_active
1263 g_socket_service_new
1264 g_socket_service_start
1265 g_socket_service_stop
1266 #endif
1267 #endif
1268
1269 #if IN_HEADER(__G_THREADED_SOCKET_SERVICE_H__)
1270 #if IN_FILE(__G_THREADED_SOCKET_SERVICE_C__)
1271 g_threaded_socket_service_get_type G_GNUC_CONST
1272 g_threaded_socket_service_new
1273 #endif
1274 #endif
1275
1276 #if IN_HEADER(__G_TCP_CONNECTION_H__)
1277 #if IN_FILE(__G_TCP_CONNECTION_C__)
1278 g_tcp_connection_get_type G_GNUC_CONST
1279 g_tcp_connection_set_graceful_disconnect
1280 g_tcp_connection_get_graceful_disconnect
1281 #endif
1282 #endif
1283
1284 #if IN_HEADER(__G_UNIX_CONNECTION_H__)
1285 #if IN_FILE(__G_UNIX_CONNECTION_C__)
1286 #ifndef G_OS_WIN32
1287 g_unix_connection_get_type G_GNUC_CONST
1288 g_unix_connection_receive_fd
1289 g_unix_connection_send_fd
1290 #endif
1291 #endif
1292 #endif
1293
1294 #if IN_HEADER(__G_UNIX_FD_MESSAGE_H__)
1295 #if IN_FILE(__G_UNIX_FD_MESSAGE_C__)
1296 #ifndef G_OS_WIN32
1297 g_unix_fd_message_get_type G_GNUC_CONST
1298 g_unix_fd_message_append_fd
1299 g_unix_fd_message_new
1300 g_unix_fd_message_steal_fds
1301 g_unix_fd_message_get_fd_list
1302 g_unix_fd_message_new_with_fd_list
1303 #endif
1304 #endif
1305 #endif
1306
1307 #if IN_HEADER(__G_UNIX_FD_LIST_H__)
1308 #if IN_FILE(__G_UNIX_FD_LIST_C__)
1309 #ifndef G_OS_WIN32
1310 g_unix_fd_list_append
1311 g_unix_fd_list_get
1312 g_unix_fd_list_get_length
1313 g_unix_fd_list_get_type G_GNUC_CONST
1314 g_unix_fd_list_new
1315 g_unix_fd_list_new_from_array
1316 g_unix_fd_list_peek_fds
1317 g_unix_fd_list_steal_fds
1318 #endif
1319 #endif
1320 #endif
1321
1322 #if IN_HEADER(__G_UTF8_INPUT_STREAM_H__)
1323 #if IN_FILE(__G_UTF8_INPUT_STREAM_C__)
1324 g_utf8_input_stream_get_type
1325 g_utf8_input_stream_new
1326 #endif
1327 #endif
1328
1329 #if IN_HEADER(__G_ZLIB_COMPRESSOR_H__)
1330 #if IN_FILE(__G_ZLIB_COMPRESSOR_C__)
1331 g_zlib_compressor_get_type
1332 g_zlib_compressor_new
1333 #endif
1334 #endif
1335
1336 #if IN_HEADER(__G_ZLIB_DECOMPRESSOR_H__)
1337 #if IN_FILE(__G_ZLIB_DECOMPRESSOR_C__)
1338 g_zlib_decompressor_get_type
1339 g_zlib_decompressor_new
1340 #endif
1341 #endif