Function
GcrCertificateRequestcapable_async
Declaration [src]
void
gcr_certificate_request_capable_async (
  GckObject* private_key,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Asynchronously check whether GcrCertificateRequest is capable of
creating a request for the given private_key.
This function completes asynchronously. Use gcr_certificate_request_capable_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- private_key
- 
            Type: GckObjectA private key. The data is owned by the caller of the function. 
- cancellable
- 
            Type: GCancellableCancellation object. The argument can be NULL.The data is owned by the caller of the function. 
- callback
- 
            Type: GAsyncReadyCallbackWill be called when the operation completes. 
- user_data
- 
            Type: gpointerData to be passed to callback. The argument can be NULL.The data is owned by the caller of the function.