Converted README to markdown
[rox-filer.git] / ROX-Filer / src / choices.h
blobeaab2846d138cc8bb9b1f7e611b4c060b561bde8
1 /*
2 * By Thomas Leonard, <tal197@users.sourceforge.net>.
3 */
5 #ifndef _CHOICES_H
6 #define _CHOICES_H
8 void choices_init (void);
9 void choices_migrate (void);
11 void choices_free_list (GPtrArray *list);
12 gchar *choices_find_xdg_path_load(const char *leaf, const char *dir,
13 const char *site);
14 gchar *choices_find_xdg_path_save(const char *leaf, const char *dir,
15 const char *site, gboolean create);
16 GPtrArray *choices_list_xdg_dirs(char *dir, char *site);
19 #endif /* _CHOICES_H */