r1561: Changing the pinboard font realigns the icons.
[rox-filer.git] / ROX-Filer / src / usericons.h
blobab015418a865eb7544ff340b990e97b148e64b06
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(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