Add support for graceful disconnect to GTcpConnection
[platform/upstream/glib.git] / gio / gio.symbols
index d185ddb..7db9b5c 100644 (file)
@@ -7,6 +7,7 @@
  * #ifdef IN_HEADER(sym) #endif and
  * #ifdef IN_FILE(sym) #endif sections.
  */
+
 #ifdef ALL_FILES
 #define IN_FILE(x) 1
 #define IN_HEADER(x) 1
@@ -35,9 +36,11 @@ g_app_info_get_id
 g_app_info_get_name
 g_app_info_get_description
 g_app_info_get_executable
+g_app_info_get_commandline
 g_app_info_get_icon
 g_app_info_launch
 g_app_info_supports_uris
+g_app_info_supports_files
 g_app_info_launch_uris
 g_app_info_should_show
 g_app_info_set_as_default_for_type
@@ -45,6 +48,9 @@ g_app_info_set_as_default_for_extension
 g_app_info_add_supports_type
 g_app_info_can_remove_supports_type
 g_app_info_remove_supports_type
+g_app_info_launch_default_for_uri
+g_app_info_can_delete
+g_app_info_delete
 g_app_launch_context_new
 g_app_launch_context_get_display
 g_app_launch_context_get_startup_notify_id
@@ -57,15 +63,23 @@ g_app_info_get_all
 g_app_info_get_all_for_type
 g_app_info_get_default_for_type
 g_app_info_get_default_for_uri_scheme
+g_app_info_reset_type_associations
 #endif
 #endif
 
 
 #if IN_HEADER(__G_DESKTOP_APP_INFO_H__)
 #if IN_FILE(__G_DESKTOP_APP_INFO_C__)
+#ifdef G_OS_UNIX
 g_desktop_app_info_new_from_filename
+g_desktop_app_info_new_from_keyfile
 g_desktop_app_info_new
+g_desktop_app_info_get_type G_GNUC_CONST
 g_desktop_app_info_get_is_hidden
+g_desktop_app_info_set_desktop_env
+g_desktop_app_info_lookup_get_type G_GNUC_CONST
+g_desktop_app_info_lookup_get_default_for_uri_scheme
+#endif
 #endif
 #endif
 
@@ -114,11 +128,14 @@ g_cancellable_new
 g_cancellable_is_cancelled
 g_cancellable_set_error_if_cancelled
 g_cancellable_get_fd
+g_cancellable_make_pollfd
 g_cancellable_get_current
-g_push_current_cancellable
-g_pop_current_cancellable
+g_cancellable_push_current
+g_cancellable_pop_current
 g_cancellable_reset
 g_cancellable_cancel
+g_cancellable_connect
+g_cancellable_disconnect
 #endif
 #endif
 
@@ -131,7 +148,9 @@ g_content_type_get_description
 g_content_type_get_mime_type
 g_content_type_get_icon
 g_content_type_can_be_executable
+g_content_type_from_mime_type
 g_content_type_guess
+g_content_type_guess_for_tree
 g_content_types_get_registered
 #endif
 #endif
@@ -152,7 +171,11 @@ g_data_input_stream_read_uint32
 g_data_input_stream_read_int64
 g_data_input_stream_read_uint64
 g_data_input_stream_read_line
+g_data_input_stream_read_line_async
+g_data_input_stream_read_line_finish
 g_data_input_stream_read_until
+g_data_input_stream_read_until_async
+g_data_input_stream_read_until_finish
 #endif
 #endif
 
@@ -173,16 +196,6 @@ g_data_output_stream_put_string
 #endif
 #endif
 
-#if IN_HEADER(__G_DIRECTORY_MONITOR_H__)
-#if IN_FILE(__G_DIRECTORY_MONITOR_C__)
-g_directory_monitor_get_type G_GNUC_CONST
-g_directory_monitor_cancel
-g_directory_monitor_is_cancelled
-g_directory_monitor_set_rate_limit
-g_directory_monitor_emit_event
-#endif
-#endif
-
 #if IN_HEADER(__G_DRIVE_H__)
 #if IN_FILE(__G_DRIVE_C__)
 g_drive_get_type G_GNUC_CONST
