Function
Gcrpkcs11_initialize_async
Declaration [src]
void
gcr_pkcs11_initialize_async (
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Parameters
- cancellable
- 
            Type: GCancellableOptional cancellable used to cancel the operation. The argument can be NULL.The data is owned by the caller of the function. 
- callback
- 
            Type: GAsyncReadyCallbackCallback which will be called when the operation completes. The argument can be NULL.
- user_data
- 
            Type: gpointerData passed to the callback. The argument can be NULL.The data is owned by the caller of the function.