Converted README to markdown
[rox-filer.git] / ROX-Filer / src / usericons.h
blob696828760b3f178b20f82d22e7c9c1f1814426ff
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
5 * Diego Zamboni, Feb 7, 2001
6 */
8 #ifndef _USERICONS_H_
9 #define _USERICONS_H_
11 /* Public interface */
12 void read_globicons(void);
13 void check_globicon(const guchar *path, DirItem *item);
14 void icon_set_handler_dialog(DirItem *item, const guchar *path);
15 void add_globicon(const gchar *path, const gchar *icon);
16 void delete_globicon(const gchar *path);
18 #endif