From 234742d9a6c75c8163a47bd1f3b1eeeba15e58cc Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Mon, 21 Jun 2004 11:09:56 +0000 Subject: Implement popup-blocking signals. Part of bug #111930. --- embed/ephy-embed-single.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'embed/ephy-embed-single.c') diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 0ea626128..9581883e4 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -170,6 +170,20 @@ ephy_embed_single_get_font_list (EphyEmbedSingle *single, return iface->get_font_list (single, lang_group); } +/** + * ephy_embed_single_open_window: + * @single: the #EphyEmbedSingle + * @parent: the requested window's parent #EphyEmbed + * @address: the URL to load + * @features: a Javascript features string + * + * Opens a new window, as if it were opened in @parent using the Javascript + * method and arguments: window.open("@address", + * "_blank", "@features");. + * + * Use ephy_shell_new_tab() unless this handling of the @features string is + * required. + */ void ephy_embed_single_open_window (EphyEmbedSingle *single, EphyEmbed *parent, -- cgit v1.2.3