aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-local-storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-4/+10
| | | | | | | components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256
* Implemented folder creation dialog (File -> New -> Folder). To makeEttore Perazzoli2000-06-111-4/+4
| | | | | | | | it really work though, the components should implement creation functionality by passing an appropriate function pointer in `e_shell_component_new()' for @create_folder_fn. svn path=/trunk/; revision=3504
* Fixed a refcount leak and added interfaces to add/remove foldersEttore Perazzoli2000-06-081-2/+4
| | | | | | from an EStorage (although they are not implemented yet). svn path=/trunk/; revision=3460
* Big shell reorganization.Ettore Perazzoli2000-05-071-0/+67
svn path=/trunk/; revision=2848