@@ -199,37 +212,18 @@ g_drive_eject
 g_drive_eject_finish
 g_drive_poll_for_media
 g_drive_poll_for_media_finish
+g_drive_get_identifier
+g_drive_enumerate_identifiers
 #endif
 #endif
 
 #if IN_HEADER(__G_FILE_ATTRIBUTE_H__)
 #if IN_FILE(__G_FILE_ATTRIBUTE_C__)
-g_file_attribute_value_new
-g_file_attribute_value_free
-g_file_attribute_value_clear
-g_file_attribute_value_set
-g_file_attribute_value_dup
-g_file_attribute_value_as_string
-g_file_attribute_value_get_string
-g_file_attribute_value_get_byte_string
-g_file_attribute_value_get_boolean
-g_file_attribute_value_get_uint32
-g_file_attribute_value_get_int32
-g_file_attribute_value_get_uint64
-g_file_attribute_value_get_int64
-g_file_attribute_value_get_object
-g_file_attribute_value_set_string
-g_file_attribute_value_set_byte_string
-g_file_attribute_value_set_boolean
-g_file_attribute_value_set_uint32
-g_file_attribute_value_set_int32
-g_file_attribute_value_set_uint64
-g_file_attribute_value_set_int64
-g_file_attribute_value_set_object
 g_file_attribute_info_list_new
 g_file_attribute_info_list_ref
 g_file_attribute_info_list_unref
 g_file_attribute_info_list_dup
+g_file_attribute_info_list_get_type G_GNUC_CONST
 g_file_attribute_info_list_lookup
 g_file_attribute_info_list_add
 #endif
@@ -252,7 +246,7 @@ g_file_get_parse_name
 g_file_get_parent
 g_file_get_child
 g_file_get_child_for_display_name
-g_file_contains_file
+g_file_has_prefix
 g_file_get_relative_path
 g_file_resolve_relative_path
 g_file_is_native
@@ -270,11 +264,17 @@ g_file_create_async
 g_file_create_finish
 g_file_replace_async
 g_file_replace_finish
+g_file_query_exists
 g_file_query_info
 g_file_query_info_async
 g_file_query_info_finish
+g_file_query_file_type
 g_file_query_filesystem_info
+g_file_query_filesystem_info_async
+g_file_query_filesystem_info_finish
 g_file_find_enclosing_mount
+g_file_find_enclosing_mount_async
+g_file_find_enclosing_mount_finish
 g_file_enumerate_children
 g_file_enumerate_children_async
 g_file_enumerate_children_finish
@@ -284,8 +284,11 @@ g_file_set_display_name_finish
 g_file_delete
 g_file_trash
 g_file_copy
+g_file_copy_async
+g_file_copy_finish
 g_file_move
 g_file_make_directory
+g_file_make_directory_with_parents
 g_file_make_symbolic_link
 g_file_query_settable_attributes
 g_file_query_writable_namespaces
@@ -299,8 +302,8 @@ g_file_set_attribute_uint32
 g_file_set_attribute_int32
 g_file_set_attribute_uint64
 g_file_set_attribute_int64
-g_mount_for_location
-g_mount_for_location_finish
+g_file_mount_enclosing_volume
+g_file_mount_enclosing_volume_finish
 g_file_mount_mountable
 g_file_mount_mountable_finish
 g_file_unmount_mountable
@@ -310,6 +313,8 @@ g_file_eject_mountable_finish
 g_file_copy_attributes
 g_file_monitor_directory
 g_file_monitor_file
+g_file_monitor
+g_file_query_default_handler
 g_file_load_contents
 g_file_load_contents_async
 g_file_load_contents_finish
@@ -318,6 +323,15 @@ g_file_load_partial_contents_finish
 g_file_replace_contents
 g_file_replace_contents_async
 g_file_replace_contents_finish
+g_file_create_readwrite
+g_file_create_readwrite_async
+g_file_create_readwrite_finish
+g_file_open_readwrite
+g_file_open_readwrite_async
+g_file_open_readwrite_finish
+g_file_replace_readwrite
+g_file_replace_readwrite_async
+g_file_replace_readwrite_finish
 #endif
 #endif
 
