ephy-embed-single

ephy-embed-single —

Synopsis




#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);

Description

Details

EPHY_EMBED_SINGLE_IFACE()

#define EPHY_EMBED_SINGLE_IFACE(k)	(G_TYPE_CHECK_CLASS_CAST((k), EPHY_TYPE_EMBED_SINGLE, EphyEmbedSingleIFace))

k :

EPHY_IS_EMBED_SINGLE_IFACE()

#define EPHY_IS_EMBED_SINGLE_IFACE(k)	(G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_EMBED_SINGLE))

k :

ephy_embed_single_clear_cache ()

void        ephy_embed_single_clear_cache   (EphyEmbedSingle *shell);

Clears the mozilla cache.

shell :

ephy_embed_single_clear_auth_cache ()

void        ephy_embed_single_clear_auth_cache
                                            (EphyEmbedSingle *shell);

Clears the mozilla http authentication 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 :

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 :
Returns :