SimpleIOStream.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gio.input_stream.InputStream inputStream, gio.output_stream.OutputStream outputStream) nothrow

Creates a new #GSimpleIOStream wrapping input_stream and output_stream. See also #GIOStream.

Parameters

inputStreama #GInputStream.
outputStreama #GOutputStream.

Returns

a new #GSimpleIOStream instance.