Method
JsonrpcClientreply_finish
Declaration [src]
gboolean
jsonrpc_client_reply_finish (
JsonrpcClient* self,
GAsyncResult* result,
GError** error
)
Description [src]
Completes an asynchronous request to jsonrpc_client_reply_async()
.
Available since: | 3.26 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |