diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:16:03 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:16:03 +0800 |
commit | 83c145ca0bdf9c659f808a1485ad2f580c6b439f (patch) | |
tree | 7426741deeb238f64842250f7c8afe14c788f994 /doc | |
parent | 3c310a6753141eb1a01acdacc3d2286080183d0f (diff) | |
download | gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.gz gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.bz2 gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.lz gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.xz gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.tar.zst gsoc2013-epiphany-83c145ca0bdf9c659f808a1485ad2f580c6b439f.zip |
embed: remove ephy_embed_can_go_forward.
Use WebKit API directly.
svn path=/trunk/; revision=8306
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-sections.txt | 1 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index d0ea3c828..45630cd40 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -69,7 +69,6 @@ ephy_embed_get_location ephy_embed_get_link_message ephy_embed_get_js_status ephy_embed_can_go_back -ephy_embed_can_go_forward ephy_embed_can_go_up ephy_embed_get_go_up_list ephy_embed_go_up diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 280af6f25..1573b86b1 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -293,7 +293,6 @@ be done by casting). @load: @reload: @can_go_back: -@can_go_forward: @can_go_up: @get_go_up_list: @go_back: @@ -409,15 +408,6 @@ windows opened with JavaScript often use a nonstandard chrome. @Returns: -<!-- ##### FUNCTION ephy_embed_can_go_forward ##### --> -<para> - -</para> - -@embed: -@Returns: - - <!-- ##### FUNCTION ephy_embed_can_go_up ##### --> <para> |