Mercurial > geeqie
diff src/cache_maint.h @ 138:71e1ebee420e
replaced gchar* path with FileData *fd
| author | nadvornik |
|---|---|
| date | Tue, 11 Sep 2007 20:06:29 +0000 |
| parents | d907d608745f |
| children | f6e307c7bad6 |
line wrap: on
line diff
--- a/src/cache_maint.h Thu Aug 23 20:45:59 2007 +0000 +++ b/src/cache_maint.h Tue Sep 11 20:06:29 2007 +0000 @@ -19,9 +19,9 @@ gint cache_maintain_home_dir(const gchar *dir, gint recursive, gint clear); gint cache_maintain_dir(const gchar *dir, gint recursive, gint clear); -void cache_maint_moved(const gchar *src, const gchar *dest); -void cache_maint_removed(const gchar *source); -void cache_maint_copied(const gchar *src, const gchar *dest); +void cache_maint_moved(FileData *fd); +void cache_maint_removed(FileData *fd); +void cache_maint_copied(FileData *fd); void cache_manager_gqview_clear_confirm(GtkWidget *parent);
