summaryrefslogtreecommitdiff
path: root/metadata/meta-get-tree.c
Commit message (Collapse)AuthorAgeFilesLines
* metadata: Get tree from udev via dbusOndrej Holy2015-06-011-3/+3
| | | | | | | | | | | | We don't want to have dependency on udev in client part of gvfs due to app sandboxing. Thus move the code into the metadata daemon and get tree name via dbus. Common code to get metadata proxy has to be moved in metatree code. Mentioned changes caused that unistd.h is also included in meta-get-tree.c and cause symbol redeclaration error. Variable "pause" has to be renamed to avoid this conflict.
* metadata: don't crash if meta_tree_init failsOndrej Holy2015-01-061-1/+5
| | | | | | | | | | It can fail when e.g. database file is corrupted or doesn't have correct permissions. This patch also adds warnings to be possible determine reason why initialization failed. It is based on patches from Matthew W. S. Bell and Ross Lagerwall. https://bugzilla.gnome.org/show_bug.cgi?id=598561
* Fix compiler warningsBastien Nocera2013-04-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695834
* Add various metadata test programsAlexander Larsson2009-06-231-0/+59
These are useful to interactively test the metadata stores but are not installed.