aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-23 02:15:22 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-23 02:15:22 +0800
commitb0797c8f3de7e0be7c616dc61f8f6323c9f98a98 (patch)
treef6ba09c7f1ba1119d6120ce84c1c6126bff2246a /embed/ephy-embed-single.h
parent8ed863129291204c3b293e41dae4bc3a1c7e9127 (diff)
downloadgsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar
gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.gz
gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.bz2
gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.lz
gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.xz
gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.tar.zst
gsoc2013-epiphany-b0797c8f3de7e0be7c616dc61f8f6323c9f98a98.zip
No need to make proxy PAC configuration public, we only use it in a pref
2004-07-22 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-notifiers.cpp: No need to make proxy PAC configuration public, we only use it in a pref notifier.
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index b7b66d13b..68ea108fe 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -81,10 +81,7 @@ void ephy_embed_single_set_offline_mode (EphyEmbedSingle *single,
gboolean ephy_embed_single_get_offline_mode (EphyEmbedSingle *single);
-void ephy_embed_single_load_proxy_autoconf (EphyEmbedSingle *single,
- const char* url);
-
-GList *ephy_embed_single_get_font_list (EphyEmbedSingle *single,
+GList *ephy_embed_single_get_font_list (EphyEmbedSingle *single,
const char *lang_group);
G_END_DECLS