Gcr.CertificateRequest.capable_async
function capable_async(private_key: Gck.Object, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for gcr_certificate_request_capable_async() }
Asynchronously check whether Gcr.CertificateRequest is capable of creating a request for the given private_key.
- private_key
a private key
- cancellable
cancellation object
- callback
will be called when the operation completes