aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-path.h
Commit message (Collapse)AuthorAgeFilesLines
* Walk a hierarchy using the "/subfolders/" convention and call a callbackDan Winship2001-05-091-1/+11
| | | | | | | | * e-path.c (e_path_find_folders): Walk a hierarchy using the "/subfolders/" convention and call a callback for each folder found. svn path=/trunk/; revision=9721
* New function to turn foo/bar into foo/subfolders/bar. The inverse functionDan Winship2001-03-021-0/+26
* e-path.c (e_path_to_physical): New function to turn foo/bar into foo/subfolders/bar. The inverse function doesn't exist yet because I didn't need it. Also, if the shell were going to use this, we'd need a few more tools... * Makefile.am (libeutil_la_SOURCES): Add e-path.[ch] svn path=/trunk/; revision=8467