Interface

Gio-2.0GioTcpConnectionConstructorProps

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

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.SocketConnection.ConstructorProps

Properties

graceful_disconnect: boolean
gracefulDisconnect: boolean

Properties - Inherited from Gio.SocketConnection.ConstructorProps

closed: boolean
input_stream: Gio.InputStream
inputStream: Gio.InputStream
output_stream: Gio.OutputStream
outputStream: Gio.OutputStream
socket: Gio.Socket