From 224f26b84d9c12b0dd1d337f51c14b6ebb901007 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 4 Sep 2011 09:48:24 -0400 Subject: GtkApplication has some new EShell-like features. I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly. --- doc/reference/shell/eshell-sections.txt | 2 -- doc/reference/shell/tmpl/e-shell.sgml | 33 ----------------------------- doc/reference/shell/tmpl/eshell-unused.sgml | 23 ++++++++++++++++++++ 3 files changed, 23 insertions(+), 35 deletions(-) (limited to 'doc') diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 131341980e..1f0ecdbc0c 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -13,8 +13,6 @@ e_shell_get_gconf_client e_shell_create_shell_window e_shell_handle_uris e_shell_submit_alert -e_shell_watch_window -e_shell_get_watched_windows e_shell_get_active_window e_shell_get_meego_mode e_shell_get_express_mode diff --git a/doc/reference/shell/tmpl/e-shell.sgml b/doc/reference/shell/tmpl/e-shell.sgml index 2badec4d7d..94c6e1169c 100644 --- a/doc/reference/shell/tmpl/e-shell.sgml +++ b/doc/reference/shell/tmpl/e-shell.sgml @@ -75,21 +75,6 @@ EShell @eshell: the object which received the signal. @Param2: - - - - - -@eshell: the object which received the signal. -@arg1: - - - - - - -@eshell: the object which received the signal. - @@ -234,24 +219,6 @@ EShell @alert: - - - - - -@shell: -@window: - - - - - - - -@shell: -@Returns: - - diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 21f8c4afcd..5b67b87993 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -311,6 +311,21 @@ e-shell-window.sgml @eshell: the object which received the signal. @arg1: + + + + + +@eshell: the object which received the signal. +@arg1: + + + + + + +@eshell: the object which received the signal. + @@ -710,6 +725,14 @@ e-shell-window.sgml @shell_content: @Returns: + + + + + +@shell: +@Returns: + -- cgit v1.2.3