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