Skip to content

API deprecations for 3.5.x

Carlos Garnacho requested to merge wip/carlosg/deprecations into master

API calls deprecated:

  • tracker_sparql_cursor_rewind()
  • tracker_sparql_connection_update_blank()
  • tracker_sparql_connection_update_blank_async()
  • tracker_sparql_connection_update_blank_finish()

Both operations (rewinding cursors, getting blank node identifiers and expecting to be able to do something with them) cannot work on all situations, and their usefulness is debatable, these sound like something we should not encourage to do.

Merge request reports