ephy-embed-single

ephy-embed-single —

Synopsis




void        ephy_embed_single_clear_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);

Description

Details

ephy_embed_single_clear_cache ()

void        ephy_embed_single_clear_cache   (EphyEmbedSingle *shell);

Clears the mozilla cache.

shell:

ephy_embed_single_set_offline_mode ()

void        ephy_embed_single_set_offline_mode
                                            (EphyEmbedSingle *shell,
                                             gboolean offline);

Sets the state of the net connection.

shell:
offline: whether being off-line

ephy_embed_single_load_proxy_autoconf ()

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:

ephy_embed_single_get_font_list ()

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: a mozilla font language group name, or NULL
Returns : a list of font names