Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / sp-item-update-cns.h
1 #ifndef __SP_ITEM_UPDATE_CNS_H__
2 #define __SP_ITEM_UPDATE_CNS_H__
3 #include <forward.h>
4 #include <2geom/forward.h>
6 void sp_item_update_cns(SPItem &item, SPDesktop const &desktop);
9 #endif /* !__SP_ITEM_UPDATE_CNS_H__ */
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :