From 2c64fe685ec3e2eae70958518e6fc27b2334bc10 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 20 Jan 2008 10:29:09 -0500 Subject: add support for XDG_CACHE_HOME to the obt paths --- obt/paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'obt/paths.h') 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); -- cgit v1.2.3