diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-06 04:48:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-06 04:48:47 +0800 |
commit | 1bb2458bbd832096bb10d850524c560129224b46 (patch) | |
tree | 88fc19b5bacfe02b7de2be652d7d265dc9f7c2c8 /doc/reference/tmpl/ephy-embed-persist.sgml | |
parent | a5d0e720fade615d0009a42d38b195a2db57b959 (diff) | |
download | gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.tar gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.tar.gz gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.tar.bz2 gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.tar.lz gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.tar.xz gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.tar.zst gsoc2013-epiphany-1bb2458bbd832096bb10d850524c560129224b46.zip |
Only implement nsITransfer if possible.
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/MozDownload.h:
Only implement nsITransfer if possible.
Diffstat (limited to 'doc/reference/tmpl/ephy-embed-persist.sgml')
-rw-r--r-- | doc/reference/tmpl/ephy-embed-persist.sgml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/reference/tmpl/ephy-embed-persist.sgml b/doc/reference/tmpl/ephy-embed-persist.sgml index 36eb73882..b4a48fa41 100644 --- a/doc/reference/tmpl/ephy-embed-persist.sgml +++ b/doc/reference/tmpl/ephy-embed-persist.sgml @@ -60,29 +60,6 @@ save_page (EphyEmbed *embed, </para> -<!-- ##### ENUM EmbedPersistFlags ##### --> -<para> -Determines how the #EphyEmbedPersist should act. -</para> - -@EMBED_PERSIST_COPY_PAGE: If set, download a copy of the page being browsed by - the #EphyEmbedPersist's #EphyEmbed. This should be - specified with ephy_embed_persist_set_embed(). If - unset, ephy_embed_persist_set_source() must have been - called. -@EMBED_PERSIST_MAINDOC: If set and %EMBED_PERSIST_COPY_PAGE is set, download the - #EphyEmbedPersist's #EphyEmbed's page's frameset. If - unset, download the currently-focused frame. -@EMBED_PERSIST_NO_VIEW: If set, do not display this download in the download - manager. -@EMBED_PERSIST_ASK_DESTINATION: If set, display a filechooser dialog. You must - call ephy_embed_persist_set_fc_title() and - ephy_embed_persist_set_fc_parent() before - ephy_embed_persist_save() if this is the case. - If unset, use the destination specified with - ephy_embed_persist_set_dest(). -@EMBED_PERSIST_DO_CONVERSION: - <!-- ##### FUNCTION ephy_embed_persist_set_dest ##### --> <para> |