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