Gck.Session.prototype.decrypt_finish
function decrypt_finish(result: Gio.AsyncResult): [return_value: ByteArray, n_result: Number(gsize)] {
// Gjs wrapper for gck_session_decrypt_finish()
}
Get the result of an decryption operation.
- result
The result object passed to the callback.
- return_value
the data that was decrypted, or NULL if an error occurred
- n_result
A location to store the length of the result data.