Method

VarlinkClientMethodCallinvoke

Declaration [src]

DexFuture*
varlink_client_method_call_invoke (
  VarlinkClientMethodCall* self
)

Description [src]

Invokes the method call from a libdex fiber so callers do not block their main context or fiber scheduler.

Return value

Type: DexFuture

A DexFuture that resolves to a boolean.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.