2006-02-12 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-file-monitor.{c,h}, thunar/Makefile.am: Add new class ThunarFileMonitor, which allows other objects stay informed about changes to ThunarFile's without having to connect signal handlers to every ThunarFile. Bug #1447. * thunar/thunar-file.c: Emit ThunarFileMonitor signals as appropriate. Bug #1447. * thunar/thunar-folder.c, thunar/thunar-list-model.c: Use the newly added ThunarFileMonitor to monitor files for changes and deletion without having to connect and disconnect signal handlers to each and every file. Bug #1447. (Old svn revision: 19848)
Showing
- ChangeLog 13 additions, 0 deletionsChangeLog
- thunar/Makefile.am 2 additions, 0 deletionsthunar/Makefile.am
- thunar/thunar-file-monitor.c 204 additions, 0 deletionsthunar/thunar-file-monitor.c
- thunar/thunar-file-monitor.h 46 additions, 0 deletionsthunar/thunar-file-monitor.h
- thunar/thunar-file.c 19 additions, 1 deletionthunar/thunar-file.c
- thunar/thunar-folder.c 37 additions, 74 deletionsthunar/thunar-folder.c
- thunar/thunar-list-model.c 23 additions, 29 deletionsthunar/thunar-list-model.c
Loading
Please register or sign in to comment