aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-08-12 19:44:25 +0800
committerXan Lopez <xan@gnome.org>2009-08-12 19:47:16 +0800
commit1740e21a2843de978264b6208bce3718ad1c7a1a (patch)
tree4b3aa28fd2de6dd61bfa13f047e48c9c8ab879a5 /embed/ephy-embed-single.c
parentcad7e6662ea287c565aa1c5d77c91d26a9ce3fd2 (diff)
downloadgsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar
gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.gz
gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.bz2
gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.lz
gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.xz
gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.tar.zst
gsoc2013-epiphany-1740e21a2843de978264b6208bce3718ad1c7a1a.zip
Remove unused stuff and clean old references to Mozilla.
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c24
1 files changed, 2 insertions, 22 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index f3f99965d..a5376a8b0 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -353,7 +353,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single)
* ephy_embed_single_clear_cache:
* @single: the #EphyEmbedSingle
*
- * Clears the Mozilla cache (temporarily saved web pages).
+ * Clears the HTTP cache (temporarily saved web pages).
**/
void
ephy_embed_single_clear_cache (EphyEmbedSingle *single)
@@ -364,7 +364,7 @@ ephy_embed_single_clear_cache (EphyEmbedSingle *single)
* ephy_embed_single_clear_auth_cache:
* @single: the #EphyEmbedSingle
*
- * Clears the Mozilla HTTP authentication cache.
+ * Clears the HTTP authentication cache.
*
* This does not clear regular website passwords; it only clears the HTTP
* authentication cache. Websites which use HTTP authentication require the
@@ -409,26 +409,6 @@ ephy_embed_single_get_network_status (EphyEmbedSingle *single)
}
/**
- * ephy_embed_single_get_font_list:
- * @single: the #EphyEmbedSingle
- * @lang_group: a mozilla font language group name, or %NULL
- *
- * Returns the list of fonts matching @lang_group, or all fonts if @lang_group
- * is %NULL.
- *
- * The available @lang_group arguments are listed in Epiphany's Fonts and Colors
- * preferences.
- *
- * Return value: a list of font names
- **/
-GList *
-ephy_embed_single_get_font_list (EphyEmbedSingle *single,
- const char *lang_group)
-{
- return NULL;
-}
-
-/**
* ephy_embed_single_open_window:
* @single: the #EphyEmbedSingle
* @parent: the requested window's parent #EphyEmbed