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

@@ -111,6 +111,7 @@
#include <gio/gsimpleaction.h>
#include <gio/gsimpleactiongroup.h>
#include <gio/gsimpleasyncresult.h>
#include <gio/gsimpleiostream.h>
#include <gio/gsimplepermission.h>
#include <gio/gsocketaddressenumerator.h>
#include <gio/gsocketaddress.h>