Method

GckObjectdestroy_async

Declaration [src]

void
gck_object_destroy_async (
  GckObject* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Destroy a PKCS#11 object, deleting it from storage or the session. This call will return immediately and complete asynchronously.

Parameters

cancellable GCancellable*
 

Optional cancellable object, or NULL to ignore.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

Callback which is called when operation completes.

user_data gpointer
 

Data to pass to the callback.