![]() | ![]() | ![]() | Epiphany Reference Manual | ![]() |
---|
ephy-embed-single —
#define EPHY_EMBED_SINGLE_IFACE (k) #define EPHY_IS_EMBED_SINGLE_IFACE (k) void ephy_embed_single_clear_cache (EphyEmbedSingle *shell); void ephy_embed_single_clear_auth_cache (EphyEmbedSingle *shell); void ephy_embed_single_set_offline_mode (EphyEmbedSingle *shell, gboolean offline); void ephy_embed_single_load_proxy_autoconf (EphyEmbedSingle *shell, const char *url); GList* ephy_embed_single_get_font_list (EphyEmbedSingle *shell, const char *langGroup);
void ephy_embed_single_clear_cache (EphyEmbedSingle *shell);
Clears the mozilla cache.
shell : |
void ephy_embed_single_clear_auth_cache (EphyEmbedSingle *shell);
Clears the mozilla http authentication cache.
shell : |
void ephy_embed_single_set_offline_mode (EphyEmbedSingle *shell, gboolean offline);
Sets the state of the net connection.
shell : | |
offline : |
void ephy_embed_single_load_proxy_autoconf (EphyEmbedSingle *shell, const char *url);
Sets the address of the PAC file, and loads the proxy configuration from it.
shell : | |
url : |
GList* ephy_embed_single_get_font_list (EphyEmbedSingle *shell, const char *langGroup);
Returns the list of fonts matching langGroup, or all fonts if langGroup is NULL.
shell : | |
langGroup : | |
Returns : |
<< Epiphany | ephy-cookie-manager >> |