X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fpaths.h;h=6d6df5e7773415a23ae636756ad643ae76c839c8;hb=5ca9c2e03cfdd8c5831c9b62187c7cec8fcdbfda;hp=8753d4f674094b80ee71209ebdf32fba51c02c21;hpb=ec328fc04fe6e8d8c3d1ee386d4964963eb2ee17;p=chaz%2Fopenbox 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);