Gcr.Parser.prototype.get_parsed_block

function get_parsed_block(): [return_value: ByteArray, n_block: Number(gsize)] {
    // Gjs wrapper for gcr_parser_get_parsed_block()
}
  

Get the raw data block that represents this parsed object. This is only valid during the Gcr.Parser::parsed signal.

return_value

the raw data block of the currently parsed item; the value is owned by the parser and should not be freed

n_block

a location to place the size of the block