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