Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / helper / stock-items.h
1 #define __INK_STOCK_ITEMS__
3 /*
4  * Stock-items
5  *
6  * Stock Item management code
7  *
8  * Authors:
9  *  John Cliff <simarilius@yahoo.com>
10  *
11  * Copyright 2004 John Cliff
12  *
13  */
15 #include <glib/gtypes.h>
17 #include <forward.h>
19 SPObject *get_stock_item(gchar const *urn);