Gck.Object.prototype.set_finish
function set_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for gck_object_set_finish()
}
Get the status of the operation to set attributes on a PKCS\#11 object, begun with Gck.Object.prototype.set_async.
- result
The result of the destory operation passed to the callback.
- Returns
Whether the attributes were successfully set on the object or not.