@@ -333,6 +347,7 @@ g_file_enumerator_close_finish
 g_file_enumerator_is_closed
 g_file_enumerator_has_pending
 g_file_enumerator_set_pending
+g_file_enumerator_get_container
 #endif
 #endif
 
@@ -354,7 +369,9 @@ g_file_info_has_attribute
 g_file_info_list_attributes 
 g_file_info_get_attribute_type 
 g_file_info_remove_attribute 
-g_file_info_get_attribute 
+g_file_info_get_attribute_status 
+g_file_info_get_attribute_data 
+g_file_info_get_attribute_as_string 
 g_file_info_get_attribute_string 
 g_file_info_get_attribute_byte_string 
 g_file_info_get_attribute_boolean 
@@ -417,9 +434,6 @@ g_file_input_stream_get_type  G_GNUC_CONST
 g_file_input_stream_query_info 
 g_file_input_stream_query_info_async 
 g_file_input_stream_query_info_finish 
-g_file_input_stream_tell 
-g_file_input_stream_can_seek 
-g_file_input_stream_seek 
 #endif
 #endif
 
@@ -450,11 +464,16 @@ g_file_output_stream_query_info
 g_file_output_stream_query_info_async 
 g_file_output_stream_query_info_finish 
 g_file_output_stream_get_etag 
-g_file_output_stream_tell 
-g_file_output_stream_can_seek 
-g_file_output_stream_seek 
-g_file_output_stream_can_truncate 
-g_file_output_stream_truncate 
+#endif
+#endif
+
+#if IN_HEADER(__G_FILE_IO_STREAM_H__)
+#if IN_FILE(__G_FILE_IO_STREAM_C__)
+g_file_io_stream_get_type  G_GNUC_CONST
+g_file_io_stream_query_info
+g_file_io_stream_query_info_async
+g_file_io_stream_query_info_finish
+g_file_io_stream_get_etag
 #endif
 #endif
 
@@ -462,6 +481,8 @@ g_file_output_stream_truncate
 #if IN_FILE(__G_FILTER_INPUT_STREAM_C__)
 g_filter_input_stream_get_type  G_GNUC_CONST
 g_filter_input_stream_get_base_stream 
+g_filter_input_stream_get_close_base_stream
+g_filter_input_stream_set_close_base_stream
 #endif
 #endif
 
@@ -469,6 +490,8 @@ g_filter_input_stream_get_base_stream
 #if IN_FILE(__G_FILTER_OUTPUT_STREAM_C__)
 g_filter_output_stream_get_type  G_GNUC_CONST
 g_filter_output_stream_get_base_stream 
+g_filter_output_stream_get_close_base_stream
+g_filter_output_stream_set_close_base_stream
 #endif
 #endif
 
@@ -477,6 +500,8 @@ g_filter_output_stream_get_base_stream
 g_icon_get_type  G_GNUC_CONST
 g_icon_hash 
 g_icon_equal 
+g_icon_to_string
+g_icon_new_for_string
 #endif
 #endif
 
@@ -500,6 +525,21 @@ g_input_stream_clear_pending
 #endif
 #endif
 
+#if IN_HEADER(__G_IO_STREAM_H__)
+#if IN_FILE(__G_IO_STREAM_C__)
+g_io_stream_get_type  G_GNUC_CONST
+g_io_stream_get_input_stream
+g_io_stream_get_output_stream
+g_io_stream_close
+g_io_stream_close_async
+g_io_stream_close_finish
+g_io_stream_is_closed
+g_io_stream_has_pending
+g_io_stream_set_pending
+g_io_stream_clear_pending
+#endif
+#endif
+
 #if IN_HEADER(__G_IO_ERROR_H__)
 #if IN_FILE(__G_IO_ERROR_C__)
 g_io_error_quark 
@@ -512,14 +552,26 @@ g_io_error_from_errno
 g_io_module_get_type  G_GNUC_CONST
 g_io_module_new 
 g_io_modules_load_all_in_directory
