2 * By Thomas Leonard, <tal197@users.sourceforge.net>.
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
,
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 */