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