+g_io_extension_point_register
+g_io_extension_point_lookup
+g_io_extension_point_set_required_type
+g_io_extension_point_get_required_type
+g_io_extension_point_get_extensions
+g_io_extension_point_get_extension_by_name
+g_io_extension_point_implement
+g_io_extension_get_type
+g_io_extension_get_name
+g_io_extension_get_priority
+g_io_extension_ref_class
 #endif
 #endif
 
 #if IN_HEADER(__G_IO_SCHEDULER_H__)
 #if IN_FILE(__G_IO_SCHEDULER_C__)
-g_schedule_io_job 
-g_cancel_all_io_jobs 
-g_io_job_send_to_mainloop 
+g_io_scheduler_push_job
+g_io_scheduler_cancel_all_jobs
+g_io_scheduler_job_send_to_mainloop
+g_io_scheduler_job_send_to_mainloop_async
 #endif
 #endif
 
@@ -535,10 +587,9 @@ g_loadable_icon_load_finish
 #if IN_HEADER(__G_MEMORY_INPUT_STREAM_H__)
 #if IN_FILE(__G_MEMORY_INPUT_STREAM_C__)
 g_memory_input_stream_get_type  G_GNUC_CONST
-g_memory_input_stream_from_data 
-g_memory_input_stream_set_free_data 
-g_memory_input_stream_get_data 
-g_memory_input_stream_get_data_size 
+g_memory_input_stream_new
+g_memory_input_stream_new_from_data 
+g_memory_input_stream_add_data 
 #endif
 #endif
 
@@ -546,9 +597,9 @@ g_memory_input_stream_get_data_size
 #if IN_FILE(__G_MEMORY_OUTPUT_STREAM_C__)
 g_memory_output_stream_get_type  G_GNUC_CONST
 g_memory_output_stream_new 
-g_memory_output_stream_set_max_size 
 g_memory_output_stream_get_data 
-g_memory_output_stream_set_free_data 
+g_memory_output_stream_get_data_size
+g_memory_output_stream_get_size
 #endif
 #endif
 
@@ -627,6 +678,7 @@ g_simple_async_result_set_from_error
 g_simple_async_result_propagate_error 
 g_simple_async_result_set_error 
 g_simple_async_result_set_error_va 
+g_simple_async_result_is_valid
 g_simple_async_report_error_in_idle 
 g_simple_async_report_gerror_in_idle 
 #endif
@@ -635,9 +687,12 @@ g_simple_async_report_gerror_in_idle
 #if IN_HEADER(__G_THEMED_ICON_H__)
 #if IN_FILE(__G_THEMED_ICON_C__)
 g_themed_icon_get_type  G_GNUC_CONST
-g_themed_icon_new 
-g_themed_icon_new_from_names 
-g_themed_icon_get_names 
+g_themed_icon_new
+g_themed_icon_new_with_default_fallbacks
+g_themed_icon_new_from_names
+g_themed_icon_get_names
+g_themed_icon_prepend_name
+g_themed_icon_append_name
 #endif
 #endif
 
@@ -652,6 +707,8 @@ g_unix_mount_get_device_path
 g_unix_mount_get_fs_type 
 g_unix_mount_is_readonly 
 g_unix_mount_is_system_internal 
+g_unix_mount_guess_can_eject
+g_unix_mount_guess_should_display
 g_unix_mount_guess_name 
 g_unix_mount_guess_icon
 g_unix_mount_point_compare 
@@ -661,15 +718,17 @@ g_unix_mount_point_get_fs_type
 g_unix_mount_point_is_readonly 
 g_unix_mount_point_is_user_mountable 
 g_unix_mount_point_is_loopback 
-g_unix_mount_point_guess_name 
+g_unix_mount_point_guess_can_eject
+g_unix_mount_point_guess_name
 g_unix_mount_point_guess_icon
-g_get_unix_mount_points 
-g_get_unix_mounts 
-g_get_unix_mount_at 
+g_unix_mount_points_get
+g_unix_mounts_get
+g_unix_mount_at 
 g_unix_mounts_changed_since 
 g_unix_mount_points_changed_since 
 g_unix_mount_monitor_get_type  G_GNUC_CONST
 g_unix_mount_monitor_new 
