diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-07-01 09:47:17 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-07-01 09:47:17 +0800 |
commit | bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d (patch) | |
tree | d368c9eec18379a062af184d89b064517273c558 /doc/reference/tmpl/ephy-embed.sgml | |
parent | 61533f01f0f6df3b9dafc18d1567507830db0752 (diff) | |
download | gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.gz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.bz2 gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.lz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.xz gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.tar.zst gsoc2013-epiphany-bbd9d6551d3f84f4cc7afa5ef4c21dfadceb668d.zip |
Popup blocking support. View -> Popup Windows.
Diffstat (limited to 'doc/reference/tmpl/ephy-embed.sgml')
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 46 |
1 files changed, 29 insertions, 17 deletions
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 92c329f48..618b13006 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -42,6 +42,14 @@ be done by casting). </para> +<!-- ##### SIGNAL EphyEmbed::ge-content-change ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + <!-- ##### SIGNAL EphyEmbed::ge-context-menu ##### --> <para> @@ -103,6 +111,21 @@ be done by casting). @arg1: @arg2: +<!-- ##### SIGNAL EphyEmbed::ge-popup-blocked ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@: +@: +@: +@: +@: +@: +@: +@: + <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> <para> @@ -135,6 +158,7 @@ be done by casting). @popup_blocked: @security_change: @zoom_change: +@content_change: @load_url: @stop_load: @reload: @@ -162,7 +186,7 @@ be done by casting). @has_automatic_encoding: @set_encoding: @print: -@print_preview_close: +@set_print_preview_mode: @print_preview_n_pages: @print_preview_navigate: @activate: @@ -199,14 +223,6 @@ windows opened with JavaScript often use a nonstandard chrome. to display its statusbar. @EPHY_EMBED_CHROME_BOOKMARKSBAR: -<!-- ##### ENUM EmbedReloadFlags ##### --> -<para> - -</para> - -@EMBED_RELOAD_NORMAL: -@EMBED_RELOAD_FORCE: Bypass cache and proxy while reloading a web page - <!-- ##### ENUM EmbedPrintPreviewNavType ##### --> <para> Specifies the action to perform in ephy_embed_print_preview_navigate(). @@ -254,6 +270,8 @@ invalid SSL certificate will have an #EmbedSecurityLevel of %STATE_IS_BROKEN. </para> @embed: +@force: +<!-- # Unused Parameters # --> @flags: @@ -410,6 +428,7 @@ invalid SSL certificate will have an #EmbedSecurityLevel of %STATE_IS_BROKEN. @embed: @zoom: +<!-- # Unused Parameters # --> @reflow: @@ -458,17 +477,10 @@ invalid SSL certificate will have an #EmbedSecurityLevel of %STATE_IS_BROKEN. </para> @embed: +<!-- # Unused Parameters # --> @info: -<!-- ##### FUNCTION ephy_embed_print_preview_close ##### --> -<para> - -</para> - -@embed: - - <!-- ##### FUNCTION ephy_embed_print_preview_n_pages ##### --> <para> |