Gcr.Parser.prototype.get_parsed_format

function get_parsed_format(): Gcr.DataFormat {
    // Gjs wrapper for gcr_parser_get_parsed_format()
}
  

Get the format of the raw data block that represents this parsed object. This corresponds with the data returned from Gcr.Parser.prototype.get_parsed_block.

This is only valid during the Gcr.Parser::parsed signal.

Returns

the data format of the currently parsed item