Interface

Gio-2.0GioSimpleIOStreamConstructorProps

interface ConstructorProps {
    closed: boolean;
    input_stream: Gio.InputStream;
    inputStream: Gio.InputStream;
    output_stream: Gio.OutputStream;
    outputStream: Gio.OutputStream;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.IOStream.ConstructorProps

Properties

input_stream: Gio.InputStream
inputStream: Gio.InputStream
output_stream: Gio.OutputStream
outputStream: Gio.OutputStream

Properties - Inherited from Gio.IOStream.ConstructorProps

closed: boolean