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