diff src/thumb_standard.h @ 838:9bd49e725ad3

use FileData in thumb_loader
author nadvornik
date Sun, 15 Jun 2008 20:09:15 +0000
parents 5042236af960
children f40509d56fe3
line wrap: on
line diff
--- a/src/thumb_standard.h	Sat Jun 14 21:49:48 2008 +0000
+++ b/src/thumb_standard.h	Sun Jun 15 20:09:15 2008 +0000
@@ -30,10 +30,8 @@
 {
 	gint standard_loader;
 
-	GdkPixbuf *pixbuf;
 	ImageLoader *il;
-
-	gchar *source_path;
+	FileData *fd;
 
 	time_t source_mtime;
 	off_t source_size;
@@ -70,7 +68,7 @@
 				    ThumbLoaderStdFunc func_progress,
 				    gpointer data);
 void thumb_loader_std_set_cache(ThumbLoaderStd *tl, gint enable_cache, gint local, gint retry_failed);
-gint thumb_loader_std_start(ThumbLoaderStd *tl, const gchar *path);
+gint thumb_loader_std_start(ThumbLoaderStd *tl, FileData *fd);
 void thumb_loader_std_free(ThumbLoaderStd *tl);
 
 GdkPixbuf *thumb_loader_std_get_pixbuf(ThumbLoaderStd *tl, gint with_fallback);