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/eshell.types | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/reference/shell/eshell.types (limited to 'doc/reference/shell/eshell.types') diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types new file mode 100644 index 0000000000..9d773be677 --- /dev/null +++ b/doc/reference/shell/eshell.types @@ -0,0 +1,11 @@ +e_shell_view_get_type +e_shell_switcher_get_type +es_event_get_type +es_event_hook_get_type +e_shell_sidebar_get_type +e_activity_handler_get_type +e_shell_taskbar_get_type +e_shell_module_get_type +e_shell_content_get_type +e_shell_get_type +e_shell_window_get_type -- 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/eshell.types | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'doc/reference/shell/eshell.types') diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index 9d773be677..b0933d219f 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -1,11 +1,8 @@ -e_shell_view_get_type -e_shell_switcher_get_type -es_event_get_type -es_event_hook_get_type +e_shell_get_type +e_shell_content_get_type +e_shell_module_get_type e_shell_sidebar_get_type -e_activity_handler_get_type +e_shell_switcher_get_type e_shell_taskbar_get_type -e_shell_module_get_type -e_shell_content_get_type -e_shell_get_type +e_shell_view_get_type e_shell_window_get_type -- cgit v1.2.3 From e18f9eb725e0be78db138e9eb0d58ed4d3370c82 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 May 2009 18:18:58 -0400 Subject: Adapt tasks to EShellBackend changes. --- doc/reference/shell/eshell.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/reference/shell/eshell.types') diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index b0933d219f..7ad399f7c9 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -1,6 +1,6 @@ e_shell_get_type +e_shell_backend_get_type e_shell_content_get_type -e_shell_module_get_type e_shell_sidebar_get_type e_shell_switcher_get_type e_shell_taskbar_get_type -- cgit v1.2.3