Add GSimpleIOStream class
authorIgnacio Casal Quinteiro <icq@gnome.org>
Wed, 17 Dec 2014 08:11:29 +0000 (09:11 +0100)
committerRyan Lortie <desrt@desrt.ca>
Tue, 17 Feb 2015 21:27:46 +0000 (16:27 -0500)
commitd4e3b82a93c59edd6f8c396868413e0fbf621972
tree6b13f1ded6f5bd9511923955ccb6fbb7075bd862
parentc2c0a6ae5c8a0e924cb4b3a25b6adadcad7bd87e
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
docs/reference/gio/gio-docs.xml
docs/reference/gio/gio-sections.txt
gio/Makefile.am
gio/gio.h
gio/giotypes.h
gio/gsimpleiostream.c [new file with mode: 0644]
gio/gsimpleiostream.h [new file with mode: 0644]
gio/tests/defaultvalue.c
gio/tests/io-stream.c