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