From 7d2c28c02c6ecddcf492f385cacbd3d24ac215db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 15 Sep 2008 14:55:41 +0000 Subject: Begin documenting the new shell design. svn path=/branches/kill-bonobo/; revision=36337 --- doc/reference/shell/tmpl/e-activity-handler.sgml | 156 +++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 doc/reference/shell/tmpl/e-activity-handler.sgml (limited to 'doc/reference/shell/tmpl/e-activity-handler.sgml') diff --git a/doc/reference/shell/tmpl/e-activity-handler.sgml b/doc/reference/shell/tmpl/e-activity-handler.sgml new file mode 100644 index 0000000000..209b4b4d04 --- /dev/null +++ b/doc/reference/shell/tmpl/e-activity-handler.sgml @@ -0,0 +1,156 @@ + +EActivityHandler + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +@Returns: + + + + + + + +@activity_hanlder: +@shell_taskbar: + + + + + + + +@activity_handler: +@message: + + + + + + + +@activity_handler: + + + + + + + +@activity_handler: +@information: +@cancellable: +@Returns: + + + + + + + +@activity_handler: +@information: +@cancellable: +@cancel_func: +@user_data: +@Returns: + + + + + + + +@activity_handler: +@activity_id: +@information: +@progress: + + + + + + + +@activity_handler: +@activity_id: + + + + + + + +@handler: +@logger: + + + + + + + +@activity_handler: +@error_type: +@error: +@Returns: + + + + + + + +@activity_handler: +@activity_id: +@error: + + + + + + + +@handler: +@time: + + -- cgit v1.2.3 From 3e3c13b439668945241b32cf8c1fd3d6e625f9f5 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 19 Sep 2008 16:52:08 +0000 Subject: Replace EActivityHandler with a new activity-tracking system that uses 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 --- doc/reference/shell/tmpl/e-activity-handler.sgml | 137 ----------------------- 1 file changed, 137 deletions(-) (limited to 'doc/reference/shell/tmpl/e-activity-handler.sgml') diff --git a/doc/reference/shell/tmpl/e-activity-handler.sgml b/doc/reference/shell/tmpl/e-activity-handler.sgml index 209b4b4d04..09d417213d 100644 --- a/doc/reference/shell/tmpl/e-activity-handler.sgml +++ b/doc/reference/shell/tmpl/e-activity-handler.sgml @@ -17,140 +17,3 @@ EActivityHandler - - - - - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@activity_hanlder: -@shell_taskbar: - - - - - - - -@activity_handler: -@message: - - - - - - - -@activity_handler: - - - - - - - -@activity_handler: -@information: -@cancellable: -@Returns: - - - - - - - -@activity_handler: -@information: -@cancellable: -@cancel_func: -@user_data: -@Returns: - - - - - - - -@activity_handler: -@activity_id: -@information: -@progress: - - - - - - - -@activity_handler: -@activity_id: - - - - - - - -@handler: -@logger: - - - - - - - -@activity_handler: -@error_type: -@error: -@Returns: - - - - - - - -@activity_handler: -@activity_id: -@error: - - - - - - - -@handler: -@time: - - -- cgit v1.2.3