aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-file-activity.h
Commit message (Collapse)AuthorAgeFilesLines
* Saving progress on a massive attachment handling rewrite.Matthew Barnes2009-03-211-1/+9
| | | | svn path=/branches/kill-bonobo/; revision=37465
* Add e_lookup_action() and e_lookup_action_group() to e-util, soMatthew Barnes2009-03-101-0/+75
I don't have to keep writing the algorithm over and over again. Add EFileActivity, which provides a GCancellable for GIO operations. Cancelling the activity cancels the GIO operation, and vice versa. Also provides a handy GFileProgressCallback function which updates the activity's "percent" property. svn path=/branches/kill-bonobo/; revision=37396