Class: Gio::TcpWrapperConnection

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#base_io_streamGio::IOStream

Returns base-io-stream.

Returns:

#base_io_stream=(base_io_stream) ⇒ Gio::IOStream

Parameters:

Returns:

#new(base_io_stream, socket) ⇒ Gio::SocketConnection

Wraps base_io_stream and socket together as a GSocket::Connection.

Parameters:

  • base_io_stream (Gio::IOStream)

    the #GIOStream to wrap

  • socket (Gio::Socket)

    the #GSocket associated with base_io_stream

Returns: