Method
JsonrpcClientreply_async
since: 3.26
Declaration [src]
void
jsonrpc_client_reply_async (
JsonrpcClient* self,
GVariant* id,
GVariant* result,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
id-
Type:
GVariantNo description available.
The data is owned by the caller of the method. result-
Type:
GVariantNo description available.
The data is owned by the caller of the method. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method.