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