r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / usericons.h
blob4f59b42ae0e050755b2cd32e062510f613dca679
1 /*
2 * $Id$
4 * Diego Zamboni, Feb 7, 2001
5 */
7 #ifndef _USERICONS_H_
8 #define _USERICONS_H_
10 /* Public interface */
11 void read_globicons(void);
12 void check_globicon(const guchar *path, DirItem *item);
13 void icon_set_handler_dialog(DirItem *item, const guchar *path);
15 gboolean set_icon_path(const guchar *path, const guchar *icon);
16 #endif