aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/shell/tmpl/e-activity-handler.sgml
Commit message (Collapse)AuthorAgeFilesLines
* More API documentation tweaking.Matthew Barnes2010-03-221-19/+0
|
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-137/+0
| | | | | | | | | 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/+156
svn path=/branches/kill-bonobo/; revision=36337