]> Dogcows Code - chaz/openbox/blobdiff - obt/paths.h
save key values based on their value, but we dont know what values they have yet
[chaz/openbox] / obt / paths.h
index a6e32ae1bc0737296653eca217763fe58d8fabb5..6d6df5e7773415a23ae636756ad643ae76c839c8 100644 (file)
@@ -25,7 +25,7 @@ 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);
 
@@ -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);
This page took 0.020792 seconds and 4 git commands to generate.