Skip to content

Namespace API updates

Carlos Garnacho requested to merge wip/carlosg/namespace-api-updates into master
  • Add a tracker_namespace_manager_compress_uri() method to complement the expanding one. This may turn out useful in some situations (e.g. printing readable strings for RDF and CLI output).
  • Deprecate tracker_namespace_manager_get_default()
  • Ensure that namespaces that come from a TrackerSparqlConnection cannot be manipulated afterwards (i.e. add_prefix())

Merge request reports