diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-13 02:19:58 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-13 02:19:58 +0800 |
commit | 07e0617cd6cfd0e7ff2dadfa415f9319f09a3bec (patch) | |
tree | 9d5924a1ebfa402c0b5a4cfdb88b9eb899247fb6 /e-util/e-icon-factory.h | |
parent | 784359c0caef5b4a29d75c2179037c1f1698823e (diff) | |
download | gsoc2013-evolution-07e0617cd6cfd0e7ff2dadfa415f9319f09a3bec.tar.gz gsoc2013-evolution-07e0617cd6cfd0e7ff2dadfa415f9319f09a3bec.tar.zst gsoc2013-evolution-07e0617cd6cfd0e7ff2dadfa415f9319f09a3bec.zip |
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
Diffstat (limited to 'e-util/e-icon-factory.h')
-rw-r--r-- | e-util/e-icon-factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h index 809576d92a..1a45d6eacd 100644 --- a/e-util/e-icon-factory.h +++ b/e-util/e-icon-factory.h @@ -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); |