aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-11-13 04:41:16 +0800
committerXan Lopez <xan@src.gnome.org>2007-11-13 04:41:16 +0800
commit0777997cc8ede06e71e2b1783adb51d95705e11c (patch)
treee31191cdfff34f139cade29d18ccb52c46d2e9b9 /embed/ephy-embed-single.c
parent9345f8419eb679a8d1417c3f808fbb870c924d9a (diff)
downloadgsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.gz
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.bz2
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.lz
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.xz
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.tar.zst
gsoc2013-epiphany-0777997cc8ede06e71e2b1783adb51d95705e11c.zip
Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_name.
svn path=/trunk/; revision=7678
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 46347762e..981e15aab 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -298,7 +298,7 @@ ephy_embed_single_open_window (EphyEmbedSingle *single,
* for rendering pages.
*
* Returns: the name of the backend. Valid returns are "gecko-1.7",
- * "gecko-1.8" and "gecko-1.9"
+ * "gecko-1.8", "gecko-1.9" and "WebKit"
*/
const char *
ephy_embed_single_get_backend_name (EphyEmbedSingle *single)