summaryrefslogtreecommitdiff
path: root/obt/paths.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-03-23 20:22:11 -0400
committerDana Jansens <danakj@orodu.net>2010-03-25 18:11:13 -0400
commit4cff6c0e3beb3395bcf694d552b9fc07c5061c7b (patch)
treec1402b247da1fc93d08cf7ea355b897df8299cb0 /obt/paths.h
parent0b9910b44263fc36590f562768e42c6e5683a46c (diff)
add function to give the list of autostart directories
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 8753d4f6..6d6df5e7 100644
--- a/obt/paths.h
+++ b/obt/paths.h
@@ -34,6 +34,7 @@ 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);
+GSList* obt_paths_autostart_dirs(ObtPaths *p);
gchar *obt_paths_expand_tilde(const gchar *f);
gboolean obt_paths_mkdir(const gchar *path, gint mode);