Method

VarlinkServerMethodCallreply

Declaration [src]

DexFuture*
varlink_server_method_call_reply (
  VarlinkServerMethodCall* self,
  VarlinkMessage* parameters,
  gboolean continues
)

Description [src]

Sends a successful reply for self.

Parameters

parameters

Type: VarlinkMessage

Reply parameters.

The data is owned by the caller of the method.
continues

Type: gboolean

If this is not the final reply.

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.