2005-08-02 Benedikt Meurer <benny@xfce.org>
* configure.in.in: Add check for the FAM/Gamin library. * thunar-vfs/Makefile.am, thunar-vfs/thunar-vfs-monitor.{c,h}: Redesign the VFS monitor to use FAM if available. It also provides an interface to feed the monitor with external events, which will be used by the VFS jobs, which know for sure that they changed/created/deleted a file. The interface is not yet implemented. * thunar/thunar-file.{c,h}: Add a virtual method reload(), which allows external entities to trigger a reload on a ThunarFile. * thunar/thunar-local-file.c: Implement the reload() method. * thunar/thunar-local-file.c, thunar/thunar-local-folder.c: Add support for the new VFS monitor. (Old svn revision: 16432)
Showing
- ChangeLog 14 additions, 0 deletionsChangeLog
- configure.in.in 59 additions, 12 deletionsconfigure.in.in
- thunar-vfs/Makefile.am 4 additions, 2 deletionsthunar-vfs/Makefile.am
- thunar-vfs/thunar-vfs-monitor.c 262 additions, 360 deletionsthunar-vfs/thunar-vfs-monitor.c
- thunar-vfs/thunar-vfs-monitor.h 49 additions, 24 deletionsthunar-vfs/thunar-vfs-monitor.h
- thunar/thunar-file.c 32 additions, 0 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 4 additions, 0 deletionsthunar/thunar-file.h
- thunar/thunar-local-file.c 65 additions, 29 deletionsthunar/thunar-local-file.c
- thunar/thunar-local-folder.c 114 additions, 36 deletionsthunar/thunar-local-folder.c
Loading
Please register or sign in to comment