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