Method

GckSessioncreate_object_finish

Declaration [src]

GckObject*
gck_session_create_object_finish (
  GckSession* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Get the result of creating a new PKCS#11 object.

Parameters

result GAsyncResult
 

The result passed to the callback.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GckObject
 

The newly created object or NULL if an error occurred.

 The caller of the method takes ownership of the data, and is responsible for freeing it.