Add GSimpleIOStream class

Desktop / GNOME / GLib - Ignacio Casal Quinteiro [gnome.org] - 17 February 2015 15:27 UTC

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

d4e3b82 Add GSimpleIOStream class
docs/reference/gio/gio-docs.xml | 1 +
docs/reference/gio/gio-sections.txt | 14 +++
gio/Makefile.am | 2 +
gio/gio.h | 1 +
gio/giotypes.h | 1 +
gio/gsimpleiostream.c | 222 +++++++++++++++++++++++++++++++++++
gio/gsimpleiostream.h | 45 +++++++
gio/tests/defaultvalue.c | 1 +
gio/tests/io-stream.c | 83 +------------
9 files changed, 291 insertions(+), 79 deletions(-)

Upstream: git.gnome.org


  • Share