|  |  |  | 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);
#define EPHY_EMBED_SINGLE_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EPHY_TYPE_EMBED_SINGLE, EphyEmbedSingleIFace))
| k : | 
#define EPHY_IS_EMBED_SINGLE_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_EMBED_SINGLE))
| k : | 
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 : | 
| << Epiphany | ephy-cookie-manager >> |