New function to clean up the cached icons.

2004-05-12  Jeffrey Stedfast  <fejj@novell.com>

	* e-icon-factory.c (e_icon_factory_shutdown): New function to
	clean up the cached icons.

svn path=/trunk/; revision=25887
This commit is contained in:
Jeffrey Stedfast
2004-05-12 18:19:58 +00:00
committed by Jeffrey Stedfast
parent 784359c0ca
commit 07e0617cd6

View File

@ -36,6 +36,7 @@ enum {
};
void e_icon_factory_init (void);
void e_icon_factory_shutdown (void);
char *e_icon_factory_get_icon_filename (const char *icon_name, int icon_size);