Class

VarlinkServerMethodCall

Description [src]

final class Varlink.ServerMethodCall : GObject.TypeInstance
{
  /* No available fields */
}

VarlinkServerMethodCall represents an incoming varlink method call being handled by a server.

Handlers use it to inspect the call inherited from VarlinkMethodCall and send successful or error replies back over the protocol connection.

Hierarchy

hierarchy this VarlinkServerMethodCall ancestor_0 VarlinkMethodCall ancestor_0--this

Ancestors

Instance methods

varlink_server_method_call_reply

Sends a successful reply for self.

varlink_server_method_call_reply_error

Sends an error reply for self.

varlink_server_method_call_reply_muxer

Replies to a protocol upgrade request and creates a responder-side muxer.

Methods inherited from VarlinkMethodCall (4)
varlink_method_call_get_flags
No description available.

varlink_method_call_get_method
No description available.

varlink_method_call_get_parameters

Gets the parameters for the method call.

varlink_method_call_get_protocol

Gets the protocol the method call will be invoked upon.

Class structure

struct VarlinkServerMethodCallClass {
  /* no available fields */
}

No description available.