diff options
Diffstat (limited to 'obt/parse.h')
| -rw-r--r-- | obt/parse.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/obt/parse.h b/obt/parse.h index 5836df0f..37f0439e 100644 --- a/obt/parse.h +++ b/obt/parse.h @@ -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 |
