comparison src/cache_maint.h @ 793:baade53888be

used new notification in cache_maint
author nadvornik
date Fri, 06 Jun 2008 22:34:15 +0000
parents a1e8c78a03ab
children 1646720364cf
comparison
equal deleted inserted replaced
792:99ea3d973ad3 793:baade53888be
20 #if 0 20 #if 0
21 gint cache_maintain_home_dir(const gchar *dir, gint recursive, gint clear); 21 gint cache_maintain_home_dir(const gchar *dir, gint recursive, gint clear);
22 gint cache_maintain_dir(const gchar *dir, gint recursive, gint clear); 22 gint cache_maintain_dir(const gchar *dir, gint recursive, gint clear);
23 #endif 23 #endif
24 24
25 void cache_maint_moved(FileData *fd); 25 void cache_notify_cb(FileData *fd, NotifyType type, gpointer data);
26 void cache_maint_removed(FileData *fd);
27 void cache_maint_copied(FileData *fd);
28 26
29 27
30 void cache_manager_show(void); 28 void cache_manager_show(void);
31 29
32 30