Gck.Module.initialize_async

function initialize_async(path: String, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void {
    // Gjs wrapper for gck_module_initialize_async()
}
  

Asynchronously load and initialize a PKCS\#11 module represented by a Gck.Module object.

path

the file system path to the PKCS\#11 module to load

cancellable

optional cancellation object

callback

a callback which will be called when the operation completes