Converted README to markdown
[rox-filer.git] / ROX-Filer / src / cell_icon.h
blob187de7deb4eb5822f4e0a4a925536e2efe5ec73b
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _CELL_ICON_H
7 #define _CELL_ICON_H
9 GtkCellRenderer *cell_icon_new(ViewDetails *view_details);
11 #endif /* _CELL_ICON_H */