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.

Functions

varlink_method_call_ref

Acquires a reference to instance.

varlink_method_call_unref
No description available.

Instance methods

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

No description available.