~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.system.location.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="gsettings-desktop-schemas">
 
2
  <schema id="org.gnome.system.location"
 
3
          path="/org/gnome/system/location/">
 
4
    <key type="b" name="enabled">
 
5
      <default>false</default>
 
6
      <summary>Geolocation services are enabled.</summary>
 
7
      <description>
 
8
        If true, applications are allowed to access location information.
 
9
      </description>
 
10
    </key>
 
11
    <key name="max-accuracy-level" enum="org.gnome.desktop.GDesktopLocationAccuracyLevel">
 
12
      <default>'exact'</default>
 
13
      <summary>The maximum accuracy level of location.</summary>
 
14
      <description>
 
15
        Configures the maximum level of location accuracy applications are
 
16
        allowed to see. Valid options are 'country', 'city', 'neighborhood',
 
17
        'street', and 'exact' (typically requires GPS receiver). Please keep in
 
18
        mind that this only controls what GeoClue will allow applications to see
 
19
        and they can find user's location on their own using network resources
 
20
        (albeit with street-level accuracy at best).
 
21
      </description>
 
22
    </key>
 
23
  </schema>
 
24
</schemalist>