+g_unix_mount_monitor_set_rate_limit 
 g_unix_is_mount_path_system_internal
 #endif /* G_OS_UNIX */
 #endif
@@ -680,6 +739,9 @@ g_unix_is_mount_path_system_internal
 #ifdef G_OS_UNIX
 g_unix_input_stream_get_type  G_GNUC_CONST
 g_unix_input_stream_new 
+g_unix_input_stream_set_close_fd
+g_unix_input_stream_get_close_fd
+g_unix_input_stream_get_fd
 #endif /* G_OS_UNIX */
 #endif
 #endif
@@ -689,6 +751,9 @@ g_unix_input_stream_new
 #ifdef G_OS_UNIX
 g_unix_output_stream_get_type  G_GNUC_CONST
 g_unix_output_stream_new 
+g_unix_output_stream_set_close_fd
+g_unix_output_stream_get_close_fd
+g_unix_output_stream_get_fd
 #endif /* G_OS_UNIX */
 #endif
 #endif
@@ -699,11 +764,23 @@ g_mount_get_type  G_GNUC_CONST
 g_mount_get_root 
 g_mount_get_name 
 g_mount_get_icon 
+g_mount_get_uuid 
 g_mount_get_volume
 g_mount_get_drive 
 g_mount_can_unmount 
+g_mount_can_eject 
 g_mount_unmount 
 g_mount_unmount_finish 
+g_mount_eject 
+g_mount_eject_finish 
+g_mount_remount 
+g_mount_remount_finish 
+g_mount_guess_content_type
+g_mount_guess_content_type_finish
+g_mount_guess_content_type_sync
+g_mount_is_shadowed
+g_mount_shadow
+g_mount_unshadow
 #endif
 #endif
 
@@ -712,11 +789,19 @@ g_mount_unmount_finish
 g_volume_get_type  G_GNUC_CONST
 g_volume_get_name 
 g_volume_get_icon 
+g_volume_get_uuid 
 g_volume_get_drive 
 g_volume_get_mount
+g_volume_should_automount
 g_volume_can_mount
+g_volume_can_eject
 g_volume_mount 
 g_volume_mount_finish 
+g_volume_eject 
+g_volume_eject_finish
+g_volume_get_identifier
+g_volume_enumerate_identifiers
+g_volume_get_activation_root
 #endif
 #endif
 
@@ -724,11 +809,16 @@ g_volume_mount_finish
 #if IN_FILE(__G_VOLUME_MONITOR_C__)
 g_volume_monitor_get_type  G_GNUC_CONST
 g_volume_monitor_get_connected_drives 
+g_volume_monitor_get_volume_for_uuid
 g_volume_monitor_get_volumes 
 g_volume_monitor_get_mounts
+g_volume_monitor_get_mount_for_uuid
 #endif
 #if IN_FILE(__G_UNION_VOLUME_MONITOR_C__)
 g_volume_monitor_get 
+#ifndef G_DISABLE_DEPRECATED
+g_volume_monitor_adopt_orphan_mount
+#endif
 #endif
 #endif
 
@@ -756,10 +846,11 @@ g_local_directory_monitor_get_type  G_GNUC_CONST
 
 #if IN_HEADER(__GIO_ENUM_TYPES_H__)
 #if IN_FILE(__GIO_ENUM_TYPES_C__)
+g_mount_unmount_flags_get_type G_GNUC_CONST
 g_app_info_create_flags_get_type G_GNUC_CONST
 g_data_stream_byte_order_get_type G_GNUC_CONST
 g_data_stream_newline_type_get_type G_GNUC_CONST
-g_file_attribute_flags_get_type G_GNUC_CONST
+g_file_attribute_info_flags_get_type G_GNUC_CONST
 g_file_attribute_status_get_type G_GNUC_CONST
 g_file_attribute_type_get_type G_GNUC_CONST
 g_file_copy_flags_get_type G_GNUC_CONST
@@ -768,9 +859,347 @@ g_file_monitor_event_get_type G_GNUC_CONST
 g_file_monitor_flags_get_type G_GNUC_CONST
 g_file_query_info_flags_get_type G_GNUC_CONST
 g_file_type_get_type G_GNUC_CONST
