2005-07-02 Benedikt Meurer <benny@xfce.org>
* configure.in.in: Add checks for functions used in the user module. * thunar-vfs/thunar-vfs-user.{c,h}: Add a user module to the VFS library, which is extensible and performs some caching to reduce the overhead caused by the underlying NSS implementation. * docs/papers/HackingOnThunar.odt: Add comments about the newly added ThunarVfsUser module. * thunar-vfs/thunar-vfs-info.h: Add ThunarVfsUserId and ThunarVfsGroupId typedefs. * thunar-vfs/thunar-vfs.h, thunar-vfs/Makefile.am: Add the new ThunarVfsUser module to the build framework. * thunar/thunar-file.{c,h}, thunar/thunar-local-file.c, thunar/thunar-trash-file.c: Add two new methods to the ThunarFile class - get_group() and get_user() - and add an implementation of these methods to the local and trash backends. (Old svn revision: 16363)
Showing
- ChangeLog 17 additions, 0 deletionsChangeLog
- configure.in.in 3 additions, 3 deletionsconfigure.in.in
- docs/papers/HackingOnThunar.odt 0 additions, 0 deletionsdocs/papers/HackingOnThunar.odt
- thunar-vfs/Makefile.am 2 additions, 0 deletionsthunar-vfs/Makefile.am
- thunar-vfs/thunar-vfs-info.h 14 additions, 2 deletionsthunar-vfs/thunar-vfs-info.h
- thunar-vfs/thunar-vfs-user.c 938 additions, 0 deletionsthunar-vfs/thunar-vfs-user.c
- thunar-vfs/thunar-vfs-user.h 129 additions, 0 deletionsthunar-vfs/thunar-vfs-user.h
- thunar-vfs/thunar-vfs.h 1 addition, 0 deletionsthunar-vfs/thunar-vfs.h
- thunar/thunar-file.c 82 additions, 18 deletionsthunar/thunar-file.c
- thunar/thunar-file.h 6 additions, 0 deletionsthunar/thunar-file.h
- thunar/thunar-local-file.c 27 additions, 0 deletionsthunar/thunar-local-file.c
- thunar/thunar-trash-file.c 20 additions, 0 deletionsthunar/thunar-trash-file.c
Loading
Please register or sign in to comment