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.
Instance methods
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.