remove caching from the thumbnailer since all of the current users work
2007-06-06 Jens Granseuer <jensgr@gmx.net> * theme-thumbnail.c: (message_from_child), (generate_theme_thumbnail), (generate_theme_thumbnail_async), (theme_thumbnail_factory_init): * theme-thumbnail.h: remove caching from the thumbnailer since all of the current users work around it anyway, and resources aren't managed properly svn path=/trunk/; revision=7699
This commit is contained in:
parent
f7873f1304
commit
94e474bcd7
3 changed files with 15 additions and 56 deletions
|
@ -9,14 +9,11 @@ typedef void (* ThemeThumbnailFunc) (GdkPixbuf *pixbuf,
|
|||
gpointer data);
|
||||
|
||||
|
||||
GdkPixbuf *generate_theme_thumbnail (GnomeThemeMetaInfo *meta_theme_info,
|
||||
gboolean clear_cache);
|
||||
GdkPixbuf *generate_theme_thumbnail (GnomeThemeMetaInfo *meta_theme_info);
|
||||
void generate_theme_thumbnail_async (GnomeThemeMetaInfo *meta_theme_info,
|
||||
gboolean clear_cache,
|
||||
ThemeThumbnailFunc func,
|
||||
gpointer data,
|
||||
GDestroyNotify destroy);
|
||||
void theme_thumbnail_invalidate_cache (GnomeThemeMetaInfo *meta_theme_info);
|
||||
void theme_thumbnail_factory_init (int argc,
|
||||
char *argv[]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue