aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-activity-proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the headers on files I've created or completely rewritten to matchMatthew Barnes2008-10-021-8/+8
| | | | | | Sankar's LGPLv3 template. svn path=/branches/kill-bonobo/; revision=36535
* Replace EActivityHandler with a new activity-tracking system that usesMatthew Barnes2008-09-201-0/+68
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