From 31b5261fdbe2c98e7f4f71e908e5d9b58609de94 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 4 Jul 2013 11:04:51 -0400 Subject: EShellView: Add a "view-instance" property. EShellView now holds a reference to the active GalViewInstance. Where applicable, the EShellView subclass is responsible for keeping this up to date when the sidebar selection changes. Holding a reference allows EShellView to implement common actions like "Save Current View" directly instead pushing it on to subclasses. New functions: e_shell_view_get_view_instance e_shell_view_set_view_instance --- doc/reference/evolution-shell/evolution-shell-sections.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/reference/evolution-shell/evolution-shell-sections.txt b/doc/reference/evolution-shell/evolution-shell-sections.txt index 8986adc8d6..a72821924c 100644 --- a/doc/reference/evolution-shell/evolution-shell-sections.txt +++ b/doc/reference/evolution-shell/evolution-shell-sections.txt @@ -226,6 +226,9 @@ e_shell_view_get_title e_shell_view_set_title e_shell_view_get_view_id e_shell_view_set_view_id +e_shell_view_new_view_instance +e_shell_view_get_view_instance +e_shell_view_set_view_instance e_shell_view_is_active e_shell_view_get_page_num e_shell_view_set_page_num @@ -250,7 +253,6 @@ e_shell_view_unblock_execute_search e_shell_view_is_execute_search_blocked e_shell_view_update_actions e_shell_view_show_popup_menu -e_shell_view_new_view_instance e_shell_view_write_source e_shell_view_remove_source e_shell_view_remote_delete_source -- cgit