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