aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-fsutils.c
Commit message (Collapse)AuthorAgeFilesLines
* e-error.c Use gstdio wrappers. Use GDir instead of dirent.Tor Lillqvist2005-12-171-15/+13
| | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-error.c * e-fsutils.c: Use gstdio wrappers. Use GDir instead of dirent. * e-error.c * e-folder-map.c: Use e_xml_parse_file() instead of using libxml directly. svn path=/trunk/; revision=30821
* use statvfs if available. Should make it actually work, if not portable.Not Zed2004-06-011-6/+19
| | | | | | | | | | 2004-06-01 Not Zed <NotZed@Ximian.com> * e-fsutils.c (e_fsutils_avail): use statvfs if available. Should make it actually work, if not portable. This is for a bug but I can't recall the number. svn path=/trunk/; revision=26139
* Tool to do i18n string extraction for error xml files.Not Zed2004-05-121-0/+145
2004-05-12 Not Zed <NotZed@Ximian.com> * e-error-tool.c: Tool to do i18n string extraction for error xml files. 2004-05-10 Not Zed <NotZed@Ximian.com> * e-fsutils.c (e_fsutils_usage): new file/function, get disk usage of a path, in 1024 byte blocks. (e_fsutils_avail): new file/function, get disk space available for a given path, in 1024 byte blocks. * e-meta.[ch]: Removed. Poor idea badly executed, and no longer used. * e-path.h: add a fixme about deprecation. svn path=/trunk/; revision=25868