aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-prefs.h
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2012-08-02 18:37:02 +0800
committerPhilippe Normand <phil@base-art.net>2012-08-02 18:37:02 +0800
commit85ae7a5cbb8e0ea22e149041b278bf8d031dabe9 (patch)
tree07fb3181e4a63e0010e50eae795424d3a465f322 /lib/ephy-prefs.h
parent8a38c7a9ba0238092edc4e398ca7635bb4392c5f (diff)
downloadgsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.gz
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.tar.zst
gsoc2013-epiphany-85ae7a5cbb8e0ea22e149041b278bf8d031dabe9.zip
Settings: add a enable-webaudio setting.
WebAudio support in WebKitGTK is not stable yet but it would be good to allow Epiphany users to test this feature nonetheless. The enable-webaudio gsetting is set to false by default.
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r--lib/ephy-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index 7e035decb..a5b182d50 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -103,6 +103,7 @@ typedef enum
#define EPHY_PREFS_WEB_ENABLE_JAVASCRIPT "enable-javascript"
#define EPHY_PREFS_WEB_ENABLE_SPELL_CHECKING "enable-spell-checking"
#define EPHY_PREFS_WEB_ENABLE_WEBGL "enable-webgl"
+#define EPHY_PREFS_WEB_ENABLE_WEBAUDIO "enable-webaudio"
#define EPHY_PREFS_WEB_COOKIES_POLICY "cookies-policy"
#define EPHY_PREFS_WEB_IMAGE_ANIMATION_MODE "image-animation-mode"
#define EPHY_PREFS_WEB_DEFAULT_ENCODING "default-encoding"