Gcr.Importer::queue_for_parsed

function vfunc_queue_for_parsed(parsed: Gcr.Parsed): Boolean {
}
  

Queues an additional item to be imported. The parsed item is represented by the state of the Gcr.Parser at the time of calling this method.

If the parsed item is incompatible with the importer, then this will fail and the item will not be queued.

parsed

a parsed item to import

Returns

whether the item was queued or not