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