Gcr.Importer.create_for_parsed
function create_for_parsed(parsed: Gcr.Parsed): Array(Gcr.Importer) { // Gjs wrapper for gcr_importer_create_for_parsed() }
Create a set of importers which can import this parsed item. The parsed item is represented by the state of the GcrParser at the time of calling this method.
- parsed
a parser with a parsed item to import
- Returns
a list of importers which can import the parsed item, which should be freed with g_object_unref(), or null if no types of importers can be created