r898: Applied Bernard Jungen's latest patch:
[rox-filer.git] / ROX-Filer / src / usericons.h
blob1779e2b2e204aae79f4b0f295fd7401b6c41ebd6
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();
12 void check_globicon(guchar *path, DirItem *item);
13 void icon_set_handler_dialog(DirItem *item, guchar *path);
15 gboolean set_icon_path(guchar *path, guchar *icon);
16 #endif