Add GWin32InputStream and GWin32OutputStream classes
[platform/upstream/glib.git] / gio / gio.symbols
index fa3e37b..cedfd39 100644 (file)
@@ -75,6 +75,7 @@ g_app_info_reset_type_associations
 g_desktop_app_info_new_from_filename
 g_desktop_app_info_new_from_keyfile
 g_desktop_app_info_new
+g_desktop_app_info_get_filename
 g_desktop_app_info_get_type G_GNUC_CONST
 g_desktop_app_info_get_is_hidden
 g_desktop_app_info_set_desktop_env
@@ -610,6 +611,9 @@ g_io_stream_clear_pending
 #if IN_FILE(__G_IO_ERROR_C__)
 g_io_error_quark
 g_io_error_from_errno
+#ifdef G_OS_WIN32
+g_io_error_from_win32_error
+#endif
 #endif
 #endif
 
@@ -826,6 +830,30 @@ g_unix_output_stream_get_fd
 #endif
 #endif
 
+#if IN_HEADER(__G_WIN32_INPUT_STREAM_H__)
+#if IN_FILE(__G_WIN32_INPUT_STREAM_C__)
+#ifdef G_OS_WIN32
+g_win32_input_stream_get_type  G_GNUC_CONST
+g_win32_input_stream_new
+g_win32_input_stream_set_close_handle
+g_win32_input_stream_get_close_handle
+g_win32_input_stream_get_handle
+#endif /* G_OS_WIN32 */
+#endif
+#endif
+
+#if IN_HEADER(__G_WIN32_OUTPUT_STREAM_H__)
+#if IN_FILE(__G_WIN32_OUTPUT_STREAM_C__)
+#ifdef G_OS_WIN32
+g_win32_output_stream_get_type  G_GNUC_CONST
+g_win32_output_stream_new
+g_win32_output_stream_set_close_handle
+g_win32_output_stream_get_close_handle
+g_win32_output_stream_get_handle
+#endif /* G_OS_WIN32 */
+#endif
+#endif
+
 #if IN_HEADER(__G_MOUNT_H__)
 #if IN_FILE(__G_MOUNT_C__)
 g_mount_get_type  G_GNUC_CONST
@@ -956,6 +984,7 @@ g_socket_protocol_get_type G_GNUC_CONST
 g_socket_msg_flags_get_type G_GNUC_CONST
 g_resolver_error_get_type G_GNUC_CONST
 g_zlib_compressor_format_get_type
+g_settings_bind_flags_get_type
 #endif
 #endif
 
@@ -1319,23 +1348,73 @@ g_unix_fd_list_steal_fds
 #endif
 #endif
 
-#if IN_HEADER(__G_UTF8_INPUT_STREAM_H__)
-#if IN_FILE(__G_UTF8_INPUT_STREAM_C__)
-g_utf8_input_stream_get_type
-g_utf8_input_stream_new
-#endif
-#endif
-
 #if IN_HEADER(__G_ZLIB_COMPRESSOR_H__)
 #if IN_FILE(__G_ZLIB_COMPRESSOR_C__)
-g_zlib_compressor_get_type
+g_zlib_compressor_get_type G_GNUC_CONST
 g_zlib_compressor_new
 #endif
 #endif
 
 #if IN_HEADER(__G_ZLIB_DECOMPRESSOR_H__)
 #if IN_FILE(__G_ZLIB_DECOMPRESSOR_C__)
-g_zlib_decompressor_get_type
+g_zlib_decompressor_get_type G_GNUC_CONST
 g_zlib_decompressor_new
 #endif
 #endif
+
+#if IN_HEADER(__G_FILE_DESCRIPTOR_BASED_H__)
+#if IN_FILE(__G_FILE_DESCRIPTOR_BASED_C__)
+g_file_descriptor_based_get_type G_GNUC_CONST
+g_file_descriptor_based_get_fd
+#endif
+#endif
+
+#if IN_HEADER(__G_SETTINGS_BACKEND_H__)
+#if IN_FILE(__G_KEYFILE_SETTINGS_BACKEND_C__)
+g_settings_backend_setup_keyfile
+#endif
+
+#if IN_FILE(__G_SETTINGS_BACKEND_C__)
+g_settings_backend_setup
+g_settings_backend_get_type
+g_settings_backend_changed
+g_settings_backend_keys_changed
+g_settings_backend_path_changed
+g_settings_backend_path_writable_changed
+g_settings_backend_writable_changed
+g_settings_backend_changed_tree
+#endif
+#endif
+
+#if IN_HEADER(__G_SETTINGS_H__)
+#if IN_FILE(__G_SETTINGS_C__)
+g_settings_apply
+g_settings_bind
+g_settings_bind_with_mapping
+g_settings_delay
+g_settings_get
+g_settings_get_child
+g_settings_get_has_unapplied
+g_settings_get_type
+g_settings_get_value
+g_settings_is_writable
+g_settings_new
+g_settings_new_with_context
+g_settings_new_with_context_and_path
+g_settings_new_with_path
+g_settings_revert
+g_settings_set
+g_settings_set_value
+g_settings_unbind
+g_settings_get_int
+g_settings_set_int
+g_settings_get_string
+g_settings_set_string
+g_settings_get_strv
+g_settings_set_strv
+g_settings_get_double
+g_settings_set_double
+g_settings_get_boolean
+g_settings_set_boolean
+#endif
+#endif