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:
Ignacio Casal Quinteiro
2014-12-17 09:11:29 +01:00
committed by Ryan Lortie
parent c2c0a6ae5c
commit d4e3b82a93
9 changed files with 291 additions and 79 deletions

View File

@@ -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"/>

View File

@@ -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>