aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index 07daea595..5bcac1ae1 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -270,6 +270,8 @@ struct EphyEmbedClass
gint pageNum);
gresult (* set_encoding) (EphyEmbed *embed,
const char *encoding);
+ gresult (* get_encoding) (EphyEmbed *embed,
+ char **encoding);
};
GType ephy_embed_get_type (void);
@@ -390,6 +392,9 @@ gresult ephy_embed_find_next (EphyEmbed *embed,
gresult ephy_embed_set_encoding (EphyEmbed *embed,
const char *encoding);
+gresult ephy_embed_get_encoding (EphyEmbed *embed,
+ char **encoding);
+
gresult ephy_embed_activate (EphyEmbed *embed);
/* Printing */