Class

VarlinkClientProtocol

Description [src]

final class Varlink.ClientProtocol : Varlink.Protocol
{
  /* No available fields */
}

VarlinkClientProtocol is a varlink protocol connection used by clients.

It creates outgoing method calls and uses the shared protocol transport to send call frames and receive replies from a server.

Hierarchy

hierarchy this VarlinkClientProtocol ancestor_0 VarlinkProtocol ancestor_0--this ancestor_1 GIOStream ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Constructors

varlink_client_protocol_new
No description available.

Instance methods

varlink_client_protocol_call

Creates a method call for method.

Methods inherited from VarlinkProtocol (2)
varlink_protocol_is_upgraded

Checks if self has been upgraded from Varlink framing to another protocol.

varlink_protocol_write_with_unix_fd_list

Writes message and attaches fd_list to the frame using SCM_RIGHTS.

Methods inherited from GIOStream (10)
g_io_stream_clear_pending

Clears the pending flag on stream.

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.

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.

g_io_stream_close_finish

Closes a stream.

g_io_stream_get_input_stream

Gets the input stream for this object. This is used for reading.

g_io_stream_get_output_stream

Gets the output stream for this object. This is used for writing.

g_io_stream_has_pending

Checks if a stream has pending actions.

g_io_stream_is_closed

Checks if a stream is closed.

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 set error.

g_io_stream_splice_async

Asynchronously splice the output stream of stream1 to the input stream of stream2, and splice the output stream of stream2 to the input stream of stream1.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from VarlinkProtocol (1)
Varlink.Protocol:base-io-stream
No description available.

Properties inherited from GIOStream (3)
Gio.IOStream:closed

Whether the stream is closed.

Gio.IOStream:input-stream

The GInputStream to read from.

Gio.IOStream:output-stream

The GOutputStream to write to.

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 VarlinkClientProtocolClass {
  /* no available fields */
}

No description available.