diff options
author | infirit <[email protected]> | 2014-11-02 17:36:33 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-02 18:12:18 +0100 |
commit | b42e0ce69a7f232d4c29de284bd0b3ca4a38555d (patch) | |
tree | 3bb7eca1a592fe4e5faac21f2f8182bcc2dafdb3 /data | |
parent | b8e3a26d0975cb43cb5a315bceaf581f6ea2a5a8 (diff) | |
download | mate-settings-daemon-b42e0ce69a7f232d4c29de284bd0b3ca4a38555d.tar.bz2 mate-settings-daemon-b42e0ce69a7f232d4c29de284bd0b3ca4a38555d.tar.xz |
Add a11y-settings plugin
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 008061a..a44c910 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -6,6 +6,7 @@ msd_gschemas_in_in = \ org.mate.peripherals-smartcard.gschema.xml.in.in \ org.mate.peripherals-touchpad.gschema.xml.in.in \ org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in \ + org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in \ org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in \ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in \ org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in \ diff --git a/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in new file mode 100644 index 0000000..26f97bc --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in @@ -0,0 +1,14 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.a11y-settings" path="/org/mate/settings-daemon/plugins/a11y-settings/"> + <key name="active" type="b"> + <default>false</default> + <_summary>Activation of this plugin</_summary> + <_description>Whether this plugin would be activated by mate-settings-daemon or not</_description> + </key> + <key name="priority" type="i"> + <default>7</default> + <_summary>Priority to use for this plugin</_summary> + <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description> + </key> + </schema> +</schemalist> |