Gcr.Parser::parsed

connect('parsed', function (parser, ): void);
  

This signal is emitted when an item is sucessfully parsed. To access the information about the item use the Gcr.Parser.prototype.get_parsed_label, Gcr.Parser.prototype.get_parsed_attributes and Gcr.Parser.prototype.get_parsed_description functions.

parser

instance of Gcr.Parser that is emitting the signal