Gck.value_to_boolean

function value_to_boolean(value: ByteArray, result: Boolean): Boolean {
    // Gjs wrapper for gck_value_to_boolean()
}
  

Convert CK_BBOOL type memory to a boolean.

value

memory to convert

result

A location to store the result

Returns

Whether the conversion was successful.