summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAdrien Bustany <abustany@gnome.org>2010-05-24 08:52:02 -0400
committerMartyn Russell <martyn@lanedo.com>2010-06-22 11:48:35 +0100
commitc90bf24f904f21296aee39f73c93cfc77e83abd9 (patch)
treebee7d21debb43d15b6f5b5abab7b0205fbc0b974 /examples
parent7aeecfe2ddf89b26b71d2adbf238fd5df0959fa9 (diff)
downloadtracker-c90bf24f904f21296aee39f73c93cfc77e83abd9.tar.gz
libtracker-client: Add Steroids support
This commit add several function in libtracker-client to exploit the new Steroids interface. The main function is tracker_resources_sparql_query_iterate, which will return a TrackerResultIterator. This iterator can then be used to iterate over the results using the tracker_result_iterator_* functions. Note that iteration is not done on DB side, all results are first fetch into a buffer on client side. This is because keeping an iterator on server side would block access to other clients, SQLite not being MVCC.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions