diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-09-14 05:52:00 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-09-14 05:52:00 +0800 |
commit | 809f1aca44d03364d59d33780684ad8c524a0025 (patch) | |
tree | 7bef6e9dc63f82fc2b9318ad1acbaa5f915e979c /data/epiphany.schemas.in | |
parent | 25a80e3d76c1c74e810271f0cf46832f7b6e127d (diff) | |
download | gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.gz gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.bz2 gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.lz gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.xz gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.tar.zst gsoc2013-epiphany-809f1aca44d03364d59d33780684ad8c524a0025.zip |
Load/unload extensions based on GConf key
/apps/epiphany/general/active_extensions.
Update documentation a bit (i.e., make sure it actually builds).
Diffstat (limited to 'data/epiphany.schemas.in')
-rw-r--r-- | data/epiphany.schemas.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 2ad9a52d4..2012d136d 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -191,6 +191,19 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/general/active_extensions</key> + <applyto>/apps/epiphany/general/active_extensions</applyto> + <owner>epiphany</owner> + <type>list</type> + <list_type>string</list_type> + <locale name="C"> + <short>Loaded extensions</short> + <long>Partial filenames of extensions to load. For example, if a desired + extension's filename is "libgesturesextension.so", add "gestures" to the + list.</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/web/default_encoding</key> <applyto>/apps/epiphany/web/default_encoding</applyto> <owner>epiphany</owner> |