Method
JsonrpcClientreply_async
Declaration [src]
void
jsonrpc_client_reply_async (
  JsonrpcClient* self,
  GVariant* id,
  GVariant* result,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description
No description available.
This method completes asynchronously. Use jsonrpc_client_reply_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
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.