aboutsummaryrefslogtreecommitdiff
path: root/tests/com.canonical.indicator.session.backendmock.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-14 22:07:18 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-14 23:16:37 +0100
commit405a6969a0b2409d5f013e8d2845945b51146eb9 (patch)
tree367704fccc48a88d87eada791b6813f10b89fb0d /tests/com.canonical.indicator.session.backendmock.gschema.xml
parentc5211a8f81f6704558f4453c5eeb509f29672781 (diff)
downloadayatana-indicator-session-405a6969a0b2409d5f013e8d2845945b51146eb9.tar.gz
ayatana-indicator-session-405a6969a0b2409d5f013e8d2845945b51146eb9.tar.bz2
ayatana-indicator-session-405a6969a0b2409d5f013e8d2845945b51146eb9.zip
Fork from Ubuntu's indicator-session project.
Diffstat (limited to 'tests/com.canonical.indicator.session.backendmock.gschema.xml')
-rw-r--r--tests/com.canonical.indicator.session.backendmock.gschema.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/tests/com.canonical.indicator.session.backendmock.gschema.xml b/tests/com.canonical.indicator.session.backendmock.gschema.xml
deleted file mode 100644
index 79d0c02..0000000
--- a/tests/com.canonical.indicator.session.backendmock.gschema.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schemalist gettext-domain="gsettings-desktop-schemas">
- <schema path="/com/canonical/indicator/session/backendmock/" id="com.canonical.indicator.session.backendmock">
- <key type="s" name="last-command">
- <default>''</default>
- <summary>The last command activated</summary>
- </key>
- <key type="b" name="has-online-account-error">
- <default>false</default>
- <summary>Has online account error</summary>
- </key>
- <key type="b" name="can-hibernate">
- <default>true</default>
- <summary>Is hibernation allowed?</summary>
- </key>
- <key type="b" name="can-suspend">
- <default>true</default>
- <summary>Is suspending allowed?</summary>
- </key>
- <key type="b" name="can-logout">
- <default>true</default>
- <summary>Is logging out allowed?</summary>
- </key>
- <key type="b" name="can-reboot">
- <default>true</default>
- <summary>Is rebooting allowed?</summary>
- </key>
- <key type="b" name="can-lock">
- <default>true</default>
- <summary>Is locking the session allowed?</summary>
- </key>
- <key type="b" name="can-switch-sessions">
- <default>true</default>
- <summary>Is switching sessions allowed?</summary>
- </key>
- <key type="b" name="can-prompt">
- <default>true</default>
- <summary>Do we have a way of prompting for confirmation?</summary>
- </key>
- <key type="b" name="is-live-session">
- <default>false</default>
- <summary>Is this a session running on a live CD?</summary>
- </key>
- </schema>
-</schemalist>