Gcr.Parser.prototype.parse_bytes

function parse_bytes(data: ByteArray): Boolean {
    // Gjs wrapper for gcr_parser_parse_bytes()
}
  

Parse the data. The Gcr.Parser::parsed and Gcr.Parser::authenticate signals may fire during the parsing.

data

the data to parse

Returns

Whether the data was parsed successfully or not.