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