Class
VarlinkMethodCall
Description [src]
abstract class Varlink.MethodCall : GObject.TypeInstance
{
/* No available fields */
}
VarlinkMethodCall is the base type for a varlink method call being sent
by a client or handled by a server.
It stores the method name, parameters, call flags, and protocol connection shared by client-side and server-side method-call implementations.