aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/eshell.types
Commit message (Collapse)AuthorAgeFilesLines
* Adapt tasks to EShellBackend changes.Matthew Barnes2009-05-091-1/+1
|
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-8/+5
| | | | | | | | | EActivity objects instead of numeric handler IDs. Create an EActivity, configure it, and (optionally) connect to its "cancelled" and "completed" signals. Then hand it to the shell view via e_shell_view_add_activity(). When finished with the activity, call e_activity_finish() and unref it. svn path=/branches/kill-bonobo/; revision=36391
* Begin documenting the new shell design.Matthew Barnes2008-09-151-0/+11
svn path=/branches/kill-bonobo/; revision=36337