aboutsummaryrefslogtreecommitdiff
path: root/tests/com.canonical.indicator.session.backendmock.gschema.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-08-27 12:55:22 -0500
committerTed Gould <ted@gould.cx>2013-08-27 12:55:22 -0500
commitc440b9d6a1737e3be03e205e32fec64ebdfcb2df (patch)
treeb74867b600c41ff03ed87565eae38d2daaa47d5f /tests/com.canonical.indicator.session.backendmock.gschema.xml
parent4661ef2d0a834509194d069466e3905aece05183 (diff)
parentb7a8f35077f950dc6dab640e759341c1c2476f5c (diff)
downloadayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.tar.gz
ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.tar.bz2
ayatana-indicator-session-c440b9d6a1737e3be03e205e32fec64ebdfcb2df.zip
Merging trunk
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, 45 insertions, 0 deletions
diff --git a/tests/com.canonical.indicator.session.backendmock.gschema.xml b/tests/com.canonical.indicator.session.backendmock.gschema.xml
new file mode 100644
index 0000000..79d0c02
--- /dev/null
+++ b/tests/com.canonical.indicator.session.backendmock.gschema.xml
@@ -0,0 +1,45 @@
+<?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>