aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.h')
-rw-r--r--embed/ephy-embed-single.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.h b/embed/ephy-embed-single.h
index 0ff733e94..9e5dcd2bb 100644
--- a/embed/ephy-embed-single.h
+++ b/embed/ephy-embed-single.h
@@ -73,6 +73,7 @@ struct _EphyEmbedSingleIface
gboolean (* get_network_status)(EphyEmbedSingle *single);
GList * (* get_font_list) (EphyEmbedSingle *shell,
const char *langGroup);
+ const char * (* get_backend_name) (EphyEmbedSingle *shell);
};
GType ephy_embed_single_get_type (void);
@@ -97,6 +98,8 @@ gboolean ephy_embed_single_get_network_status (EphyEmbedSingle *single);
GList *ephy_embed_single_get_font_list (EphyEmbedSingle *single,
const char *lang_group);
+const char *ephy_embed_single_get_backend_name (EphyEmbedSingle *single);
+
G_END_DECLS
#endif