From c488b4e9aca045965156e425129a6be95637da98 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Sun, 29 Jan 2006 21:09:53 +0000 Subject: Add a function (ephy_embed_single_get_backend_name) to get the backend 2006-01-29 Crispin Flowerday * embed/ephy-embed-single.c: (ephy_embed_single_get_backend_name): * embed/ephy-embed-single.h: * embed/mozilla/mozilla-embed-single.cpp: * src/epiphany.defs: Add a function (ephy_embed_single_get_backend_name) to get the backend that epiphany is using. --- embed/ephy-embed-single.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed/ephy-embed-single.h') 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 -- cgit v1.2.3