summaryrefslogtreecommitdiff
path: root/obt/paths.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-20 10:29:09 -0500
committerDana Jansens <danakj@orodu.net>2008-01-31 12:25:30 -0500
commit2c64fe685ec3e2eae70958518e6fc27b2334bc10 (patch)
treefbfec90c7158b1d9d527eeb851d07b5792b1d16a /obt/paths.h
parent46cf95d36b29cd6bda18ba2d511be10b8e9471cc (diff)
add support for XDG_CACHE_HOME to the obt paths
Diffstat (limited to 'obt/paths.h')
-rw-r--r--obt/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/obt/paths.h b/obt/paths.h
index b9a09595..a6e32ae1 100644
--- a/obt/paths.h
+++ b/obt/paths.h
@@ -31,6 +31,7 @@ void obt_paths_unref(ObtPaths *p);
const gchar* obt_paths_config_home(ObtPaths *p);
const gchar* obt_paths_data_home(ObtPaths *p);
+const gchar* obt_paths_cache_home(ObtPaths *p);
GSList* obt_paths_config_dirs(ObtPaths *p);
GSList* obt_paths_data_dirs(ObtPaths *p);