6ac8b5900745b37bec49b0513f35284dbf6940cb
[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_APPLICATION_H__)
30 #if IN_FILE(__G_APPLICATION_C__)
31 g_application_get_type G_GNUC_CONST
32 g_application_new
33 g_application_get_instance
34 g_application_get_id
35 g_application_set_action_enabled
36 g_application_get_action_enabled
37 g_application_get_action_description
38 g_application_add_action
39 g_application_remove_action
40 g_application_invoke_action
41 g_application_list_actions
42 g_application_run
43 g_application_register
44 g_application_try_new
45 g_application_unregistered_try_new
46 g_application_quit_with_data
47 g_application_is_remote
48 #endif
49 #endif
50
51 #if IN_HEADER(__G_APP_INFO_H__)
52 #if IN_FILE(__G_APP_INFO_C__)
53 g_app_info_get_type G_GNUC_CONST
54 g_app_launch_context_get_type G_GNUC_CONST
55 g_app_info_dup
56 g_app_info_equal
57 g_app_info_get_id
58 g_app_info_get_name
59 g_app_info_get_display_name
60 g_app_info_get_description
61 g_app_info_get_executable
62 g_app_info_get_commandline
63 g_app_info_get_icon
64 g_app_info_launch
65 g_app_info_supports_uris
66 g_app_info_supports_files
67 g_app_info_launch_uris
68 g_app_info_should_show
69 g_app_info_set_as_default_for_type
70 g_app_info_set_as_default_for_extension
71 g_app_info_add_supports_type
72 g_app_info_can_remove_supports_type
73 g_app_info_remove_supports_type
74 g_app_info_launch_default_for_uri
75 g_app_info_can_delete
76 g_app_info_delete
77 g_app_launch_context_new
78 g_app_launch_context_get_display
79 g_app_launch_context_get_startup_notify_id
80 g_app_launch_context_launch_failed
81 #endif
82
83 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
84 #ifdef G_OS_UNIX
85 g_app_info_create_from_commandline
86 g_app_info_get_all
87 g_app_info_get_all_for_type
88 g_app_info_get_default_for_type
89 g_app_info_get_default_for_uri_scheme
90 g_app_info_reset_type_associations
91 #endif
92 #endif
93 #endif
94
95
96 #if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
97 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
98 #ifdef G_OS_UNIX
99 g_desktop_app_info_new_from_filename
100 g_desktop_app_info_new_from_keyfile
101 g_desktop_app_info_new
102 g_desktop_app_info_get_filename
103 g_desktop_app_info_get_type G_GNUC_CONST
104 g_desktop_app_info_get_is_hidden
105 g_desktop_app_info_set_desktop_env
106 g_desktop_app_info_lookup_get_type G_GNUC_CONST
107 g_desktop_app_info_lookup_get_default_for_uri_scheme
108 #endif
109 #endif
110 #endif
111
112
113 #if IN_HEADER(__G_ASYNC_RESULT_H__)
114 #if IN_FILE(__G_ASYNC_RESULT_C__)
115 g_async_result_get_type G_GNUC_CONST
116 g_async_result_get_user_data
117 g_async_result_get_source_object
118 #endif
119 #endif
120
121 #if IN_HEADER(__G_BUFFERED_INPUT_STREAM_H__)
122 #if IN_FILE(__G_BUFFERED_INPUT_STREAM_C__)
123 g_buffered_input_stream_get_type G_GNUC_CONST
124 g_buffered_input_stream_new
125 g_buffered_input_stream_new_sized
126 g_buffered_input_stream_get_buffer_size
127 g_buffered_input_stream_set_buffer_size
128 g_buffered_input_stream_get_available
129 g_buffered_input_stream_peek
130 g_buffered_input_stream_peek_buffer
131 g_buffered_input_stream_fill
132 g_buffered_input_stream_fill_async
133 g_buffered_input_stream_fill_finish
134 g_buffered_input_stream_read_byte
135 #endif
136 #endif
137
138 #if IN_HEADER(__G_BUFFERED_OUTPUT_STREAM_H__)
139 #if IN_FILE(__G_BUFFERED_OUTPUT_STREAM_C__)
140 g_buffered_output_stream_get_type G_GNUC_CONST;
141 g_buffered_output_stream_new
142 g_buffered_output_stream_new_sized
143 g_buffered_output_stream_get_buffer_size
144 g_buffered_output_stream_set_buffer_size
145 g_buffered_output_stream_get_auto_grow
146 g_buffered_output_stream_set_auto_grow
147 #endif
148 #endif
149
150 #if IN_HEADER(__G_CANCELLABLE_H__)
151 #if IN_FILE(__G_CANCELLABLE_C__)
152 g_cancellable_get_type G_GNUC_CONST
153 g_cancellable_new
154 g_cancellable_is_cancelled
155 g_cancellable_set_error_if_cancelled
156 g_cancellable_get_fd
157 g_cancellable_make_pollfd
158 g_cancellable_release_fd
159 g_cancellable_get_current
160 g_cancellable_push_current
161 g_cancellable_pop_current
162 g_cancellable_reset
163 g_cancellable_cancel
164 g_cancellable_connect
165 g_cancellable_disconnect
166 #endif
167 #endif
168
169 #if IN_HEADER(__G_CONTENT_TYPE_H__)
170 #if IN_FILE(__G_CONTENT_TYPE_C__)
171 g_content_type_equals
172 g_content_type_is_a
173 g_content_type_is_unknown
174 g_content_type_get_description
175 g_content_type_get_mime_type
176 g_content_type_get_icon
177 g_content_type_can_be_executable
178 g_content_type_from_mime_type
179 g_content_type_guess
180 g_content_type_guess_for_tree
181 g_content_types_get_registered
182 #endif
183 #endif
184
185 #if IN_HEADER(__G_CONVERTER_H__)
186 #if IN_FILE(__G_CONVERTER_C__)
187 g_converter_get_type G_GNUC_CONST
188 g_converter_reset
189 g_converter_convert
190 #endif
191 #endif
192
193 #if IN_HEADER(__G_CONVERTER_INPUT_STREAM_H__)
194 #if IN_FILE(__G_CONVERTER_INPUT_STREAM_C__)
195 g_converter_input_stream_get_type
196 g_converter_input_stream_new
197 g_converter_input_stream_get_converter
198 #endif
199 #endif
200
201 #if IN_HEADER(__G_CONVERTER_OUTPUT_STREAM_H__)
202 #if IN_FILE(__G_CONVERTER_OUTPUT_STREAM_C__)
203 g_converter_output_stream_get_type
204 g_converter_output_stream_new
205 g_converter_output_stream_get_converter
206 #endif
207 #endif
208
209 #if IN_HEADER(__G_CHARSET_CONVERTER_H__)
210 #if IN_FILE(__G_CHARSET_CONVERTER_C__)
211 g_charset_converter_get_type
212 g_charset_converter_new
213 g_charset_converter_get_num_fallbacks
214 g_charset_converter_get_use_fallback
215 g_charset_converter_set_use_fallback
216 #endif
217 #endif
218
219 #if IN_HEADER(__G_DATA_INPUT_STREAM_H__)
220 #if IN_FILE(__G_DATA_INPUT_STREAM_C__)
221 g_data_input_stream_get_type G_GNUC_CONST
222 g_data_input_stream_new
223 g_data_input_stream_set_byte_order
224 g_data_input_stream_get_byte_order
225 g_data_input_stream_set_newline_type
226 g_data_input_stream_get_newline_type
227 g_data_input_stream_read_byte
228 g_data_input_stream_read_int16
229 g_data_input_stream_read_uint16
230 g_data_input_stream_read_int32
231 g_data_input_stream_read_uint32
232 g_data_input_stream_read_int64
233 g_data_input_stream_read_uint64
234 g_data_input_stream_read_line
235 g_data_input_stream_read_line_async
236 g_data_input_stream_read_line_finish
237 g_data_input_stream_read_until
238 g_data_input_stream_read_until_async
239 g_data_input_stream_read_until_finish
240 #endif
241 #endif
242
243 #if IN_HEADER(__G_DATA_OUTPUT_STREAM_H__)
244 #if IN_FILE(__G_DATA_OUTPUT_STREAM_C__)
245 g_data_output_stream_get_type G_GNUC_CONST
246 g_data_output_stream_new
247 g_data_output_stream_set_byte_order
248 g_data_output_stream_get_byte_order
249 g_data_output_stream_put_byte
250 g_data_output_stream_put_int16
251 g_data_output_stream_put_uint16
252 g_data_output_stream_put_int32
253 g_data_output_stream_put_uint32
254 g_data_output_stream_put_int64
255 g_data_output_stream_put_uint64
256 g_data_output_stream_put_string
257 #endif
258 #endif
259
260 #if IN_HEADER(__G_DRIVE_H__)
261 #if IN_FILE(__G_DRIVE_C__)
262 g_drive_get_type G_GNUC_CONST
263 g_drive_get_name
264 g_drive_get_icon
265 g_drive_has_volumes
266 g_drive_get_volumes
267 g_drive_is_media_removable
268 g_drive_has_media
269 g_drive_is_media_check_automatic
270 g_drive_can_poll_for_media
271 g_drive_can_eject
272 g_drive_eject_with_operation
273 g_drive_eject_with_operation_finish
274 g_drive_poll_for_media
275 g_drive_poll_for_media_finish
276 g_drive_get_identifier
277 g_drive_enumerate_identifiers
278 g_drive_get_start_stop_type
279 g_drive_can_start
280 g_drive_can_start_degraded
281 g_drive_start
282 g_drive_start_finish
283 g_drive_can_stop
284 g_drive_stop
285 g_drive_stop_finish
286 #ifndef G_DISABLE_DEPRECATED
287 g_drive_eject
288 g_drive_eject_finish
289 #endif
290 #endif
291 #endif
292
293 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
294 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
295 g_file_attribute_info_list_new
296 g_file_attribute_info_list_ref
297 g_file_attribute_info_list_unref
298 g_file_attribute_info_list_dup
299 g_file_attribute_info_list_get_type G_GNUC_CONST
300 g_file_attribute_info_list_lookup
301 g_file_attribute_info_list_add
302 #endif
303 #endif
304
305 #if IN_HEADER(__G_FILE_H__)
306 #if IN_FILE(__G_FILE_C__)
307 g_file_get_type G_GNUC_CONST
308 g_file_new_for_path
309 g_file_new_for_uri
310 g_file_new_for_commandline_arg
311 g_file_parse_name
312 g_file_dup
313 g_file_hash
314 g_file_equal
315 g_file_get_basename
316 g_file_get_path
317 g_file_get_uri
318 g_file_get_parse_name
319 g_file_get_parent
320 g_file_has_parent
321 g_file_get_child
322 g_file_get_child_for_display_name
323 g_file_has_prefix
324 g_file_get_relative_path
325 g_file_resolve_relative_path
326 g_file_is_native
327 g_file_has_uri_scheme
328 g_file_get_uri_scheme
329 g_file_read
330 g_file_read_async
331 g_file_read_finish
332 g_file_append_to
333 g_file_create
334 g_file_replace
335 g_file_append_to_async
336 g_file_append_to_finish
337 g_file_create_async
338 g_file_create_finish
339 g_file_replace_async
340 g_file_replace_finish
341 g_file_query_exists
342 g_file_query_info
343 g_file_query_info_async
344 g_file_query_info_finish
345 g_file_query_file_type
346 g_file_query_filesystem_info
347 g_file_query_filesystem_info_async
348 g_file_query_filesystem_info_finish
349 g_file_find_enclosing_mount
350 g_file_find_enclosing_mount_async
351 g_file_find_enclosing_mount_finish
352 g_file_enumerate_children
353 g_file_enumerate_children_async
354 g_file_enumerate_children_finish
355 g_file_set_display_name
356 g_file_set_display_name_async
357 g_file_set_display_name_finish
358 g_file_delete
359 g_file_trash
360 g_file_copy
361 g_file_copy_async
362 g_file_copy_finish
363 g_file_move
364 g_file_make_directory
365 g_file_make_directory_with_parents
366 g_file_make_symbolic_link
367 g_file_query_settable_attributes
368 g_file_query_writable_namespaces
369 g_file_set_attribute
370 g_file_set_attributes_from_info
371 g_file_set_attributes_async
372 g_file_set_attributes_finish
373 g_file_set_attribute_string
374 g_file_set_attribute_byte_string
375 g_file_set_attribute_uint32
376 g_file_set_attribute_int32
377 g_file_set_attribute_uint64
378 g_file_set_attribute_int64
379 g_file_mount_enclosing_volume
380 g_file_mount_enclosing_volume_finish
381 g_file_mount_mountable
382 g_file_mount_mountable_finish
383 g_file_unmount_mountable_with_operation
384 g_file_unmount_mountable_with_operation_finish
385 g_file_eject_mountable_with_operation
386 g_file_eject_mountable_with_operation_finish
387 g_file_copy_attributes
388 g_file_monitor_directory
389 g_file_monitor_file
390 g_file_monitor
391 g_file_query_default_handler
392 g_file_load_contents
393 g_file_load_contents_async
394 g_file_load_contents_finish
395 g_file_load_partial_contents_async
396 g_file_load_partial_contents_finish
397 g_file_replace_contents
398 g_file_replace_contents_async
399 g_file_replace_contents_finish
400 g_file_create_readwrite
401 g_file_create_readwrite_async
402 g_file_create_readwrite_finish
403 g_file_open_readwrite
404 g_file_open_readwrite_async
405 g_file_open_readwrite_finish
406 g_file_replace_readwrite
407 g_file_replace_readwrite_async
408 g_file_replace_readwrite_finish
409 g_file_start_mountable
410 g_file_start_mountable_finish
411 g_file_stop_mountable
412 g_file_stop_mountable_finish
413 g_file_supports_thread_contexts
414 g_file_poll_mountable
415 g_file_poll_mountable_finish
416 #ifndef G_DISABLE_DEPRECATED
417 g_file_unmount_mountable
418 g_file_unmount_mountable_finish
419 g_file_eject_mountable
420 g_file_eject_mountable_finish
421 #endif
422 #endif
423 #endif
424
425 #if IN_HEADER(__G_FILE_ENUMERATOR_H__)
426 #if IN_FILE(__G_FILE_ENUMERATOR_C__)
427 g_file_enumerator_get_type G_GNUC_CONST
428 g_file_enumerator_next_file
429 g_file_enumerator_close
430 g_file_enumerator_next_files_async
431 g_file_enumerator_next_files_finish
432 g_file_enumerator_close_async
433 g_file_enumerator_close_finish
434 g_file_enumerator_is_closed
435 g_file_enumerator_has_pending
436 g_file_enumerator_set_pending
437 g_file_enumerator_get_container
438 #endif
439 #endif
440
441 #if IN_HEADER(__G_FILE_ICON_H__)
442 #if IN_FILE(__G_FILE_ICON_C__)
443 g_file_icon_get_type G_GNUC_CONST
444 g_file_icon_new
445 g_file_icon_get_file
446 #endif
447 #endif
448
449 #if IN_HEADER(__G_FILE_INFO_H__)
450 #if IN_FILE(__G_FILE_INFO_C__)
451 g_file_info_get_type  G_GNUC_CONST
452 g_file_info_new
453 g_file_info_dup
454 g_file_info_copy_into
455 g_file_info_has_attribute
456 g_file_info_has_namespace
457 g_file_info_list_attributes
458 g_file_info_get_attribute_type
459 g_file_info_remove_attribute
460 g_file_info_get_attribute_status
461 g_file_info_get_attribute_data
462 g_file_info_get_attribute_as_string
463 g_file_info_get_attribute_string
464 g_file_info_get_attribute_byte_string
465 g_file_info_get_attribute_boolean
466 g_file_info_get_attribute_uint32
467 g_file_info_get_attribute_int32
468 g_file_info_get_attribute_uint64
469 g_file_info_get_attribute_int64
470 g_file_info_get_attribute_object
471 g_file_info_get_attribute_stringv
472 g_file_info_set_attribute_status
473 g_file_info_set_attribute
474 g_file_info_set_attribute_string
475 g_file_info_set_attribute_byte_string
476 g_file_info_set_attribute_boolean
477 g_file_info_set_attribute_uint32
478 g_file_info_set_attribute_int32
479 g_file_info_set_attribute_uint64
480 g_file_info_set_attribute_int64
481 g_file_info_set_attribute_object
482 g_file_info_set_attribute_stringv
483 g_file_info_clear_status
484 g_file_info_get_file_type
485 g_file_info_get_is_hidden
486 g_file_info_get_is_backup
487 g_file_info_get_is_symlink
488 g_file_info_get_name
489 g_file_info_get_display_name
490 g_file_info_get_edit_name
491 g_file_info_get_icon
492 g_file_info_get_content_type
493 g_file_info_get_size
494 g_file_info_get_modification_time
495 g_file_info_get_symlink_target
496 g_file_info_get_etag
497 g_file_info_get_sort_order
498 g_file_info_set_attribute_mask
499 g_file_info_unset_attribute_mask
500 g_file_info_set_file_type
501 g_file_info_set_is_hidden
502 g_file_info_set_is_symlink
503 g_file_info_set_name
504 g_file_info_set_display_name
505 g_file_info_set_edit_name
506 g_file_info_set_icon
507 g_file_info_set_content_type
508 g_file_info_set_size
509 g_file_info_set_modification_time
510 g_file_info_set_symlink_target
511 g_file_info_set_sort_order
512 g_file_attribute_matcher_get_type G_GNUC_CONST
513 g_file_attribute_matcher_new
514 g_file_attribute_matcher_ref
515 g_file_attribute_matcher_unref
516 g_file_attribute_matcher_matches
517 g_file_attribute_matcher_matches_only
518 g_file_attribute_matcher_enumerate_namespace
519 g_file_attribute_matcher_enumerate_next
520 #endif
521 #endif
522
523 #if IN_HEADER(__G_FILE_INPUT_STREAM_H__)
524 #if IN_FILE(__G_FILE_INPUT_STREAM_C__)
525 g_file_input_stream_get_type  G_GNUC_CONST
526 g_file_input_stream_query_info
527 g_file_input_stream_query_info_async
528 g_file_input_stream_query_info_finish
529 #endif
530 #endif
531
532 #if IN_HEADER(__G_FILE_MONITOR_H__)
533 #if IN_FILE(__G_FILE_MONITOR_C__)
534 g_file_monitor_get_type  G_GNUC_CONST
535 g_file_monitor_cancel
536 g_file_monitor_is_cancelled
537 g_file_monitor_set_rate_limit
538 g_file_monitor_emit_event
539 #endif
540 #endif
541
542 #if IN_HEADER(__G_FILENAME_COMPLETER_H__)
543 #if IN_FILE(__G_FILENAME_COMPLETER_C__)
544 g_filename_completer_get_type  G_GNUC_CONST
545 g_filename_completer_new
546 g_filename_completer_get_completion_suffix
547 g_filename_completer_get_completions
548 g_filename_completer_set_dirs_only
549 #endif
550 #endif
551
552 #if IN_HEADER(__G_FILE_OUTPUT_STREAM_H__)
553 #if IN_FILE(__G_FILE_OUTPUT_STREAM_C__)
554 g_file_output_stream_get_type  G_GNUC_CONST
555 g_file_output_stream_query_info
556 g_file_output_stream_query_info_async
557 g_file_output_stream_query_info_finish
558 g_file_output_stream_get_etag
559 #endif
560 #endif
561
562 #if IN_HEADER(__G_FILE_IO_STREAM_H__)
563 #if IN_FILE(__G_FILE_IO_STREAM_C__)
564 g_file_io_stream_get_type  G_GNUC_CONST
565 g_file_io_stream_query_info
566 g_file_io_stream_query_info_async
567 g_file_io_stream_query_info_finish
568 g_file_io_stream_get_etag
569 #endif
570 #endif
571
572 #if IN_HEADER(__G_FILTER_INPUT_STREAM_H__)
573 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
574 g_filter_input_stream_get_type  G_GNUC_CONST
575 g_filter_input_stream_get_base_stream
576 g_filter_input_stream_get_close_base_stream
577 g_filter_input_stream_set_close_base_stream
578 #endif
579 #endif
580
581 #if IN_HEADER(__G_FILTER_OUTPUT_STREAM_H__)
582 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
583 g_filter_output_stream_get_type  G_GNUC_CONST
584 g_filter_output_stream_get_base_stream
585 g_filter_output_stream_get_close_base_stream
586 g_filter_output_stream_set_close_base_stream
587 #endif
588 #endif
589
590 #if IN_HEADER(__G_ICON_H__)
591 #if IN_FILE(__G_ICON_C__)
592 g_icon_get_type  G_GNUC_CONST
593 g_icon_hash
594 g_icon_equal
595 g_icon_to_string
596 g_icon_new_for_string
597 #endif
598 #endif
599
600 #if IN_HEADER(__G_INPUT_STREAM_H__)
601 #if IN_FILE(__G_INPUT_STREAM_C__)
602 g_input_stream_get_type  G_GNUC_CONST
603 g_input_stream_read
604 g_input_stream_read_all
605 g_input_stream_skip
606 g_input_stream_close
607 g_input_stream_read_async
608 g_input_stream_read_finish
609 g_input_stream_skip_async
610 g_input_stream_skip_finish
611 g_input_stream_close_async
612 g_input_stream_close_finish
613 g_input_stream_is_closed
614 g_input_stream_has_pending
615 g_input_stream_set_pending
616 g_input_stream_clear_pending
617 #endif
618 #endif
619
620 #if IN_HEADER(__G_IO_STREAM_H__)
621 #if IN_FILE(__G_IO_STREAM_C__)
622 g_io_stream_get_type  G_GNUC_CONST
623 g_io_stream_get_input_stream
624 g_io_stream_get_output_stream
625 g_io_stream_close
626 g_io_stream_close_async
627 g_io_stream_close_finish
628 g_io_stream_is_closed
629 g_io_stream_has_pending
630 g_io_stream_set_pending
631 g_io_stream_clear_pending
632 #endif
633 #endif
634
635 #if IN_HEADER(__G_IO_ERROR_H__)
636 #if IN_FILE(__G_IO_ERROR_C__)
637 g_io_error_quark
638 g_io_error_from_errno
639 #ifdef G_OS_WIN32
640 g_io_error_from_win32_error
641 #endif
642 #endif
643 #endif
644
645 #if IN_HEADER(__G_IO_MODULE_H__)
646 #if IN_FILE(__G_IO_MODULE_C__)
647 g_io_module_get_type  G_GNUC_CONST
648 g_io_module_new
649 g_io_modules_scan_all_in_directory
650 g_io_modules_load_all_in_directory
651 g_io_extension_point_register
652 g_io_extension_point_lookup
653 g_io_extension_point_set_required_type
654 g_io_extension_point_get_required_type
655 g_io_extension_point_get_extensions
656 g_io_extension_point_get_extension_by_name
657 g_io_extension_point_implement
658 g_io_extension_get_type
659 g_io_extension_get_name
660 g_io_extension_get_priority
661 g_io_extension_ref_class
662 #endif
663 #endif
664
665 #if IN_HEADER(__G_IO_SCHEDULER_H__)
666 #if IN_FILE(__G_IO_SCHEDULER_C__)
667 g_io_scheduler_push_job
668 g_io_scheduler_cancel_all_jobs
669 g_io_scheduler_job_send_to_mainloop
670 g_io_scheduler_job_send_to_mainloop_async
671 #endif
672 #endif
673
674 #if IN_HEADER(__G_LOADABLE_ICON_H__)
675 #if IN_FILE(__G_LOADABLE_ICON_C__)
676 g_loadable_icon_get_type  G_GNUC_CONST
677 g_loadable_icon_load
678 g_loadable_icon_load_async
679 g_loadable_icon_load_finish
680 #endif
681 #endif
682
683 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
684 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
685 g_memory_input_stream_get_type  G_GNUC_CONST
686 g_memory_input_stream_new
687 g_memory_input_stream_new_from_data
688 g_memory_input_stream_add_data
689 #endif
690 #endif
691
692 #if IN_HEADER(__G_MEMORY_OUTPUT_STREAM_H__)
693 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
694 g_memory_output_stream_get_type  G_GNUC_CONST
695 g_memory_output_stream_new
696 g_memory_output_stream_get_data
697 g_memory_output_stream_get_data_size
698 g_memory_output_stream_get_size
699 #endif
700 #endif
701
702 #if IN_HEADER(__G_MOUNT_OPERATION_H__)
703 #if IN_FILE(__G_MOUNT_OPERATION_C__)
704 g_mount_operation_get_type  G_GNUC_CONST
705 g_mount_operation_new
706 g_mount_operation_get_username
707 g_mount_operation_set_username
708 g_mount_operation_get_password
709 g_mount_operation_set_password
710 g_mount_operation_get_anonymous
711 g_mount_operation_set_anonymous
712 g_mount_operation_get_domain
713 g_mount_operation_set_domain
714 g_mount_operation_get_password_save
715 g_mount_operation_set_password_save
716 g_mount_operation_get_choice
717 g_mount_operation_set_choice
718 g_mount_operation_reply
719 #endif
720 #endif
721
722 #if IN_HEADER(__G_OUTPUT_STREAM_H__)
723 #if IN_FILE(__G_OUTPUT_STREAM_C__)
724 g_output_stream_get_type  G_GNUC_CONST
725 g_output_stream_write
726 g_output_stream_write_all
727 g_output_stream_splice
728 g_output_stream_flush
729 g_output_stream_close
730 g_output_stream_write_async
731 g_output_stream_write_finish
732 g_output_stream_splice_async
733 g_output_stream_splice_finish
734 g_output_stream_flush_async
735 g_output_stream_flush_finish
736 g_output_stream_close_async
737 g_output_stream_close_finish
738 g_output_stream_is_closed
739 g_output_stream_is_closing
740 g_output_stream_has_pending
741 g_output_stream_set_pending
742 g_output_stream_clear_pending
743 #endif
744 #endif
745
746 #if IN_HEADER(__G_SEEKABLE_H__)
747 #if IN_FILE(__G_SEEKABLE_C__)
748 g_seekable_get_type  G_GNUC_CONST
749 g_seekable_tell
750 g_seekable_can_seek
751 g_seekable_seek
752 g_seekable_can_truncate
753 g_seekable_truncate
754 #endif
755 #endif
756
757 #if IN_HEADER(__G_SIMPLE_ASYNC_RESULT_H__)
758 #if IN_FILE(__G_SIMPLE_ASYNC_RESULT_C__)
759 g_simple_async_result_get_type  G_GNUC_CONST
760 g_simple_async_result_new
761 g_simple_async_result_new_error
762 g_simple_async_result_new_from_error
763 g_simple_async_result_set_op_res_gpointer
764 g_simple_async_result_get_op_res_gpointer
765 g_simple_async_result_set_op_res_gssize
766 g_simple_async_result_get_op_res_gssize
767 g_simple_async_result_set_op_res_gboolean
768 g_simple_async_result_get_op_res_gboolean
769 g_simple_async_result_get_source_tag
770 g_simple_async_result_set_handle_cancellation
771 g_simple_async_result_complete
772 g_simple_async_result_complete_in_idle
773 g_simple_async_result_run_in_thread
774 g_simple_async_result_set_from_error
775 g_simple_async_result_propagate_error
776 g_simple_async_result_set_error
777 g_simple_async_result_set_error_va
778 g_simple_async_result_is_valid
779 g_simple_async_report_error_in_idle
780 g_simple_async_report_gerror_in_idle
781 #endif
782 #endif
783
784 #if IN_HEADER(__G_THEMED_ICON_H__)
785 #if IN_FILE(__G_THEMED_ICON_C__)
786 g_themed_icon_get_type  G_GNUC_CONST
787 g_themed_icon_new
788 g_themed_icon_new_with_default_fallbacks
789 g_themed_icon_new_from_names
790 g_themed_icon_get_names
791 g_themed_icon_prepend_name
792 g_themed_icon_append_name
793 #endif
794 #endif
795
796 #if IN_HEADER(__G_UNIX_MOUNTS_H__)
797 #if IN_FILE(__G_UNIX_MOUNTS_C__)
798 #ifdef G_OS_UNIX
799 g_unix_mount_free
800 g_unix_mount_point_free
801 g_unix_mount_compare
802 g_unix_mount_get_mount_path
803 g_unix_mount_get_device_path
804 g_unix_mount_get_fs_type
805 g_unix_mount_is_readonly
806 g_unix_mount_is_system_internal
807 g_unix_mount_guess_can_eject
808 g_unix_mount_guess_should_display
809 g_unix_mount_guess_name
810 g_unix_mount_guess_icon
811 g_unix_mount_point_compare
812 g_unix_mount_point_get_mount_path
813 g_unix_mount_point_get_device_path
814 g_unix_mount_point_get_fs_type
815 g_unix_mount_point_is_readonly
816 g_unix_mount_point_is_user_mountable
817 g_unix_mount_point_is_loopback
818 g_unix_mount_point_guess_can_eject
819 g_unix_mount_point_guess_name
820 g_unix_mount_point_guess_icon
821 g_unix_mount_points_get
822 g_unix_mounts_get
823 g_unix_mount_at
824 g_unix_mounts_changed_since
825 g_unix_mount_points_changed_since
826 g_unix_mount_monitor_get_type  G_GNUC_CONST
827 g_unix_mount_monitor_new
828 g_unix_mount_monitor_set_rate_limit
829 g_unix_is_mount_path_system_internal
830 #endif /* G_OS_UNIX */
831 #endif
832 #endif
833
834 #if IN_HEADER(__G_UNIX_INPUT_STREAM_H__)
835 #if IN_FILE(__G_UNIX_INPUT_STREAM_C__)
836 #ifdef G_OS_UNIX
837 g_unix_input_stream_get_type  G_GNUC_CONST
838 g_unix_input_stream_new
839 g_unix_input_stream_set_close_fd
840 g_unix_input_stream_get_close_fd
841 g_unix_input_stream_get_fd
842 #endif /* G_OS_UNIX */
843 #endif
844 #endif
845
846 #if IN_HEADER(__G_UNIX_OUTPUT_STREAM_H__)
847 #if IN_FILE(__G_UNIX_OUTPUT_STREAM_C__)
848 #ifdef G_OS_UNIX
849 g_unix_output_stream_get_type  G_GNUC_CONST
850 g_unix_output_stream_new
851 g_unix_output_stream_set_close_fd
852 g_unix_output_stream_get_close_fd
853 g_unix_output_stream_get_fd
854 #endif /* G_OS_UNIX */
855 #endif
856 #endif
857
858 #if IN_HEADER(__G_WIN32_INPUT_STREAM_H__)
859 #if IN_FILE(__G_WIN32_INPUT_STREAM_C__)
860 #ifdef G_OS_WIN32
861 g_win32_input_stream_get_type  G_GNUC_CONST
862 g_win32_input_stream_new
863 g_win32_input_stream_set_close_handle
864 g_win32_input_stream_get_close_handle
865 g_win32_input_stream_get_handle
866 #endif /* G_OS_WIN32 */
867 #endif
868 #endif
869
870 #if IN_HEADER(__G_WIN32_OUTPUT_STREAM_H__)
871 #if IN_FILE(__G_WIN32_OUTPUT_STREAM_C__)
872 #ifdef G_OS_WIN32
873 g_win32_output_stream_get_type  G_GNUC_CONST
874 g_win32_output_stream_new
875 g_win32_output_stream_set_close_handle
876 g_win32_output_stream_get_close_handle
877 g_win32_output_stream_get_handle
878 #endif /* G_OS_WIN32 */
879 #endif
880 #endif
881
882 #if IN_HEADER(__G_MOUNT_H__)
883 #if IN_FILE(__G_MOUNT_C__)
884 g_mount_get_type  G_GNUC_CONST
885 g_mount_get_root
886 g_mount_get_name
887 g_mount_get_icon
888 g_mount_get_uuid
889 g_mount_get_volume
890 g_mount_get_drive
891 g_mount_can_unmount
892 g_mount_can_eject
893 g_mount_unmount_with_operation
894 g_mount_unmount_with_operation_finish
895 g_mount_eject_with_operation
896 g_mount_eject_with_operation_finish
897 g_mount_get_default_location
898 g_mount_remount
899 g_mount_remount_finish
900 g_mount_guess_content_type
901 g_mount_guess_content_type_finish
902 g_mount_guess_content_type_sync
903 g_mount_is_shadowed
904 g_mount_shadow
905 g_mount_unshadow
906 #ifndef G_DISABLE_DEPRECATED
907 g_mount_unmount
908 g_mount_unmount_finish
909 g_mount_eject
910 g_mount_eject_finish
911 #endif
912 #endif
913 #endif
914
915 #if IN_HEADER(__G_VOLUME_H__)
916 #if IN_FILE(__G_VOLUME_C__)
917 g_volume_get_type  G_GNUC_CONST
918 g_volume_get_name
919 g_volume_get_icon
920 g_volume_get_uuid
921 g_volume_get_drive
922 g_volume_get_mount
923 g_volume_should_automount
924 g_volume_can_mount
925 g_volume_can_eject
926 g_volume_mount
927 g_volume_mount_finish
928 g_volume_eject_with_operation
929 g_volume_eject_with_operation_finish
930 g_volume_get_identifier
931 g_volume_enumerate_identifiers
932 g_volume_get_activation_root
933 #ifndef G_DISABLE_DEPRECATED
934 g_volume_eject
935 g_volume_eject_finish
936 #endif
937 #endif
938 #endif
939
940 #if IN_HEADER(__G_VOLUME_MONITOR_H__)
941 #if IN_FILE(__G_VOLUME_MONITOR_C__)
942 g_volume_monitor_get_type  G_GNUC_CONST
943 g_volume_monitor_get_connected_drives
944 g_volume_monitor_get_volume_for_uuid
945 g_volume_monitor_get_volumes
946 g_volume_monitor_get_mounts
947 g_volume_monitor_get_mount_for_uuid
948 #endif
949 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
950 g_volume_monitor_get
951 #ifndef G_DISABLE_DEPRECATED
952 g_volume_monitor_adopt_orphan_mount
953 #endif
954 #endif
955 #endif
956
957 #if IN_HEADER(__G_NATIVE_VOLUME_MONITOR_H__)
958 #if IN_FILE(__G_NATIVE_VOLUME_MONITOR_C__)
959 g_native_volume_monitor_get_type  G_GNUC_CONST
960 #endif
961 #endif
962
963 #if IN_HEADER(__G_LOCAL_FILE_MONITOR_H__)
964 #if IN_FILE(__G_LOCAL_FILE_MONITOR_C__)
965 #ifdef G_OS_UNIX
966 g_local_file_monitor_get_type  G_GNUC_CONST
967 #endif
968 #endif
969 #endif
970
971 #if IN_HEADER(__G_LOCAL_DIRECTORY_MONITOR_H__)
972 #if IN_FILE(__G_LOCAL_DIRECTORY_MONITOR_C__)
973 #ifdef G_OS_UNIX
974 g_local_directory_monitor_get_type  G_GNUC_CONST
975 #endif
976 #endif
977 #endif
978
979 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
980 #if IN_FILE(__GIO_ENUM_TYPES_C__)
981 g_mount_unmount_flags_get_type G_GNUC_CONST
982 g_app_info_create_flags_get_type G_GNUC_CONST
983 g_converter_flags_get_type G_GNUC_CONST
984 g_converter_result_get_type G_GNUC_CONST
985 g_data_stream_byte_order_get_type G_GNUC_CONST
986 g_data_stream_newline_type_get_type G_GNUC_CONST
987 g_file_attribute_info_flags_get_type G_GNUC_CONST
988 g_file_attribute_status_get_type G_GNUC_CONST
989 g_file_attribute_type_get_type G_GNUC_CONST
990 g_file_copy_flags_get_type G_GNUC_CONST
991 g_file_create_flags_get_type G_GNUC_CONST
992 g_file_monitor_event_get_type G_GNUC_CONST
993 g_file_monitor_flags_get_type G_GNUC_CONST
994 g_file_query_info_flags_get_type G_GNUC_CONST
995 g_file_type_get_type G_GNUC_CONST
996 g_filesystem_preview_type_get_type G_GNUC_CONST
997 g_io_error_enum_get_type G_GNUC_CONST
998 g_mount_mount_flags_get_type G_GNUC_CONST
999 g_mount_operation_result_get_type G_GNUC_CONST
1000 g_drive_start_flags_get_type G_GNUC_CONST
1001 g_drive_start_stop_type_get_type G_GNUC_CONST
1002 g_output_stream_splice_flags_get_type G_GNUC_CONST
1003 g_ask_password_flags_get_type G_GNUC_CONST
1004 g_password_save_get_type G_GNUC_CONST
1005 g_emblem_origin_get_type G_GNUC_CONST
1006 g_socket_family_get_type G_GNUC_CONST
1007 g_socket_type_get_type G_GNUC_CONST
1008 g_socket_protocol_get_type G_GNUC_CONST
1009 g_socket_msg_flags_get_type G_GNUC_CONST
1010 g_unix_socket_address_type_get_type G_GNUC_CONST
1011 g_resolver_error_get_type G_GNUC_CONST
1012 g_zlib_compressor_format_get_type
1013 g_settings_bind_flags_get_type
1014 g_dbus_error_get_type G_GNUC_CONST
1015 g_bus_type_get_type G_GNUC_CONST
1016 g_bus_name_owner_flags_get_type G_GNUC_CONST
1017 g_bus_name_watcher_flags_get_type G_GNUC_CONST
1018 g_dbus_proxy_flags_get_type G_GNUC_CONST
1019 g_dbus_connection_flags_get_type G_GNUC_CONST
1020 g_dbus_capability_flags_get_type G_GNUC_CONST
1021 g_dbus_call_flags_get_type G_GNUC_CONST
1022 g_dbus_message_type_get_type G_GNUC_CONST
1023 g_dbus_message_flags_get_type G_GNUC_CONST
1024 g_dbus_message_header_field_get_type G_GNUC_CONST
1025 g_dbus_property_info_flags_get_type G_GNUC_CONST
1026 g_dbus_subtree_flags_get_type G_GNUC_CONST
1027 g_dbus_server_flags_get_type G_GNUC_CONST
1028 #endif
1029 #endif
1030
1031
1032 #if IN_HEADER(__G_EMBLEMED_ICON_H__)
1033 #if IN_FILE(__G_EMBLEMED_ICON_C__)
1034 g_emblemed_icon_get_type G_GNUC_CONST
1035 g_emblemed_icon_new
1036 g_emblemed_icon_get_icon
1037 g_emblemed_icon_get_emblems
1038 g_emblemed_icon_add_emblem
1039 #endif
1040 #endif
1041
1042 #if IN_HEADER(__G_EMBLEM_H__)
1043 #if IN_FILE(__G_EMBLEM_C__)
1044 g_emblem_get_type G_GNUC_CONST
1045 g_emblem_new
1046 g_emblem_new_with_origin
1047 g_emblem_get_icon
1048 g_emblem_get_origin
1049 #endif
1050 #endif
1051
1052 #if IN_HEADER(__G_INET_ADDRESS_H__)
1053 #if IN_FILE(__G_INET_ADDRESS_C__)
1054 g_inet_address_new_from_string
1055 g_inet_address_new_from_bytes
1056 g_inet_address_new_any
1057 g_inet_address_new_loopback
1058 g_inet_address_get_family
1059 g_inet_address_get_type G_GNUC_CONST
1060 g_inet_address_get_is_any
1061 g_inet_address_get_is_link_local
1062 g_inet_address_get_is_loopback
1063 g_inet_address_get_is_mc_global
1064 g_inet_address_get_is_mc_link_local
1065 g_inet_address_get_is_mc_node_local
1066 g_inet_address_get_is_mc_org_local
1067 g_inet_address_get_is_mc_site_local
1068 g_inet_address_get_is_multicast
1069 g_inet_address_get_is_site_local
1070 g_inet_address_to_bytes
1071 g_inet_address_get_native_size
1072 g_inet_address_to_string
1073 #endif
1074 #endif
1075
1076 #if IN_HEADER(__G_INET_SOCKET_ADDRESS_H__)
1077 #if IN_FILE(__G_INET_SOCKET_ADDRESS_C__)
1078 g_inet_socket_address_get_address
1079 g_inet_socket_address_get_port
1080 g_inet_socket_address_get_type G_GNUC_CONST
1081 g_inet_socket_address_new
1082 #endif
1083 #endif
1084
1085 #if IN_HEADER(__G_UNIX_SOCKET_ADDRESS_H__)
1086 #if IN_FILE(__G_UNIX_SOCKET_ADDRESS_C__)
1087 #ifdef G_OS_UNIX
1088 g_unix_socket_address_get_type G_GNUC_CONST
1089 g_unix_socket_address_new
1090 #ifndef G_DISABLE_DEPRECATED
1091 g_unix_socket_address_new_abstract
1092 #endif
1093 g_unix_socket_address_new_with_type
1094 g_unix_socket_address_abstract_names_supported
1095 #ifndef G_DISABLE_DEPRECATED
1096 g_unix_socket_address_get_is_abstract
1097 #endif
1098 g_unix_socket_address_get_address_type
1099 g_unix_socket_address_get_path
1100 g_unix_socket_address_get_path_len
1101 #endif
1102 #endif
1103 #endif
1104
1105 #if IN_HEADER(__G_SOCKET_ADDRESS_H__)
1106 #if IN_FILE(__G_SOCKET_ADDRESS_C__)
1107 g_socket_address_new_from_native
1108 g_socket_address_get_type G_GNUC_CONST
1109 g_socket_address_get_family
1110 g_socket_address_get_native_size
1111 g_socket_address_to_native
1112 #endif
1113 #endif
1114
1115 #if IN_HEADER(__G_RESOLVER_H__)
1116 #if IN_FILE(__G_RESOLVER_C__)
1117 g_resolver_error_quark
1118 g_resolver_free_addresses
1119 g_resolver_free_targets
1120 g_resolver_get_type G_GNUC_CONST
1121 g_resolver_get_default
1122 g_resolver_set_default
1123 g_resolver_lookup_by_name
1124 g_resolver_lookup_by_name_async
1125 g_resolver_lookup_by_name_finish
1126 g_resolver_lookup_by_address
1127 g_resolver_lookup_by_address_async
1128 g_resolver_lookup_by_address_finish
1129 g_resolver_lookup_service
1130 g_resolver_lookup_service_async
1131 g_resolver_lookup_service_finish
1132 #endif
1133 #endif
1134
1135 #if IN_HEADER(__G_THREADED_RESOLVER_H__)
1136 #if IN_FILE(__G_THREADED_RESOLVER_C__)
1137 g_threaded_resolver_get_type G_GNUC_CONST
1138 #endif
1139 #endif
1140
1141 #if IN_HEADER(__G_UNIX_RESOLVER_H__)
1142 #if IN_FILE(__G_UNIX_RESOLVER_C__)
1143 #ifdef G_OS_UNIX
1144 g_unix_resolver_get_type G_GNUC_CONST
1145 #endif
1146 #endif
1147 #endif
1148
1149 #if IN_HEADER(__G_WIN32_RESOLVER_H__)
1150 #if IN_FILE(__G_WIN32_RESOLVER_C__)
1151 #ifdef G_OS_WIN32
1152 g_win32_resolver_get_type G_GNUC_CONST
1153 #endif
1154 #endif
1155 #endif
1156
1157 #if IN_HEADER(__G_SRV_TARGET_H__)
1158 #if IN_FILE(__G_SRV_TARGET_C__)
1159 g_srv_target_get_type G_GNUC_CONST
1160 g_srv_target_new
1161 g_srv_target_copy
1162 g_srv_target_free
1163 g_srv_target_get_hostname
1164 g_srv_target_get_port
1165 g_srv_target_get_priority
1166 g_srv_target_get_weight
1167 g_srv_target_list_sort
1168 #endif
1169 #endif
1170
1171 #if IN_HEADER(__G_NETWORK_ADDRESS_H__)
1172 #if IN_FILE(__G_NETWORK_ADDRESS_C__)
1173 g_network_address_get_type G_GNUC_CONST
1174 g_network_address_get_hostname
1175 g_network_address_get_port
1176 g_network_address_new
1177 g_network_address_parse
1178 #endif
1179 #endif
1180
1181 #if IN_HEADER(__G_NETWORK_SERVICE_H__)
1182 #if IN_FILE(__G_NETWORK_SERVICE_C__)
1183 g_network_service_get_type G_GNUC_CONST
1184 g_network_service_get_service
1185 g_network_service_get_protocol
1186 g_network_service_get_domain
1187 g_network_service_new
1188 #endif
1189 #endif
1190
1191 #if IN_HEADER(__G_SOCKET_CONNECTABLE_H__)
1192 #if IN_FILE(__G_SOCKET_CONNECTABLE_C__)
1193 g_socket_connectable_enumerate
1194 g_socket_connectable_get_type G_GNUC_CONST
1195 #endif
1196 #endif
1197
1198 #if IN_HEADER(__G_SOCKET_ADDRESS_ENUMERATOR_H__)
1199 #if IN_FILE(__G_SOCKET_ADDRESS_ENUMERATOR_C__)
1200 g_socket_address_enumerator_get_type G_GNUC_CONST
1201 g_socket_address_enumerator_next
1202 g_socket_address_enumerator_next_async
1203 g_socket_address_enumerator_next_finish
1204 #endif
1205 #endif
1206
1207 #if IN_HEADER(__G_ASYNC_INITABLE_H__)
1208 #if IN_FILE(__G_ASYNC_INITABLE_C__)
1209 g_async_initable_get_type G_GNUC_CONST
1210 g_async_initable_init_async
1211 g_async_initable_init_finish
1212 g_async_initable_new_async
1213 g_async_initable_new_finish
1214 g_async_initable_new_valist_async
1215 g_async_initable_newv_async
1216 #endif
1217 #endif
1218
1219 #if IN_HEADER(__G_INITABLE_H__)
1220 #if IN_FILE(__G_INITABLE_C__)
1221 g_initable_get_type G_GNUC_CONST
1222 g_initable_init
1223 g_initable_new
1224 g_initable_newv
1225 g_initable_new_valist
1226 #endif
1227 #endif
1228
1229 #if IN_HEADER(__G_SOCKET_H__)
1230 #if IN_FILE(__G_SOCKET_C__)
1231 g_socket_get_type G_GNUC_CONST
1232 g_socket_accept
1233 g_socket_bind
1234 g_socket_check_connect_result
1235 g_socket_close
1236 g_socket_shutdown
1237 g_socket_condition_check
1238 g_socket_condition_wait
1239 g_socket_connect
1240 g_socket_create_source
1241 g_socket_get_blocking
1242 g_socket_get_family
1243 g_socket_get_fd
1244 g_socket_get_timeout
1245 g_socket_get_keepalive
1246 g_socket_get_listen_backlog
1247 g_socket_get_local_address
1248 g_socket_get_protocol
1249 g_socket_get_remote_address
1250 g_socket_get_socket_type
1251 g_socket_is_closed
1252 g_socket_is_connected
1253 g_socket_listen
1254 g_socket_new
1255 g_socket_new_from_fd
1256 g_socket_receive
1257 g_socket_receive_from
1258 g_socket_receive_message
1259 g_socket_send
1260 g_socket_send_message
1261 g_socket_send_to
1262 g_socket_set_blocking
1263 g_socket_set_timeout
1264 g_socket_set_keepalive
1265 g_socket_set_listen_backlog
1266 g_socket_speaks_ipv4
1267 #endif
1268 #endif
1269
1270 #if IN_HEADER(__G_SOCKET_CONTROL_MESSAGE_H__)
1271 #if IN_FILE(__G_SOCKET_CONTROL_MESSAGE_C__)
1272 g_socket_control_message_get_type G_GNUC_CONST
1273 g_socket_control_message_deserialize
1274 g_socket_control_message_get_level
1275 g_socket_control_message_get_msg_type
1276 g_socket_control_message_get_size
1277 g_socket_control_message_serialize
1278 #endif
1279 #endif
1280
1281 #if IN_HEADER(__G_SOCKET_CLIENT_H__)
1282 #if IN_FILE(__G_SOCKET_CLIENT_C__)
1283 g_socket_client_get_type G_GNUC_CONST
1284 g_socket_client_connect
1285 g_socket_client_connect_async
1286 g_socket_client_connect_finish
1287 g_socket_client_connect_to_host
1288 g_socket_client_connect_to_host_async
1289 g_socket_client_connect_to_host_finish
1290 g_socket_client_connect_to_service
1291 g_socket_client_connect_to_service_async
1292 g_socket_client_connect_to_service_finish
1293 g_socket_client_get_family
1294 g_socket_client_get_local_address
1295 g_socket_client_get_protocol
1296 g_socket_client_get_socket_type
1297 g_socket_client_new
1298 g_socket_client_set_family
1299 g_socket_client_set_local_address
1300 g_socket_client_set_protocol
1301 g_socket_client_set_socket_type
1302 #endif
1303 #endif
1304
1305 #if IN_HEADER(__G_SOCKET_CONNECTION_H__)
1306 #if IN_FILE(__G_SOCKET_CONNECTION_C__)
1307 g_socket_connection_get_type G_GNUC_CONST
1308 g_socket_connection_factory_create_connection
1309 g_socket_connection_factory_lookup_type
1310 g_socket_connection_factory_register_type
1311 g_socket_connection_get_local_address
1312 g_socket_connection_get_remote_address
1313 g_socket_connection_get_socket
1314 #endif
1315 #endif
1316
1317 #if IN_HEADER(__G_SOCKET_LISTENER_H__)
1318 #if IN_FILE(__G_SOCKET_LISTENER_C__)
1319 g_socket_listener_get_type G_GNUC_CONST
1320 g_socket_listener_accept
1321 g_socket_listener_accept_async
1322 g_socket_listener_accept_finish
1323 g_socket_listener_accept_socket
1324 g_socket_listener_accept_socket_async
1325 g_socket_listener_accept_socket_finish
1326 g_socket_listener_add_address
1327 g_socket_listener_add_inet_port
1328 g_socket_listener_add_any_inet_port
1329 g_socket_listener_add_socket
1330 g_socket_listener_close
1331 g_socket_listener_new
1332 g_socket_listener_set_backlog
1333 #endif
1334 #endif
1335
1336 #if IN_HEADER(__G_SOCKET_SERVICE_H__)
1337 #if IN_FILE(__G_SOCKET_SERVICE_C__)
1338 g_socket_service_get_type G_GNUC_CONST
1339 g_socket_service_is_active
1340 g_socket_service_new
1341 g_socket_service_start
1342 g_socket_service_stop
1343 #endif
1344 #endif
1345
1346 #if IN_HEADER(__G_THREADED_SOCKET_SERVICE_H__)
1347 #if IN_FILE(__G_THREADED_SOCKET_SERVICE_C__)
1348 g_threaded_socket_service_get_type G_GNUC_CONST
1349 g_threaded_socket_service_new
1350 #endif
1351 #endif
1352
1353 #if IN_HEADER(__G_TCP_CONNECTION_H__)
1354 #if IN_FILE(__G_TCP_CONNECTION_C__)
1355 g_tcp_connection_get_type G_GNUC_CONST
1356 g_tcp_connection_set_graceful_disconnect
1357 g_tcp_connection_get_graceful_disconnect
1358 #endif
1359 #endif
1360
1361 #if IN_HEADER(__G_UNIX_CONNECTION_H__)
1362 #if IN_FILE(__G_UNIX_CONNECTION_C__)
1363 #ifndef G_OS_WIN32
1364 g_unix_connection_get_type G_GNUC_CONST
1365 g_unix_connection_receive_fd
1366 g_unix_connection_send_fd
1367 g_unix_connection_receive_credentials
1368 g_unix_connection_send_credentials
1369 #endif
1370 #endif
1371 #endif
1372
1373 #if IN_HEADER(__G_UNIX_FD_MESSAGE_H__)
1374 #if IN_FILE(__G_UNIX_FD_MESSAGE_C__)
1375 #ifndef G_OS_WIN32
1376 g_unix_fd_message_get_type G_GNUC_CONST
1377 g_unix_fd_message_append_fd
1378 g_unix_fd_message_new
1379 g_unix_fd_message_steal_fds
1380 g_unix_fd_message_get_fd_list
1381 g_unix_fd_message_new_with_fd_list
1382 #endif
1383 #endif
1384 #endif
1385
1386 #if IN_HEADER(__G_UNIX_FD_LIST_H__)
1387 #if IN_FILE(__G_UNIX_FD_LIST_C__)
1388 #ifndef G_OS_WIN32
1389 g_unix_fd_list_append
1390 g_unix_fd_list_get
1391 g_unix_fd_list_get_length
1392 g_unix_fd_list_get_type G_GNUC_CONST
1393 g_unix_fd_list_new
1394 g_unix_fd_list_new_from_array
1395 g_unix_fd_list_peek_fds
1396 g_unix_fd_list_steal_fds
1397 #endif
1398 #endif
1399 #endif
1400
1401 #if IN_HEADER(__G_ZLIB_COMPRESSOR_H__)
1402 #if IN_FILE(__G_ZLIB_COMPRESSOR_C__)
1403 g_zlib_compressor_get_type G_GNUC_CONST
1404 g_zlib_compressor_new
1405 #endif
1406 #endif
1407
1408 #if IN_HEADER(__G_ZLIB_DECOMPRESSOR_H__)
1409 #if IN_FILE(__G_ZLIB_DECOMPRESSOR_C__)
1410 g_zlib_decompressor_get_type G_GNUC_CONST
1411 g_zlib_decompressor_new
1412 #endif
1413 #endif
1414
1415 #if IN_HEADER(__G_FILE_DESCRIPTOR_BASED_H__)
1416 #if IN_FILE(__G_FILE_DESCRIPTOR_BASED_C__)
1417 #ifdef G_OS_UNIX
1418 g_file_descriptor_based_get_type G_GNUC_CONST
1419 g_file_descriptor_based_get_fd
1420 #endif
1421 #endif
1422 #endif
1423
1424 #if IN_HEADER(__G_SETTINGS_BACKEND_H__)
1425 #if IN_FILE(__G_SETTINGS_BACKEND_C__)
1426 g_settings_backend_get_type
1427 g_settings_backend_changed
1428 g_settings_backend_flatten_tree
1429 g_settings_backend_keys_changed
1430 g_settings_backend_path_changed
1431 g_settings_backend_path_writable_changed
1432 g_settings_backend_writable_changed
1433 g_settings_backend_changed_tree
1434 #endif
1435 #endif
1436
1437 #if IN_HEADER(__G_SETTINGS_BACKEND_H__)
1438 #if IN_FILE(__G_KEYFILE_SETTINGS_BACKEND_C__)
1439 g_keyfile_settings_backend_new
1440 #endif
1441 #endif
1442
1443 #if IN_HEADER(__G_SETTINGS_H__)
1444 #if IN_FILE(__G_SETTINGS_SCHEMA_C__)
1445 g_settings_schema_exists
1446 #endif
1447
1448 #if IN_FILE(__G_SETTINGS_C__)
1449 g_settings_apply
1450 g_settings_bind
1451 g_settings_bind_writable
1452 g_settings_bind_with_mapping
1453 g_settings_delay
1454 g_settings_get
1455 g_settings_get_child
1456 g_settings_get_has_unapplied
1457 g_settings_get_type
1458 g_settings_get_value
1459 g_settings_is_writable
1460 g_settings_new
1461 g_settings_new_with_backend
1462 g_settings_new_with_backend_and_path
1463 g_settings_new_with_path
1464 g_settings_revert
1465 g_settings_set
1466 g_settings_set_value
1467 g_settings_unbind
1468 g_settings_get_int
1469 g_settings_set_int
1470 g_settings_get_string
1471 g_settings_set_string
1472 g_settings_get_strv
1473 g_settings_set_strv
1474 g_settings_get_double
1475 g_settings_set_double
1476 g_settings_get_boolean
1477 g_settings_set_boolean
1478 g_settings_get_enum
1479 g_settings_set_enum
1480 g_settings_sync
1481 g_settings_list_keys
1482 #endif
1483 #endif
1484
1485 #if IN_HEADER(__G_CREDENTIALS_H__)
1486 #if IN_FILE(__G_CREDENTIALS_C__)
1487 g_credentials_get_type G_GNUC_CONST
1488 g_credentials_new
1489 g_credentials_to_string
1490 g_credentials_get_native
1491 g_credentials_set_native
1492 g_credentials_is_same_user
1493 #ifdef G_OS_UNIX
1494 g_credentials_get_unix_user
1495 g_credentials_set_unix_user
1496 #endif
1497 #endif
1498 #endif
1499
1500 #if IN_HEADER(__G_DBUS_ADDRESS_H__)
1501 #if IN_FILE(__G_DBUS_ADDRESS_C__)
1502 g_dbus_is_address
1503 g_dbus_is_supported_address
1504 g_dbus_address_get_for_bus_sync
1505 g_dbus_address_get_stream
1506 g_dbus_address_get_stream_finish
1507 g_dbus_address_get_stream_sync
1508 #endif
1509 #endif
1510
1511 #if IN_HEADER(__G_DBUS_AUTH_OBSERVER_H__)
1512 #if IN_FILE(__G_DBUS_AUTH_OBSERVER_C__)
1513 g_dbus_auth_observer_get_type G_GNUC_CONST
1514 g_dbus_auth_observer_new
1515 g_dbus_auth_observer_authorize_authenticated_peer
1516 #endif
1517 #endif
1518
1519 #if IN_HEADER(__G_DBUS_CONNECTION_H__)
1520 #if IN_FILE(__G_DBUS_CONNECTION_C__)
1521 g_dbus_connection_get_type G_GNUC_CONST
1522 g_bus_get
1523 g_bus_get_finish
1524 g_bus_get_sync
1525 g_dbus_connection_new
1526 g_dbus_connection_new_finish
1527 g_dbus_connection_new_for_address
1528 g_dbus_connection_new_for_address_finish
1529 g_dbus_connection_new_for_address_sync
1530 g_dbus_connection_new_sync
1531 g_dbus_connection_get_capabilities
1532 g_dbus_connection_get_exit_on_close
1533 g_dbus_connection_get_guid
1534 g_dbus_connection_get_peer_credentials
1535 g_dbus_connection_get_stream
1536 g_dbus_connection_get_unique_name
1537 g_dbus_connection_is_closed
1538 g_dbus_connection_set_exit_on_close
1539 g_dbus_connection_close
1540 g_dbus_connection_emit_signal
1541 g_dbus_connection_call
1542 g_dbus_connection_call_finish
1543 g_dbus_connection_call_sync
1544 g_dbus_connection_signal_subscribe
1545 g_dbus_connection_signal_unsubscribe
1546 g_dbus_connection_add_filter
1547 g_dbus_connection_remove_filter
1548 g_dbus_connection_send_message
1549 g_dbus_connection_send_message_with_reply
1550 g_dbus_connection_send_message_with_reply_finish
1551 g_dbus_connection_send_message_with_reply_sync
1552 g_dbus_connection_register_object
1553 g_dbus_connection_unregister_object
1554 g_dbus_connection_register_subtree
1555 g_dbus_connection_unregister_subtree
1556 #endif
1557 #endif
1558
1559 #if IN_HEADER(__G_DBUS_ERROR_H__)
1560 #if IN_FILE(__G_DBUS_ERROR_C__)
1561 g_dbus_error_quark
1562 g_dbus_error_new_for_dbus_error
1563 g_dbus_error_is_remote_error
1564 g_dbus_error_get_remote_error
1565 g_dbus_error_strip_remote_error
1566 g_dbus_error_encode_gerror
1567 g_dbus_error_register_error
1568 g_dbus_error_register_error_domain
1569 g_dbus_error_set_dbus_error
1570 g_dbus_error_set_dbus_error_valist
1571 g_dbus_error_unregister_error
1572 #endif
1573 #endif
1574
1575 #if IN_HEADER(__G_DBUS_INTROSPECTION_H__)
1576 #if IN_FILE(__G_DBUS_INTROSPECTION_C__)
1577 g_dbus_annotation_info_get_type G_GNUC_CONST
1578 g_dbus_arg_info_get_type G_GNUC_CONST
1579 g_dbus_property_info_get_type G_GNUC_CONST
1580 g_dbus_interface_info_get_type G_GNUC_CONST
1581 g_dbus_method_info_get_type G_GNUC_CONST
1582 g_dbus_signal_info_get_type G_GNUC_CONST
1583 g_dbus_node_info_get_type G_GNUC_CONST
1584 g_dbus_annotation_info_lookup
1585 g_dbus_annotation_info_ref
1586 g_dbus_annotation_info_unref
1587 g_dbus_interface_info_generate_xml
1588 g_dbus_interface_info_lookup_method
1589 g_dbus_interface_info_lookup_property
1590 g_dbus_interface_info_lookup_signal
1591 g_dbus_node_info_new_for_xml
1592 g_dbus_node_info_generate_xml
1593 g_dbus_node_info_lookup_interface
1594 g_dbus_arg_info_ref
1595 g_dbus_arg_info_unref
1596 g_dbus_property_info_ref
1597 g_dbus_property_info_unref
1598 g_dbus_signal_info_ref
1599 g_dbus_signal_info_unref
1600 g_dbus_method_info_ref
1601 g_dbus_method_info_unref
1602 g_dbus_interface_info_ref
1603 g_dbus_interface_info_unref
1604 g_dbus_node_info_ref
1605 g_dbus_node_info_unref
1606 #endif
1607 #endif
1608
1609 #if IN_HEADER(__G_DBUS_MESSAGE_H__)
1610 #if IN_FILE(__G_DBUS_MESSAGE_C__)
1611 g_dbus_message_get_type G_GNUC_CONST
1612 g_dbus_message_new
1613 g_dbus_message_new_from_blob
1614 g_dbus_message_new_method_call
1615 g_dbus_message_new_method_error
1616 g_dbus_message_new_method_error_literal
1617 g_dbus_message_new_method_error_valist
1618 g_dbus_message_new_method_reply
1619 g_dbus_message_new_signal
1620 g_dbus_message_bytes_needed
1621 g_dbus_message_get_arg0
1622 g_dbus_message_get_body
1623 g_dbus_message_get_destination
1624 g_dbus_message_get_error_name
1625 g_dbus_message_get_flags
1626 g_dbus_message_get_header
1627 g_dbus_message_get_header_fields
1628 g_dbus_message_get_interface
1629 g_dbus_message_get_member
1630 g_dbus_message_get_num_unix_fds
1631 g_dbus_message_get_path
1632 g_dbus_message_get_reply_serial
1633 g_dbus_message_get_sender
1634 g_dbus_message_get_serial
1635 g_dbus_message_get_signature
1636 g_dbus_message_get_message_type
1637 g_dbus_message_print
1638 g_dbus_message_set_body
1639 g_dbus_message_set_destination
1640 g_dbus_message_set_error_name
1641 g_dbus_message_set_flags
1642 g_dbus_message_set_header
1643 g_dbus_message_set_interface
1644 g_dbus_message_set_member
1645 g_dbus_message_set_num_unix_fds
1646 g_dbus_message_set_path
1647 g_dbus_message_set_reply_serial
1648 g_dbus_message_set_sender
1649 g_dbus_message_set_serial
1650 g_dbus_message_set_signature
1651 g_dbus_message_set_message_type
1652 g_dbus_message_to_blob
1653 g_dbus_message_to_gerror
1654 #ifdef G_OS_UNIX
1655 g_dbus_message_get_unix_fd_list
1656 g_dbus_message_set_unix_fd_list
1657 #endif
1658 #endif
1659 #endif
1660
1661 #if IN_HEADER(__G_DBUS_METHOD_INVOCATION_H__)
1662 #if IN_FILE(__G_DBUS_METHOD_INVOCATION_C__)
1663 g_dbus_method_invocation_get_type G_GNUC_CONST
1664 g_dbus_method_invocation_new
1665 g_dbus_method_invocation_get_connection
1666 g_dbus_method_invocation_get_interface_name
1667 g_dbus_method_invocation_get_message
1668 g_dbus_method_invocation_get_method_info
1669 g_dbus_method_invocation_get_method_name
1670 g_dbus_method_invocation_get_object_path
1671 g_dbus_method_invocation_get_parameters
1672 g_dbus_method_invocation_get_sender
1673 g_dbus_method_invocation_get_user_data
1674 g_dbus_method_invocation_return_dbus_error
1675 g_dbus_method_invocation_return_error
1676 g_dbus_method_invocation_return_error_literal
1677 g_dbus_method_invocation_return_error_valist
1678 g_dbus_method_invocation_return_gerror
1679 g_dbus_method_invocation_return_value
1680 #endif
1681 #endif
1682
1683 #if IN_HEADER(__G_DBUS_NAME_OWNING_H__)
1684 #if IN_FILE(__G_DBUS_NAME_OWNING_C__)
1685 g_bus_own_name
1686 g_bus_own_name_on_connection
1687 g_bus_unown_name
1688 g_bus_own_name_with_closures
1689 g_bus_own_name_on_connection_with_closures
1690 #endif
1691 #endif
1692
1693 #if IN_HEADER(__G_DBUS_NAME_WATCHING_H__)
1694 #if IN_FILE(__G_DBUS_NAME_WATCHING_C__)
1695 g_bus_watch_name
1696 g_bus_watch_name_on_connection
1697 g_bus_unwatch_name
1698 g_bus_watch_name_with_closures
1699 g_bus_watch_name_on_connection_with_closures
1700 #endif
1701 #endif
1702
1703 #if IN_HEADER(__G_DBUS_PROXY_H__)
1704 #if IN_FILE(__G_DBUS_PROXY_C__)
1705 g_dbus_proxy_get_type G_GNUC_CONST
1706 g_dbus_proxy_new
1707 g_dbus_proxy_new_finish
1708 g_dbus_proxy_new_sync
1709 g_dbus_proxy_new_for_bus
1710 g_dbus_proxy_new_for_bus_finish
1711 g_dbus_proxy_new_for_bus_sync
1712 g_dbus_proxy_get_cached_property
1713 g_dbus_proxy_set_cached_property
1714 g_dbus_proxy_get_cached_property_names
1715 g_dbus_proxy_get_connection
1716 g_dbus_proxy_get_default_timeout
1717 g_dbus_proxy_get_flags
1718 g_dbus_proxy_get_interface_info
1719 g_dbus_proxy_get_interface_name
1720 g_dbus_proxy_get_object_path
1721 g_dbus_proxy_get_name
1722 g_dbus_proxy_get_name_owner
1723 g_dbus_proxy_set_default_timeout
1724 g_dbus_proxy_set_interface_info
1725 g_dbus_proxy_call
1726 g_dbus_proxy_call_finish
1727 g_dbus_proxy_call_sync
1728 #endif
1729 #endif
1730
1731 #if IN_HEADER(__G_DBUS_SERVER_H__)
1732 #if IN_FILE(__G_DBUS_SERVER_C__)
1733 g_dbus_server_get_type G_GNUC_CONST
1734 g_dbus_server_new_sync
1735 g_dbus_server_is_active
1736 g_dbus_server_start
1737 g_dbus_server_stop
1738 g_dbus_server_get_client_address
1739 g_dbus_server_get_flags
1740 g_dbus_server_get_guid
1741 #endif
1742 #endif
1743
1744 #if IN_HEADER(__G_DBUS_UTILS_H__)
1745 #if IN_FILE(__G_DBUS_UTILS_C__)
1746 g_dbus_generate_guid
1747 g_dbus_is_guid
1748 g_dbus_is_interface_name
1749 g_dbus_is_member_name
1750 g_dbus_is_name
1751 g_dbus_is_unique_name
1752 #endif
1753 #endif
1754
1755 #if IN_HEADER(__G_UNIX_CREDENTIALS_MESSAGE_H__)
1756 #if IN_FILE(__G_UNIX_CREDENTIALS_MESSAGE_C__)
1757 #ifdef G_OS_UNIX
1758 g_unix_credentials_message_get_type G_GNUC_CONST
1759 g_unix_credentials_message_new
1760 g_unix_credentials_message_new_with_credentials
1761 g_unix_credentials_message_get_credentials
1762 g_unix_credentials_message_is_supported
1763 #endif
1764 #endif
1765 #endif
1766
1767 #if IN_HEADER(__G_PERMISSION_H__)
1768 #if IN_FILE(__G_PERMISSION_C__)
1769 g_permission_acquire
1770 g_permission_acquire_async
1771 g_permission_acquire_finish
1772 g_permission_get_allowed
1773 g_permission_get_can_acquire
1774 g_permission_get_can_release
1775 g_permission_get_type
1776 g_permission_impl_update
1777 g_permission_release
1778 g_permission_release_async
1779 g_permission_release_finish
1780 #endif
1781 #endif
1782
1783 #if IN_HEADER(__G_SIMPLE_PERMISSION_H__)
1784 #if IN_FILE(__G_SIMPLE_PERMISSION_C__)
1785 g_simple_permission_get_type
1786 g_simple_permission_new
1787 #endif
1788 #endif