From eea97b9de2d079295ed6bb2454b5fe367d569b70 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 2 Feb 2005 19:32:47 +0000 Subject: Add chrome param to ephy_shell_new_tab_full, and use it in 2005-02-02 Christian Persch * src/ephy-automation.c: (impl_ephy_automation_loadUrlWithStartupId): * src/ephy-shell.c: (ephy_shell_new_window_cb), (ephy_shell_new_tab_full), (ephy_shell_new_tab): * src/ephy-shell.h: Add chrome param to ephy_shell_new_tab_full, and use it in ephy_shell_new_window_cb(). Fixes bug #165566. --- doc/reference/tmpl/ephy-embed.sgml | 4 ++++ doc/reference/tmpl/ephy-shell.sgml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index fe5145716..d2ebbc930 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -213,6 +213,10 @@ be done by casting). @: @: @: +@: +@: +@: +@: @: diff --git a/doc/reference/tmpl/ephy-shell.sgml b/doc/reference/tmpl/ephy-shell.sgml index e0df50d62..779dcefff 100644 --- a/doc/reference/tmpl/ephy-shell.sgml +++ b/doc/reference/tmpl/ephy-shell.sgml @@ -58,6 +58,7 @@ ephy-shell @EPHY_NEW_TAB_NEW_PAGE: @EPHY_NEW_TAB_OPEN_PAGE: @EPHY_NEW_TAB_FULLSCREEN_MODE: +@EPHY_NEW_TAB_DONT_SHOW_WINDOW: @EPHY_NEW_TAB_APPEND_LAST: @EPHY_NEW_TAB_APPEND_AFTER: @EPHY_NEW_TAB_JUMP: @@ -87,11 +88,13 @@ ephy-shell @shell: @flags: -@startup_id: +@user_time: @args: @string_arg: @error: @Returns: + +@startup_id: -- cgit