+g_filesystem_preview_type_get_type G_GNUC_CONST
 g_io_error_enum_get_type G_GNUC_CONST
+g_mount_mount_flags_get_type G_GNUC_CONST
+g_mount_operation_result_get_type G_GNUC_CONST
 g_output_stream_splice_flags_get_type G_GNUC_CONST
-g_password_flags_get_type G_GNUC_CONST
+g_ask_password_flags_get_type G_GNUC_CONST
 g_password_save_get_type G_GNUC_CONST
+g_emblem_origin_get_type G_GNUC_CONST
+g_socket_family_get_type G_GNUC_CONST
+g_socket_type_get_type G_GNUC_CONST
+g_socket_msg_flags_get_type G_GNUC_CONST
+g_resolver_error_get_type G_GNUC_CONST
+#endif
+#endif
+
+
+#if IN_HEADER(__G_EMBLEMED_ICON_H__)
+#if IN_FILE(__G_EMBLEMED_ICON_C__)
+g_emblemed_icon_get_type G_GNUC_CONST
+g_emblemed_icon_new
+g_emblemed_icon_get_icon
+g_emblemed_icon_get_emblems
+g_emblemed_icon_add_emblem
+#endif
+#endif
+
+#if IN_HEADER(__G_EMBLEM_H__)
+#if IN_FILE(__G_EMBLEM_C__)
+g_emblem_get_type G_GNUC_CONST
+g_emblem_new
+g_emblem_new_with_origin
+g_emblem_get_icon
+g_emblem_get_origin
+#endif
+#endif
+
+#if IN_HEADER(__G_INET_ADDRESS_H__)
+#if IN_FILE(__G_INET_ADDRESS_C__)
+g_inet_address_new_from_string
+g_inet_address_new_from_bytes
+g_inet_address_new_any
+g_inet_address_new_loopback
+g_inet_address_get_family
+g_inet_address_get_type G_GNUC_CONST
+g_inet_address_get_is_any
+g_inet_address_get_is_link_local
+g_inet_address_get_is_loopback
+g_inet_address_get_is_mc_global
+g_inet_address_get_is_mc_link_local
+g_inet_address_get_is_mc_node_local
+g_inet_address_get_is_mc_org_local
+g_inet_address_get_is_mc_site_local
+g_inet_address_get_is_multicast
+g_inet_address_get_is_site_local
+g_inet_address_to_bytes
+g_inet_address_to_string
+#endif
+#endif
+
+#if IN_HEADER(__G_INET_SOCKET_ADDRESS_H__)
+#if IN_FILE(__G_INET_SOCKET_ADDRESS_C__)
+g_inet_socket_address_get_address
+g_inet_socket_address_get_port
+g_inet_socket_address_get_type G_GNUC_CONST
+g_inet_socket_address_new
+#endif
+#endif
+
+#if IN_HEADER(__G_UNIX_SOCKET_ADDRESS_H__)
+#if IN_FILE(__G_UNIX_SOCKET_ADDRESS_C__)
+#ifdef G_OS_UNIX
+g_unix_socket_address_get_type G_GNUC_CONST
+g_unix_socket_address_new
+#endif
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_ADDRESS_H__)
+#if IN_FILE(__G_SOCKET_ADDRESS_C__)
+g_socket_address_new_from_native
+g_socket_address_get_type G_GNUC_CONST
+g_socket_address_get_family
+g_socket_address_get_native_size
+g_socket_address_to_native
+#endif
+#endif
+
+#if IN_HEADER(__G_RESOLVER_H__)
+#if IN_FILE(__G_RESOLVER_C__)
+g_resolver_error_quark
+g_resolver_free_addresses
+g_resolver_free_targets
+g_resolver_get_type G_GNUC_CONST
+g_resolver_get_default
+g_resolver_set_default
+g_resolver_lookup_by_name
+g_resolver_lookup_by_name_async
+g_resolver_lookup_by_name_finish
+g_resolver_lookup_by_address
+g_resolver_lookup_by_address_async
+g_resolver_lookup_by_address_finish
+g_resolver_lookup_service
+g_resolver_lookup_service_async
+g_resolver_lookup_service_finish
+#endif
+#endif
+
+#if IN_HEADER(__G_THREADED_RESOLVER_H__)
+#if IN_FILE(__G_THREADED_RESOLVER_C__)
+g_threaded_resolver_get_type G_GNUC_CONST
+#endif
+#endif
+
+#if IN_HEADER(__G_UNIX_RESOLVER_H__)
+#if IN_FILE(__G_UNIX_RESOLVER_C__)
+#ifdef G_OS_UNIX
+g_unix_resolver_get_type G_GNUC_CONST
+#endif
+#endif
+#endif
+
+#if IN_HEADER(__G_WIN32_RESOLVER_H__)
+#if IN_FILE(__G_WIN32_RESOLVER_C__)
+#ifdef G_OS_WIN32
+g_win32_resolver_get_type G_GNUC_CONST
+#endif
+#endif
+#endif
+
+#if IN_HEADER(__G_SRV_TARGET_H__)
+#if IN_FILE(__G_SRV_TARGET_C__)
+g_srv_target_get_type G_GNUC_CONST
+g_srv_target_new
+g_srv_target_copy
+g_srv_target_free
+g_srv_target_get_hostname
+g_srv_target_get_port
+g_srv_target_get_priority
+g_srv_target_get_weight
+g_srv_target_list_sort
+#endif
+#endif
+
+#if IN_HEADER(__G_NETWORK_ADDRESS_H__)
+#if IN_FILE(__G_NETWORK_ADDRESS_C__)
+g_network_address_get_type G_GNUC_CONST
+g_network_address_get_hostname
+g_network_address_get_port
+g_network_address_new
+g_network_address_parse
+#endif
+#endif
+
+#if IN_HEADER(__G_NETWORK_SERVICE_H__)
+#if IN_FILE(__G_NETWORK_SERVICE_C__)
+g_network_service_get_type G_GNUC_CONST
+g_network_service_get_service
+g_network_service_get_protocol
+g_network_service_get_domain
+g_network_service_new
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_CONNECTABLE_H__)
+#if IN_FILE(__G_SOCKET_CONNECTABLE_C__)
+g_socket_connectable_enumerate
+g_socket_connectable_get_type G_GNUC_CONST
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_ADDRESS_ENUMERATOR_H__)
+#if IN_FILE(__G_SOCKET_ADDRESS_ENUMERATOR_C__)
+g_socket_address_enumerator_get_type G_GNUC_CONST
+g_socket_address_enumerator_next
+g_socket_address_enumerator_next_async
+g_socket_address_enumerator_next_finish
+#endif
+#endif
+
+#if IN_HEADER(__G_ASYNC_INITABLE_H__)
+#if IN_FILE(__G_ASYNC_INITABLE_C__)
+g_async_initable_get_type G_GNUC_CONST
+g_async_initable_init_async
+g_async_initable_init_finish
+g_async_initable_new_async
+g_async_initable_new_finish
+g_async_initable_new_valist_async
+g_async_initable_newv_async
+#endif
+#endif
+
+#if IN_HEADER(__G_INITABLE_H__)
+#if IN_FILE(__G_INITABLE_C__)
+g_initable_get_type G_GNUC_CONST
+g_initable_init
+g_initable_new
+g_initable_newv
+g_initable_new_valist
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_H__)
+#if IN_FILE(__G_SOCKET_C__)
+g_socket_get_type G_GNUC_CONST
+g_socket_accept
+g_socket_bind
+g_socket_check_connect_result
+g_socket_close
+g_socket_shutdown
+g_socket_condition_check
+g_socket_condition_wait
+g_socket_connect
+g_socket_create_source
+g_socket_get_blocking
+g_socket_get_family
+g_socket_get_fd
+g_socket_get_keepalive
+g_socket_get_listen_backlog
+g_socket_get_local_address
+g_socket_get_protocol_id
+g_socket_get_protocol_name
+g_socket_protocol_id_lookup_by_name
+g_socket_get_remote_address
+g_socket_get_socket_type
+g_socket_is_closed
+g_socket_is_connected
+g_socket_listen
+g_socket_new
+g_socket_new_from_fd
+g_socket_receive
+g_socket_receive_from
+g_socket_receive_message
+g_socket_send
+g_socket_send_message
+g_socket_send_to
+g_socket_set_blocking
+g_socket_set_keepalive
+g_socket_set_listen_backlog
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_CONTROL_MESSAGE_H__)
+#if IN_FILE(__G_SOCKET_CONTROL_MESSAGE_C__)
+g_socket_control_message_get_type G_GNUC_CONST
+g_socket_control_message_deserialize
+g_socket_control_message_get_level
+g_socket_control_message_get_msg_type
+g_socket_control_message_get_size
+g_socket_control_message_serialize
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_CLIENT_H__)
+#if IN_FILE(__G_SOCKET_CLIENT_C__)
+g_socket_client_get_type G_GNUC_CONST
+g_socket_client_connect
+g_socket_client_connect_async
+g_socket_client_connect_finish
+g_socket_client_connect_to_host
+g_socket_client_connect_to_host_async
+g_socket_client_connect_to_host_finish
+g_socket_client_get_family
+g_socket_client_get_local_address
+g_socket_client_get_protocol
+g_socket_client_get_socket_type
+g_socket_client_new
+g_socket_client_set_family
+g_socket_client_set_local_address
+g_socket_client_set_protocol
+g_socket_client_set_socket_type
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_CONNECTION_H__)
+#if IN_FILE(__G_SOCKET_CONNECTION_C__)
+g_socket_connection_get_type G_GNUC_CONST
+g_socket_connection_factory_create_connection
+g_socket_connection_factory_lookup_type
+g_socket_connection_factory_register_type
+g_socket_connection_get_local_address
+g_socket_connection_get_remote_address
+g_socket_connection_get_socket
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_LISTENER_H__)
+#if IN_FILE(__G_SOCKET_LISTENER_C__)
+g_socket_listener_get_type G_GNUC_CONST
+g_socket_listener_accept
+g_socket_listener_accept_async
+g_socket_listener_accept_finish
+g_socket_listener_accept_socket
+g_socket_listener_accept_socket_async
+g_socket_listener_accept_socket_finish
+g_socket_listener_add_address
+g_socket_listener_add_inet_port
+g_socket_listener_add_socket
+g_socket_listener_close
+g_socket_listener_new
+g_socket_listener_set_backlog
+#endif
+#endif
+
+#if IN_HEADER(__G_SOCKET_SERVICE_H__)
+#if IN_FILE(__G_SOCKET_SERVICE_C__)
+g_socket_service_get_type G_GNUC_CONST
+g_socket_service_is_active
+g_socket_service_new
+g_socket_service_start
+g_socket_service_stop
+#endif
+#endif
+
+#if IN_HEADER(__G_THREADED_SOCKET_SERVICE_H__)
+#if IN_FILE(__G_THREADED_SOCKET_SERVICE_C__)
+g_threaded_socket_service_get_type G_GNUC_CONST
+g_threaded_socket_service_new
+#endif
+#endif
+
+#if IN_HEADER(__G_TCP_CONNECTION_H__)
+#if IN_FILE(__G_TCP_CONNECTION_C__)
+g_tcp_connection_get_type G_GNUC_CONST
+g_tcp_connection_set_graceful_disconnect
+g_tcp_connection_get_graceful_disconnect
+#endif
+#endif
+
+#if IN_HEADER(__G_UNIX_CONNECTION_H__)
+#if IN_FILE(__G_UNIX_CONNECTION_C__)
+g_unix_connection_get_type G_GNUC_CONST
+g_unix_connection_receive_fd
+g_unix_connection_send_fd
+#endif
+#endif
+
+#if IN_HEADER(__G_UNIX_FD_MESSAGE_H__)
+#if IN_FILE(__G_UNIX_FD_MESSAGE_C__)
+g_unix_fd_message_get_type G_GNUC_CONST
+g_unix_fd_message_append_fd
+g_unix_fd_message_new
+g_unix_fd_message_steal_fds
 #endif
 #endif