File: org.ukui.bluetooth.gschema.xml

package info (click to toggle)
ukui-bluetooth 1.0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: cpp: 4,530; xml: 44; makefile: 4; sh: 2
file content (44 lines) | stat: -rw-r--r-- 1,697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<schemalist gettext-domain="ukui-bluetooth">
  <schema id="org.ukui.bluetooth" path="/org/ukui/bluetooth/">
    <key type="b" name="switch">
      <default>true</default>
      <summary>bluetooth switch</summary>
      <description>bluetooth switch</description>
    </key>
    <key type="s" name="file-save-path">
      <default>""</default>
      <summary>File save path</summary>
      <description>File save path</description>
    </key>
    <key type="s" name="finally-connect-the-device">
      <default>""</default>
      <summary>Finally connect the device</summary>
      <description>Last connected device saved</description>
    </key>
    <key type="as" name="paired-device">
      <default>[]</default>
      <summary>List of paired devices</summary>
      <description>Save a list of paired devices</description>
    </key>
    <key type="as" name="paired-device-address">
      <default>[]</default>
      <summary>List of paired device address</summary>
      <description>Save a list of paired device address</description>
    </key>
    <key type="as" name="adapter-address-list">
      <default>[]</default>
      <summary>List of adapter address</summary>
      <description>Save a list of adapter address</description>
    </key>
    <key type="s" name="adapter-address">
      <default>""</default>
      <summary>Save the Adapter used by default</summary>
      <description>Save the Adapter used by default</description>
    </key>
    <key type="b" name="tray-show">
      <default>true</default>
      <summary>Whether to display the icon in the tray</summary>
      <description>Whether to display the icon in the tray</description>
    </key>
  </schema>
</schemalist>