aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-backend.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-101-2/+3
|
* Convert EShellModule to EShellBackendMatthew Barnes2009-05-071-0/+150
Split the GTypeModule loader out of EShellModule as EModule, and rename EShellModule to EShellBackend. Backends (formerly modules) should now subclass EShellBackend. This commit converts EShell but breaks all the shell backends.