aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.display.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-10 22:22:30 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-10 22:22:30 +0200
commitef13b2219106edb7783077149cac6d1b816e9bf4 (patch)
tree3fec039f71b9f337f9be8ae994515514cf199d26 /data/org.ayatana.indicator.display.gschema.xml
parenta41ed61c886626d87397f4b9c47097c724198bfb (diff)
parent533a38d48252b464a5376d19011fdb09b2040304 (diff)
downloadayatana-indicator-display-ef13b2219106edb7783077149cac6d1b816e9bf4.tar.gz
ayatana-indicator-display-ef13b2219106edb7783077149cac6d1b816e9bf4.tar.bz2
ayatana-indicator-display-ef13b2219106edb7783077149cac6d1b816e9bf4.zip
Merge branch 'tari01-pr/store-geolocation'
Attributes GH PR #76: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/76
Diffstat (limited to 'data/org.ayatana.indicator.display.gschema.xml')
-rw-r--r--data/org.ayatana.indicator.display.gschema.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.display.gschema.xml b/data/org.ayatana.indicator.display.gschema.xml
index ededac4..9218b64 100644
--- a/data/org.ayatana.indicator.display.gschema.xml
+++ b/data/org.ayatana.indicator.display.gschema.xml
@@ -57,5 +57,17 @@
<summary>Theme profile</summary>
<description>The current theme temperature profile being used by the indicator.</description>
</key>
+ <key name="latitude" type="d">
+ <range min="-90.0" max="90.0"/>
+ <default>51.4825766</default>
+ <summary>Current geographic latitude</summary>
+ <description>Stores the last recorded geographic latitude of the device.</description>
+ </key>
+ <key name="longitude" type="d">
+ <range min="-180.0" max="180.0"/>
+ <default>-0.0076589</default>
+ <summary>Current geographic longitude</summary>
+ <description>Stores the last recorded geographic longitude of the device.</description>
+ </key>
</schema>
</schemalist>