File: com.lomiri.indicator.network.gschema.xml

package info (click to toggle)
lomiri-indicator-network 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,164 kB
  • sloc: cpp: 23,705; xml: 2,868; python: 652; ansic: 224; sh: 54; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 843 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<schemalist>
  <schema id="com.lomiri.indicator.network" path="/com/lomiri/indicator/network/" gettext-domain="indicator-network">
    <key name="prompt-on-new-wifi-ap" type="b">
      <default>true</default>
      <summary>Whether we should show a dialog when a possible Wi-Fi network appears</summary>
      <description>
        Configures the behavior for discovery of the new networks and whether they result in a dialog being shown which allows for selection of the network.
      </description>
    </key>
    <key name="auto-join-previous" type="b">
      <default>true</default>
      <summary>Whether to join networks we've seen before automatically.</summary>
      <description>
        This gets set for the Wi-Fi device in Network Manager whether it autoconnects or not.
      </description>
    </key>
  </schema>
</schemalist>