summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2013-02-25 15:34:11 +0100
committerSeif Lotfy <seif@lotfy.com>2013-02-27 00:45:27 +0100
commitbfc2371d83176e25a07992373f11eb006a2db556 (patch)
tree8546d72145ccace4eed979d3fbb54c2d2448ee8e /src
parent8eac6806c593eb14058ebceb09879a02e3e93b7c (diff)
downloadzeitgeist-bfc2371d83176e25a07992373f11eb006a2db556.tar.gz
Integrate dbreader into Log directly
Diffstat (limited to 'src')
-rw-r--r--src/zeitgeist-daemon.vala8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/zeitgeist-daemon.vala b/src/zeitgeist-daemon.vala
index b439b389..51d27a5e 100644
--- a/src/zeitgeist-daemon.vala
+++ b/src/zeitgeist-daemon.vala
@@ -128,6 +128,14 @@ namespace Zeitgeist
}
}
+ public string datapath
+ {
+ owned get
+ {
+ return Utils.get_database_file_path ();
+ }
+ }
+
public Daemon () throws EngineError
{
#if BUILTIN_EXTENSIONS