Method
JsonrpcClientclose_async
Declaration [src]
void
jsonrpc_client_close_async (
JsonrpcClient* self,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronous version of jsonrpc_client_close().
Currently this operation is implemented synchronously, but in the future may be converted to using asynchronous operations.
| Available since: | 3.26 |