Gio.TcpWrapperConnection (original) (raw)
Class
GioTcpWrapperConnection
since: 2.28
Description [src]
class Gio.TcpWrapperConnection : Gio.TcpConnection
{
priv: GTcpWrapperConnectionPrivate*
}
Available since: 2.28
Constructors
Instance methods
Methods inherited from GIOStream (10)
g_io_stream_clear_pending
Clears the pending flag on stream
.
since: 2.22
g_io_stream_close
Closes the stream, releasing resources related to it. This will also close the individual input and output streams, if they are not already closed.
since: 2.22
g_io_stream_close_async
Requests an asynchronous close of the stream, releasing resources related to it. When the operation is finished callback
will be called. You can then call g_io_stream_close_finish()
to get the result of the operation.
since: 2.22
g_io_stream_close_finish
Closes a stream.
since: 2.22
g_io_stream_get_input_stream
Gets the input stream for this object. This is used for reading.
since: 2.22
g_io_stream_get_output_stream
Gets the output stream for this object. This is used for writing.
since: 2.22
g_io_stream_has_pending
Checks if a stream has pending actions.
since: 2.22
g_io_stream_is_closed
Checks if a stream is closed.
since: 2.22
g_io_stream_set_pending
Sets stream
to have actions pending. If the pending flag is already set or stream
is closed, it will return FALSE
and seterror
.
since: 2.22
g_io_stream_splice_async
Asynchronously splice the output stream of stream1
to the input stream ofstream2
, and splice the output stream of stream2
to the input stream ofstream1
.
since: 2.28
Methods inherited from GObject (43)
Please see GObject for a full list of methods.
Properties
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GioTcpWrapperConnectionClass {
GTcpConnectionClass parent_class;
}
No description available.
Class members
parent_class: GTcpConnectionClass
No description available.