Gck.Object.prototype.destroy_finish
function destroy_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for gck_object_destroy_finish()
}
Get the status of the operation to destroy a PKCS\#11 object, begun with Gck.Object.prototype.destroy_async.
- result
The result of the destory operation passed to the callback.
- Returns
Whether the object was destroyed successfully or not.