Method
VarlinkServerMethodCallreply
Declaration [src]
DexFuture*
varlink_server_method_call_reply (
VarlinkServerMethodCall* self,
VarlinkMessage* parameters,
gboolean continues
)
Parameters
parameters-
Type:
VarlinkMessageReply parameters.
The data is owned by the caller of the method. continues-
Type:
gbooleanIf 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. |