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

Parameters

cancellable GCancellable*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
  No description available.
user_data gpointer
  No description available.