aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.display.gschema.xml.in
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-11-19 12:17:30 +0100
committerRobert Tari <robert@tari.in>2021-11-19 12:17:30 +0100
commit809eb8cffb47629733258feb915f9cf348ab7345 (patch)
treec83c457014f69088aecfeef6cc3b4cb5f455e474 /data/org.ayatana.display.gschema.xml.in
parent5a2368bf0bf87721540ec0183b6ba4c88fd0be3e (diff)
parentf59500bfe360dce317af6b3c24c9a71206e9011a (diff)
downloadayatana-indicator-display-809eb8cffb47629733258feb915f9cf348ab7345.tar.gz
ayatana-indicator-display-809eb8cffb47629733258feb915f9cf348ab7345.tar.bz2
ayatana-indicator-display-809eb8cffb47629733258feb915f9cf348ab7345.zip
Merge branch 'sunweaver-pr/consolidate-gschema-usage'
Attributes GH PR #40: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/40
Diffstat (limited to 'data/org.ayatana.display.gschema.xml.in')
-rw-r--r--data/org.ayatana.display.gschema.xml.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/org.ayatana.display.gschema.xml.in b/data/org.ayatana.display.gschema.xml.in
new file mode 100644
index 0000000..afcd996
--- /dev/null
+++ b/data/org.ayatana.display.gschema.xml.in
@@ -0,0 +1,24 @@
+<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>