diff options
author | Alexander van der Meij <[email protected]> | 2014-08-29 20:52:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-27 11:23:51 +0100 |
commit | 451eef9b275ce006b270a3569d96e531e24dd15a (patch) | |
tree | c69beecbd84db9fc21479f4b0b5c2246c466d819 /libcaja-private/org.mate.caja.gschema.xml.in | |
parent | 2ce11c50a5f7cca914af7646cae5fb6d5362b5cf (diff) | |
download | caja-451eef9b275ce006b270a3569d96e531e24dd15a.tar.bz2 caja-451eef9b275ce006b270a3569d96e531e24dd15a.tar.xz |
implementation of extension interface and status management (gsoc2014)
Diffstat (limited to 'libcaja-private/org.mate.caja.gschema.xml.in')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml.in b/libcaja-private/org.mate.caja.gschema.xml.in index 1cf7fa0e..8aef7ade 100644 --- a/libcaja-private/org.mate.caja.gschema.xml.in +++ b/libcaja-private/org.mate.caja.gschema.xml.in @@ -457,4 +457,13 @@ <_description>The side pane view to show in newly opened windows.</_description> </key> </schema> + + <schema path="/org/mate/caja/extensions/" id="org.mate.caja.extensions" gettext-domain="caja"> + <key type="as" name="disabled-extensions"> + <default>[ ]</default> + <summary>List of extensions in disabled state.</summary> + <description>This list contains the extensions that are currently de-activated.</description> + </key> + </schema> + </schemalist> |