]> Dogcows Code - chaz/openbox/blobdiff - obt/paths.h
Merge branch 'backport' into work
[chaz/openbox] / obt / paths.h
index b9a095957f219bb33871d2973ac79ea74eaf6b52..8753d4f674094b80ee71209ebdf32fba51c02c21 100644 (file)
@@ -25,12 +25,13 @@ G_BEGIN_DECLS
 
 typedef struct _ObtPaths ObtPaths;
 
-ObtPaths* obt_paths_new();
+ObtPaths* obt_paths_new(void);
 void obt_paths_ref(ObtPaths *p);
 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);
 
This page took 0.019847 seconds and 4 git commands to generate.