diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-09 06:05:00 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-09 06:05:00 +0800 |
commit | 9bcfef421b420061f7342e5517d226aa9f58dbdd (patch) | |
tree | 6d2914ae02a0768058dfc2f3a0436f51b6d28a5c /e-util/ChangeLog | |
parent | c20e677a134e5297a8400772d68a1ca91c97a7a7 (diff) | |
download | gsoc2013-evolution-9bcfef421b420061f7342e5517d226aa9f58dbdd.tar.gz gsoc2013-evolution-9bcfef421b420061f7342e5517d226aa9f58dbdd.tar.zst gsoc2013-evolution-9bcfef421b420061f7342e5517d226aa9f58dbdd.zip |
Walk a hierarchy using the "/subfolders/" convention and call a callback
* 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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ab679f24f4..abf4fcc7ee 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-05-08 Dan Winship <danw@ximian.com> + + * e-path.c (e_path_find_folders): Walk a hierarchy using the + "/subfolders/" convention and call a callback for each folder + found. + 2001-05-01 Dan Winship <danw@ximian.com> * e-msgport.c (e_mutex_assert_locked): Debugging routine. (Only |