Class
VarlinkClientMethodCall
Description [src]
final class Varlink.ClientMethodCall : GObject.TypeInstance
{
/* No available fields */
}
VarlinkClientMethodCall represents an outgoing varlink method call from a
client protocol.
It serializes the call request, reads one or more replies, and invokes the optional reply handler as replies are received.
Instance methods
varlink_client_method_call_invoke
Invokes the method call from a libdex fiber so callers do not block their main context or fiber scheduler.
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.