blob: 94ff65ddd5bd9c947463e0b1b315a3a89a2de843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/apps/geoclue/" id="org.freedesktop.Geoclue">
<key type="u" name="gps-baudrate">
<default>0</default>
<summary>The baud rate for the attached GPS device</summary>
<description>The baud rate for the attached GPS device.</description>
</key>
<key type="s" name="gps-device">
<default>''</default>
<summary>The device node or Bluetooth address for the attached GPS device</summary>
<description>The device node or Bluetooth address for the attached GPS device.</description>
</key>
</schema>
</schemalist>
|