mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add GSimpleIOStream class
GSimpleIOStream represents an object that wraps an input and an output stream making easy to use them by calling the #GIOStream methods. https://bugzilla.gnome.org/show_bug.cgi?id=741630
This commit is contained in:
committed by
Ryan Lortie
parent
c2c0a6ae5c
commit
d4e3b82a93
@@ -57,6 +57,7 @@
|
||||
<xi:include href="xml/ginputstream.xml"/>
|
||||
<xi:include href="xml/goutputstream.xml"/>
|
||||
<xi:include href="xml/giostream.xml"/>
|
||||
<xi:include href="xml/gsimpleiostream.xml"/>
|
||||
<xi:include href="xml/gfileinputstream.xml"/>
|
||||
<xi:include href="xml/gfileoutputstream.xml"/>
|
||||
<xi:include href="xml/gfileiostream.xml"/>
|
||||
|
@@ -1039,6 +1039,20 @@ GIOStreamAdapter
|
||||
g_io_stream_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gsimpleiostream</FILE>
|
||||
<TITLE>GSimpleIOStream</TITLE>
|
||||
GSimpleIOStream
|
||||
g_simple_io_stream_new
|
||||
<SUBSECTION Standard>
|
||||
GIOStreamClass
|
||||
G_TYPE_SIMPLE_IO_STREAM
|
||||
G_IS_SIMPLE_IO_STREAM
|
||||
G_SIMPLE_IO_STREAM
|
||||
<SUBSECTION Private>
|
||||
g_simple_io_stream_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gfileiostream</FILE>
|
||||
<TITLE>GFileIOStream</TITLE>
|
||||
|
Reference in New Issue
Block a user