diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:15:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-06-30 02:15:43 +0800 |
commit | a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042 (patch) | |
tree | 9462ee67217f21e1859d94368796a82928f141bb /doc | |
parent | 898961c9a4cacc9379a3fe871a5f173baf69b866 (diff) | |
download | gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.gz gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.tar.zst gsoc2013-epiphany-a2c6d61b3e04f6c77c9f1ffd853831b51e0a0042.zip |
embed: remove ephy_embed_stop_load.
Use webkit API directly in window-commands.c
svn path=/trunk/; revision=8302
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/epiphany-sections.txt | 1 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index b3a34220d..39b0dbfab 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -64,7 +64,6 @@ EmbedReloadFlags EmbedPrintPreviewNavType EmbedSecurityLevel ephy_embed_load_url -ephy_embed_stop_load ephy_embed_reload ephy_embed_get_title ephy_embed_get_location diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 653669e34..7ef4950d0 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -291,7 +291,6 @@ be done by casting). @new_document_now: @load_url: @load: -@stop_load: @reload: @can_go_back: @can_go_forward: @@ -364,14 +363,6 @@ windows opened with JavaScript often use a nonstandard chrome. @url: -<!-- ##### FUNCTION ephy_embed_stop_load ##### --> -<para> - -</para> - -@embed: - - <!-- ##### FUNCTION ephy_embed_reload ##### --> <para> |