blob: eaa279c2f92c5171e89ba57345c9f4dd3fe914d4 (
plain) (
tree)
|
|
<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:Title ##### -->
mozilla-embed-event
<!-- ##### MACRO EPHY_EMBED_SINGLE_IFACE ##### -->
<para>
</para>
@k:
<!-- ##### MACRO EPHY_IS_EMBED_SINGLE_IFACE ##### -->
<para>
</para>
@k:
<!-- ##### MACRO EPHY_SHELL_TYPE_DEF ##### -->
<para>
</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:
<!-- ##### ENUM EmbedPrintPreviewNavType ##### -->
<para>
Specifies the action to perform in ephy_embed_print_preview_navigate().
</para>
@PRINTPREVIEW_GOTO_PAGENUM:
@PRINTPREVIEW_PREV_PAGE:
@PRINTPREVIEW_NEXT_PAGE:
@PRINTPREVIEW_HOME:
@PRINTPREVIEW_END:
<!-- ##### ENUM EmbedReloadFlags ##### -->
<para>
</para>
@EMBED_RELOAD_NORMAL:
@EMBED_RELOAD_FORCE: Bypass cache and proxy while reloading a web page
<!-- ##### ENUM EmbedSecurityLevel ##### -->
<para>
Represents the security status of an #EphyEmbed. For example, a page with an
invalid SSL certificate will have an #EmbedSecurityLevel of %STATE_IS_BROKEN.
</para>
@STATE_IS_UNKNOWN:
@STATE_IS_INSECURE:
@STATE_IS_BROKEN:
@STATE_IS_SECURE_MED:
@STATE_IS_SECURE_LOW:
@STATE_IS_SECURE_HIGH:
<!-- ##### ENUM EmbedState ##### -->
<para>
Represents the state of an #EphyEmbed with regards to networking negotiations.
</para>
@EMBED_STATE_UNKNOWN:
@EMBED_STATE_START:
@EMBED_STATE_REDIRECTING:
@EMBED_STATE_TRANSFERRING:
@EMBED_STATE_NEGOTIATING:
@EMBED_STATE_STOP:
@EMBED_STATE_IS_REQUEST:
@EMBED_STATE_IS_DOCUMENT:
@EMBED_STATE_IS_NETWORK:
@EMBED_STATE_IS_WINDOW:
<!-- ##### ENUM EphyCookieP3PPolicy ##### -->
<para>
</para>
@EPHY_COOKIE_P3P_POLICY_UNKNOWN:
@EPHY_COOKIE_P3P_POLICY_NONE:
@EPHY_COOKIE_P3P_POLICY_NO_CONSENT:
@EPHY_COOKIE_P3P_POLICY_IMPLICIT_CONSENT:
@EPHY_COOKIE_P3P_POLICY_EXPLICIT_CONSENT:
@EPHY_COOKIE_P3P_POLICY_NO_II:
<!-- ##### ENUM EphyCookieP3PState ##### -->
<para>
</para>
@EPHY_COOKIE_P3P_STATE_UNKNOWN:
@EPHY_COOKIE_P3P_STATE_ACCEPTED:
@EPHY_COOKIE_P3P_STATE_DOWNGRADED:
@EPHY_COOKIE_P3P_STATE_FLAGGED:
@EPHY_COOKIE_P3P_STATE_REJECTED:
<!-- ##### SIGNAL EphyEmbedPersist::cancelled ##### -->
<para>
</para>
@ephyembedpersist: the object which received the signal.
<!-- ##### SIGNAL EphyEmbedPersist::completed ##### -->
<para>
</para>
@ephyembedpersist: the object which received the signal.
<!-- ##### ARG EphyEmbedPersist:dest ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:embed ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:filechooser-parent ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:filechooser-title ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:flags ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:max-size ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:persist-key ##### -->
<para>
</para>
<!-- ##### ARG EphyEmbedPersist:source ##### -->
<para>
</para>
<!-- ##### ARG EphyTab:blocked-popup-count ##### -->
<para>
</para>
<!-- ##### ARG EphyTab:visible ##### -->
<para>
</para>
<!-- ##### FUNCTION ephy_embed_get_encoding_info ##### -->
<para>
</para>
@embed:
@Returns:
<!-- ##### FUNCTION ephy_embed_get_type ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION ephy_embed_print_preview_close ##### -->
<para>
</para>
@embed:
<!-- ##### FUNCTION ephy_embed_single_load_proxy_autoconf ##### -->
<para>
</para>
@single:
@url:
@shell:
<!-- ##### FUNCTION ephy_extensions_manager_add ##### -->
<para>
</para>
@manager:
@type:
@Returns:
<!-- ##### FUNCTION ephy_extensions_manager_load_dir ##### -->
<para>
</para>
@manager:
@path:
<!-- ##### FUNCTION ephy_extensions_manager_new ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION ephy_password_manager_add ##### -->
<para>
</para>
@manager:
@info:
<!-- ##### FUNCTION ephy_password_manager_list ##### -->
<para>
</para>
@manager:
@Returns:
<!-- ##### FUNCTION ephy_password_manager_remove ##### -->
<para>
</para>
@manager:
@info:
<!-- ##### FUNCTION ephy_shell_delete_on_exit ##### -->
<para>
</para>
@shell:
@path:
@gs:
<!-- ##### FUNCTION ephy_shell_get_active_window ##### -->
<para>
</para>
@shell:
@Returns:
<!-- ##### FUNCTION ephy_tab_get_window ##### -->
<para>
</para>
@tab:
@Returns:
<!-- ##### FUNCTION ephy_window_print ##### -->
<para>
</para>
@window:
<!-- ##### FUNCTION mozilla_embed_event_new ##### -->
<para>
</para>
@dom_event:
@Returns:
<!-- ##### FUNCTION mozilla_embed_event_set_property ##### -->
<para>
</para>
@event:
@name:
@value:
|