mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix up GIO docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
<!ENTITY version SYSTEM "version.xml">
|
||||
]>
|
||||
@@ -38,43 +38,41 @@
|
||||
<xi:include href="xml/gioscheduler.xml"/>
|
||||
<xi:include href="xml/gsimpleasyncresult.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter id="conversion">
|
||||
<title>Data conversion</title>
|
||||
<xi:include href="xml/gconverter.xml"/>
|
||||
<xi:include href="xml/gcharsetconverter.xml"/>
|
||||
<xi:include href="xml/gzcompressor.xml"/>
|
||||
<xi:include href="xml/gzdecompressor.xml"/>
|
||||
</chapter>
|
||||
<chapter id="streaming">
|
||||
<title>Streaming I/O</title>
|
||||
<xi:include href="xml/gseekable.xml"/>
|
||||
|
||||
<xi:include href="xml/ginputstream.xml"/>
|
||||
<xi:include href="xml/ginputstream.xml"/>
|
||||
<xi:include href="xml/goutputstream.xml"/>
|
||||
<xi:include href="xml/giostream.xml"/>
|
||||
|
||||
<xi:include href="xml/gfileinputstream.xml"/>
|
||||
<xi:include href="xml/gfileoutputstream.xml"/>
|
||||
<xi:include href="xml/gfileiostream.xml"/>
|
||||
|
||||
<xi:include href="xml/gfilterinputstream.xml"/>
|
||||
<xi:include href="xml/gfilterinputstream.xml"/>
|
||||
<xi:include href="xml/gfilteroutputstream.xml"/>
|
||||
|
||||
<xi:include href="xml/gmemoryinputstream.xml"/>
|
||||
<xi:include href="xml/gmemoryinputstream.xml"/>
|
||||
<xi:include href="xml/gmemoryoutputstream.xml"/>
|
||||
|
||||
<xi:include href="xml/gbufferedinputstream.xml"/>
|
||||
<xi:include href="xml/gbufferedoutputstream.xml"/>
|
||||
|
||||
<xi:include href="xml/gdatainputstream.xml"/>
|
||||
<xi:include href="xml/gdataoutputstream.xml"/>
|
||||
|
||||
<xi:include href="xml/gunixinputstream.xml"/>
|
||||
<xi:include href="xml/gunixoutputstream.xml"/>
|
||||
|
||||
<xi:include href="xml/gconverterinputstream.xml"/>
|
||||
<xi:include href="xml/gconverteroutputstream.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter id="types">
|
||||
<title>File types and applications</title>
|
||||
<xi:include href="xml/gcontenttype.xml"/>
|
||||
<xi:include href="xml/gappinfo.xml"/>
|
||||
<xi:include href="xml/gdesktopappinfo.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter id="volume_mon">
|
||||
<title>Volumes and Drives</title>
|
||||
<xi:include href="xml/gvolumemonitor.xml"/>
|
||||
@@ -158,4 +156,7 @@
|
||||
<index role="2.22">
|
||||
<title>Index of new symbols in 2.22</title>
|
||||
</index>
|
||||
<index role="2.24">
|
||||
<title>Index of new symbols in 2.24</title>
|
||||
</index>
|
||||
</book>
|
||||
|
@@ -730,6 +730,7 @@ g_output_stream_flush_async
|
||||
g_output_stream_flush_finish
|
||||
g_output_stream_close_async
|
||||
g_output_stream_close_finish
|
||||
g_output_stream_is_closing
|
||||
g_output_stream_is_closed
|
||||
g_output_stream_has_pending
|
||||
g_output_stream_set_pending
|
||||
@@ -982,6 +983,7 @@ g_mount_get_icon
|
||||
g_mount_get_drive
|
||||
g_mount_get_root
|
||||
g_mount_get_volume
|
||||
g_mount_get_default_location
|
||||
g_mount_can_unmount
|
||||
GMountMountFlags
|
||||
GMountUnmountFlags
|
||||
@@ -1221,6 +1223,7 @@ g_app_info_dup
|
||||
g_app_info_equal
|
||||
g_app_info_get_id
|
||||
g_app_info_get_name
|
||||
g_app_info_get_display_name
|
||||
g_app_info_get_description
|
||||
g_app_info_get_executable
|
||||
g_app_info_get_commandline
|
||||
@@ -1944,3 +1947,113 @@ G_UNIX_FD_MESSAGE_GET_CLASS
|
||||
GUnixFDMessagePrivate
|
||||
g_unix_fd_message_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gconverter</FILE>
|
||||
<TITLE>GConverter</TITLE>
|
||||
GConverter
|
||||
GConverterIface
|
||||
GConverterResult
|
||||
g_converter_convert
|
||||
g_converter_reset
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_CONVERTER
|
||||
G_CONVERTER
|
||||
G_IS_CONVERTER
|
||||
G_CONVERTER_GET_IFACE
|
||||
<SUBSECTION Private>
|
||||
g_converter_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gcharsetconverter</FILE>
|
||||
<TITLE>GCharsetConverter</TITLE>
|
||||
GCharsetConverter
|
||||
g_charset_converter_new
|
||||
g_charset_converter_set_use_fallback
|
||||
g_charset_converter_get_use_fallback
|
||||
g_charset_converter_get_num_fallbacks
|
||||
<SUBSECTION Standard>
|
||||
GCharsetConverterClass
|
||||
G_TYPE_CHARSET_CONVERTER
|
||||
G_CHARSET_CONVERTER
|
||||
G_IS_CHARSET_CONVERTER
|
||||
G_CHARSET_CONVERTER_CLASS
|
||||
G_IS_CHARSET_CONVERTER_CLASS
|
||||
G_CHARSET_CONVERTER_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
g_charset_converter_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gconverterinputstream</FILE>
|
||||
<TITLE>GConverterInputstream</TITLE>
|
||||
GConverterInputStream
|
||||
g_converter_input_stream_new
|
||||
g_converter_input_stream_get_converter
|
||||
<SUBSECTION Standard>
|
||||
GConverterInputStreamClass
|
||||
G_TYPE_CONVERTER_INPUT_STREAM
|
||||
G_CONVERTER_INPUT_STREAM
|
||||
G_IS_CONVERTER_INPUT_STREAM
|
||||
G_CONVERTER_INPUT_STREAM_CLASS
|
||||
G_IS_CONVERTER_INPUT_STREAM_CLASS
|
||||
G_CONVERTER_INPUT_STREAM_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
GConverterInputStreamPrivate
|
||||
g_converter_input_stream_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gconverteroutputstream</FILE>
|
||||
<TITLE>GConverterOutputstream</TITLE>
|
||||
GConverterOutputStream
|
||||
g_converter_output_stream_new
|
||||
g_converter_output_stream_get_converter
|
||||
<SUBSECTION Standard>
|
||||
GConverterOutputStreamClass
|
||||
G_TYPE_CONVERTER_OUTPUT_STREAM
|
||||
G_CONVERTER_OUTPUT_STREAM
|
||||
G_IS_CONVERTER_OUTPUT_STREAM
|
||||
G_CONVERTER_OUTPUT_STREAM_CLASS
|
||||
G_IS_CONVERTER_OUTPUT_STREAM_CLASS
|
||||
G_CONVERTER_OUTPUT_STREAM_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
GConverterOutputStreamPrivate
|
||||
g_converter_output_stream_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gzcompressor</FILE>
|
||||
<TITLE>GZlibCompressor</TITLE>
|
||||
GZLibCompressor
|
||||
GZlibCompressorFormat
|
||||
g_zlib_compressor_new
|
||||
<SUBSECTION Standard>
|
||||
GZlibCompressorClass
|
||||
G_TYPE_ZLIB_COMPRESSOR
|
||||
G_ZLIB_COMPRESSOR
|
||||
G_IS_ZLIB_COMPRESSOR
|
||||
G_ZLIB_COMPRESSOR_CLASS
|
||||
G_IS_ZLIB_COMPRESSOR_CLASS
|
||||
G_ZLIB_COMPRESSOR_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
g_zlib_compressor_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gzdecompressor</FILE>
|
||||
<TITLE>GZlibDecompressor</TITLE>
|
||||
GZLibDecompressor
|
||||
g_zlib_decompressor_new
|
||||
<SUBSECTION Standard>
|
||||
GZlibDecompressorClass
|
||||
G_TYPE_ZLIB_DECOMPRESSOR
|
||||
G_ZLIB_DECOMPRESSOR
|
||||
G_IS_ZLIB_DECOMPRESSOR
|
||||
G_ZLIB_DECOMPRESSOR_CLASS
|
||||
G_IS_ZLIB_DECOMPRESSOR_CLASS
|
||||
G_ZLIB_DECOMPRESSOR_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
g_zlib_decompressor_get_type
|
||||
</SECTION>
|
||||
|
@@ -7,6 +7,12 @@ g_async_result_get_type
|
||||
g_buffered_input_stream_get_type
|
||||
g_buffered_output_stream_get_type
|
||||
g_cancellable_get_type
|
||||
g_charset_converter_get_type
|
||||
g_converter_get_type
|
||||
g_converter_flags_get_type
|
||||
g_converter_input_stream_get_type
|
||||
g_converter_output_stream_get_type
|
||||
g_converter_result_get_type
|
||||
g_data_input_stream_get_type
|
||||
g_data_output_stream_get_type
|
||||
g_data_stream_byte_order_get_type
|
||||
@@ -93,3 +99,6 @@ g_unix_socket_address_get_type
|
||||
g_vfs_get_type
|
||||
g_volume_get_type
|
||||
g_volume_monitor_get_type
|
||||
g_zlib_compressor_get_type
|
||||
g_zlib_compressor_format_get_type
|
||||
g_zlib_decompressor_get_type
|
||||
|
Reference in New Issue
Block a user