mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
docs: Add win32 gio specific api to the docs
This commit is contained in:
parent
cf644d6b22
commit
045f4f98e8
@ -70,6 +70,8 @@
|
|||||||
<xi:include href="xml/gdataoutputstream.xml"/>
|
<xi:include href="xml/gdataoutputstream.xml"/>
|
||||||
<xi:include href="xml/gunixinputstream.xml"/>
|
<xi:include href="xml/gunixinputstream.xml"/>
|
||||||
<xi:include href="xml/gunixoutputstream.xml"/>
|
<xi:include href="xml/gunixoutputstream.xml"/>
|
||||||
|
<xi:include href="xml/gwin32inputstream.xml"/>
|
||||||
|
<xi:include href="xml/gwin32outputstream.xml"/>
|
||||||
<xi:include href="xml/gconverterinputstream.xml"/>
|
<xi:include href="xml/gconverterinputstream.xml"/>
|
||||||
<xi:include href="xml/gconverteroutputstream.xml"/>
|
<xi:include href="xml/gconverteroutputstream.xml"/>
|
||||||
<xi:include href="xml/gpollableinputstream.xml"/>
|
<xi:include href="xml/gpollableinputstream.xml"/>
|
||||||
|
@ -631,6 +631,27 @@ g_unix_input_stream_get_type
|
|||||||
GUnixInputStreamPrivate
|
GUnixInputStreamPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gwin32inputstream</FILE>
|
||||||
|
<TITLE>GWin32InputStream</TITLE>
|
||||||
|
GWin32InputStream
|
||||||
|
g_win32_input_stream_new
|
||||||
|
g_win32_input_stream_set_close_handle
|
||||||
|
g_win32_input_stream_get_close_handle
|
||||||
|
g_win_input_stream_get_handle
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GWin32InputStreamClass
|
||||||
|
G_WIN32_INPUT_STREAM
|
||||||
|
G_IS_WIN32_INPUT_STREAM
|
||||||
|
G_TYPE_WIN32_INPUT_STREAM
|
||||||
|
G_WIN32_INPUT_STREAM_CLASS
|
||||||
|
G_IS_WIN32_INPUT_STREAM_CLASS
|
||||||
|
G_WIN32_INPUT_STREAM_GET_CLASS
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_win32_input_stream_get_type
|
||||||
|
GWin32InputStreamPrivate
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gmemoryinputstream</FILE>
|
<FILE>gmemoryinputstream</FILE>
|
||||||
<TITLE>GMemoryInputStream</TITLE>
|
<TITLE>GMemoryInputStream</TITLE>
|
||||||
@ -892,6 +913,27 @@ g_unix_output_stream_get_type
|
|||||||
GUnixOutputStreamPrivate
|
GUnixOutputStreamPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gwin32outputstream</FILE>
|
||||||
|
<TITLE>GWin32OutputStream</TITLE>
|
||||||
|
GWin32OutputStream
|
||||||
|
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
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GWin32OutputStreamClass
|
||||||
|
G_WIN32_OUTPUT_STREAM
|
||||||
|
G_IS_WIN32_OUTPUT_STREAM
|
||||||
|
G_TYPE_WIN32_OUTPUT_STREAM
|
||||||
|
G_WIN32_OUTPUT_STREAM_CLASS
|
||||||
|
G_IS_WIN32_OUTPUT_STREAM_CLASS
|
||||||
|
G_WIN32_OUTPUT_STREAM_GET_CLASS
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_win32_output_stream_get_type
|
||||||
|
GWin32OutputStreamPrivate
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>giostream</FILE>
|
<FILE>giostream</FILE>
|
||||||
<TITLE>GIOStream</TITLE>
|
<TITLE>GIOStream</TITLE>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user