Skip to content
  • Carlos Garnacho's avatar
    tracker-extract: mass change extractors · f88855de
    Carlos Garnacho authored
    The API has changed, now the following function must be exported:
    
    gboolean tracker_extract_get_metadata (const gchar          *uri,
                                           const gchar          *mimetype,
                                           TrackerSparqlBuilder *preupdate,
                                           TrackerSparqlBuilder *metadata);
    
    This was done in one go as there's no painless way to do this...
    f88855de