Method

GckSessioncreate_object_async

Declaration [src]

void
gck_session_create_object_async (
  GckSession* self,
  GckAttributes* attrs,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Create a new PKCS#11 object. This call will return immediately and complete asynchronously.

If attrs is a floating reference, it is consumed.

Parameters

attrs GckAttributes
 

The attributes to create the object with.

 The data is owned by the caller of the function.
cancellable GCancellable*
 

Optional cancellation object or NULL.

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

Called when the operation completes.

user_data gpointer
 

Data to pass to the callback.