GSimpleIOStream
GSimpleIOStream — A wrapper around an input and an output stream.
|
|
Object Hierarchy
GObject
╰── GIOStream
╰── GSimpleIOStream
Includes
#include <gio/gio.h>
Property Details
The “input-stream” property
“input-stream” GInputStream *
The GInputStream to read from.
Owner: GSimpleIOStream
Flags: Read / Write / Construct Only
Since: 2.44
The “output-stream” property
“output-stream” GOutputStream *
The GOutputStream to write to.
Owner: GSimpleIOStream
Flags: Read / Write / Construct Only
Since: 2.44