Method

GckObjectset_finish

Declaration [src]

gboolean
gck_object_set_finish (
  GckObject* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Get the status of the operation to set attributes on a PKCS#11 object, begun with gck_object_set_async().

Parameters

result GAsyncResult
 

The result of the destory operation 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: gboolean
 

Whether the attributes were successfully set on the object or not.