- 12 Aug, 2014 5 commits
-
-
Martyn Russell authored
So now we have: - TrackerEnumerator (GInterface) - TrackerFileEnumerator (using GIO API) - TrackerDataProvider (GInterface) which provides a TrackerEnumerator - TrackerFileDataProvider (using GIO API) implemented as internal default
-
Martyn Russell authored
This also allows for future improvements like following symlinks, which there is interest in. The flags are attached to the TrackerEnumerator so each enumerator
-
Martyn Russell authored
Including: - How we use it in TrackerMinerFS - TrackerEnumerator itself - TrackerFileEnumerator
-
Martyn Russell authored
API was a bit weird calling _start_finish().
-
Martyn Russell authored
These are used to enumerate over children of a URI. The TrackerFileEnumerator uses GFileEnumerator and the TrackerEnumerator allows for other implementations to supply GFile/GFileInfo data to Tracker for 3rd parties. Updated MinerFS TrackerDirectory flags for external crawlers
-