diff src/typedefs.h @ 1231:ca8ccf0c3e81

added done callback to utilops used the callback for metadata writting at exit and for renaming new folder
author nadvornik
date Fri, 02 Jan 2009 14:58:21 +0000
parents 2df7be0cd20b
children 30e207ac22e4
line wrap: on
line diff
--- a/src/typedefs.h	Fri Jan 02 09:39:14 2009 +0000
+++ b/src/typedefs.h	Fri Jan 02 14:58:21 2009 +0000
@@ -212,6 +212,8 @@
 
 typedef void (* ThumbLoaderFunc)(ThumbLoader *tl, gpointer data);
 
+typedef void (* FileUtilDoneFunc)(gboolean success, const gchar *done_path, gpointer data);
+
 struct _ThumbLoader
 {
 	gint standard_loader;