r339: The menu key bindings are now only saved if they actually changed.
[rox-filer.git] / ROX-Filer / src / choices.h
blobdf59adc3b2bbad28db33bd6f23478c4358afeb37
1 /*
2 * $Id$
4 * By Thomas Leonard, <tal197@users.sourceforge.net>.
5 */
7 #ifndef _CHOICES_H
8 #define _CHOICES_H
10 void choices_init (void);
11 GPtrArray *choices_list_dirs (char *dir);
12 void choices_free_list (GPtrArray *list);
13 guchar *choices_find_path_load(char *leaf, char *dir);
14 guchar *choices_find_path_save(char *leaf, char *dir, gboolean create);
16 #endif /* _CHOICES_H */