diff options
author | Xan Lopez <xan@gnome.org> | 2009-05-31 00:21:03 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-05-31 00:21:03 +0800 |
commit | 3191345e4aafa9ae92c676468e588b6d1df2862c (patch) | |
tree | f2cd7b8ab212fca19fa745966156ce58c1d31384 /doc | |
parent | d94e4eca61821f956c67e6a519c36be083dd794d (diff) | |
download | gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.tar gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.tar.gz gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.tar.bz2 gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.tar.lz gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.tar.xz gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.tar.zst gsoc2013-epiphany-3191345e4aafa9ae92c676468e588b6d1df2862c.zip |
Move method to copy history between embeds/views to EphyWebView from EphyEmbed.
Just part of the gradual progress to get rid of the Embed interface.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-sections.txt | 4 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 1 | ||||
-rw-r--r-- | doc/reference/tmpl/epiphany-unused.sgml | 35 |
3 files changed, 0 insertions, 40 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 1b96a08ea..f86af6308 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -71,10 +71,6 @@ ephy_embed_get_js_status ephy_embed_can_go_up ephy_embed_get_go_up_list ephy_embed_go_up -ephy_embed_shistory_n_items -ephy_embed_shistory_get_nth -ephy_embed_shistory_get_pos -ephy_embed_shistory_go_nth ephy_embed_get_security_level ephy_embed_find_set_properties ephy_embed_find_next diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 6991679d7..bfa4157ee 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -252,7 +252,6 @@ be done by casting). @get_location: @get_link_message: @get_js_status: -@shistory_copy: @get_security_level: @show_page_certificate: @set_print_preview_mode: diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml index 4135728d8..ff95f58a9 100644 --- a/doc/reference/tmpl/epiphany-unused.sgml +++ b/doc/reference/tmpl/epiphany-unused.sgml @@ -633,41 +633,6 @@ Represents the state of an #EphyEmbed with regards to networking negotiations. @embed: @zoom: -<!-- ##### FUNCTION ephy_embed_shistory_get_nth ##### --> -<para> - -</para> - -@embed: -@nth: -@is_relative: -@url: -@title: - -<!-- ##### FUNCTION ephy_embed_shistory_get_pos ##### --> -<para> - -</para> - -@embed: -@Returns: - -<!-- ##### FUNCTION ephy_embed_shistory_go_nth ##### --> -<para> - -</para> - -@embed: -@nth: - -<!-- ##### FUNCTION ephy_embed_shistory_n_items ##### --> -<para> - -</para> - -@embed: -@Returns: - <!-- ##### FUNCTION ephy_embed_single_load_proxy_autoconf ##### --> <para> |