aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.display.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.ayatana.display.gschema.xml.in')
-rw-r--r--data/org.ayatana.display.gschema.xml.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/data/org.ayatana.display.gschema.xml.in b/data/org.ayatana.display.gschema.xml.in
deleted file mode 100644
index afcd996..0000000
--- a/data/org.ayatana.display.gschema.xml.in
+++ /dev/null
@@ -1,24 +0,0 @@
-<schemalist gettext-domain="ayatana-indicator-display">
- <enum id="org.ayatana.indicator.display.ScreenOrientation">
- <value value="0" nick="none"/>
- <value value="1" nick="PrimaryOrientation"/>
- <value value="2" nick="LandscapeOrientation"/>
- <value value="3" nick="PortraitOrientation"/>
- <value value="4" nick="InvertedLandscapeOrientation"/>
- <value value="5" nick="InvertedPortraitOrientation"/>
- </enum>
- <schema id="org.ayatana.indicator.display" path="/org/ayatana/indicator/display/">
- <key name="rotation-lock" type="b">
- <default>false</default>
- <_summary>Lock rotation</_summary>
- <_description>
- Lock automatic display rotation.
- </_description>
- </key>
- <key name="orientation-lock" enum="org.ayatana.indicator.display.ScreenOrientation">
- <default>"none"</default>
- <_summary>Orientation lock</_summary>
- <_description>Locks orientation to a specific value.</_description>
- </key>
- </schema>
-</schemalist>