Function
GcrImportercreate_for_parsed
Declaration [src]
GList*
gcr_importer_create_for_parsed (
  GcrParsed* parsed
)
Description [src]
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.
Parameters
- parsed
- 
            Type: GcrParsedA parser with a parsed item to import. The data is owned by the caller of the function.