Forces checks on deleted contents. This is most usually optimized away unless directory mtime changes indicate there could be deleted content.
Should check mtimes of items in the directory.
Should ignore the directory contents.
Should setup monitors in the items found in the directory.
No flags.
For cases where the content being crawled by the enumerator is not local (e.g. it's on a server somewhere), use the #TRACKER_DIRECTORY_FLAG_NO_STAT flag. The default is to use stat() and assume we're mining a local or mounted file system.
Should preserve items in the directory even if the directory gets removed.
Internally a priority queue is used and this flag makes sure the directory is given a priority over other directories queued.
Should recurse in the directory.
Flags used when adding a new directory to be indexed in the #TrackerIndexingTree and #TrackerDataProvider.