diff src/filedata.h @ 888:d8e1e820cee7

reload changed images
author nadvornik
date Thu, 17 Jul 2008 21:51:21 +0000
parents fa39a4d786ad
children 6a42ab7051f2
line wrap: on
line diff
--- a/src/filedata.h	Tue Jul 15 15:37:14 2008 +0000
+++ b/src/filedata.h	Thu Jul 17 21:51:21 2008 +0000
@@ -35,6 +35,8 @@
 void file_data_unref(FileData *fd);
 #endif
 
+gboolean file_data_check_changed_files(FileData *fd);
+
 void file_data_increment_version(FileData *fd);
 
 gboolean file_data_add_change_info(FileData *fd, FileDataChangeType type, const gchar *src, const gchar *dest);