summaryrefslogtreecommitdiff
path: root/src/libtracker-data/tracker-data-enum-types.h.template
Commit message (Collapse)AuthorAgeFilesLines
* Use basename instead of filename for reproducibilityChris Lamb2018-12-051-1/+1
| | | | | | | | | | | | We don't need to store the full path build filename in comments in the header files. This change was recommended by the Reproducible Builds project. https://reproducible-builds.org/ https://bugs.debian.org/915503
* libtracker-data: Use flags for ro/use_mutex in TrackerDBInterfaceCarlos Garnacho2017-06-291-0/+26
Caller is now responsible of setting the USE_MUTEX flag, instead of having the interface poke the DB manager.