]> Dogcows Code - chaz/openbox/blobdiff - obt/parse.h
move the xdg path stuff into obt/paths.[ch], and make render and openbox use it
[chaz/openbox] / obt / parse.h
index 5836df0f41e9e01aa7339ebaf06c25a450f87e13..37f0439e6e1bf5884ff59f15b8ebeb97c1a7142e 100644 (file)
@@ -82,24 +82,6 @@ gboolean obt_parse_attr_int      (xmlNodePtr node, const gchar *name,
 gboolean obt_parse_attr_bool     (xmlNodePtr node, const gchar *name,
                                   gboolean *value);
 
-/* paths */
-
-void parse_paths_startup();
-void parse_paths_shutdown();
-
-const gchar* parse_xdg_config_home_path();
-const gchar* parse_xdg_data_home_path();
-GSList* parse_xdg_config_dir_paths();
-GSList* parse_xdg_data_dir_paths();
-
-/*! Expands the ~ character to the home directory throughout the given
-  string */
-gchar *parse_expand_tilde(const gchar *f);
-/*! Makes a directory */
-gboolean parse_mkdir(const gchar *path, gint mode);
-/*! Makes a directory and all its parents */
-gboolean parse_mkdir_path(const gchar *path, gint mode);
-
 G_END_DECLS
 
 #endif
This page took 0.020208 seconds and 4 git commands to generate.