File: org.gnome.system-tools.gschema.xml.in

package info (click to toggle)
gnome-system-tools 3.0.0-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,452 kB
  • ctags: 1,982
  • sloc: ansic: 16,536; xml: 14,114; sh: 10,794; makefile: 418
file content (18 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<schemalist>
  <schema id="org.gnome.system-tools.users" path="/org/gnome/system-tools/users/">
    <key name="showall" type="b">
      <default>false</default>
      <_summary>Show system users</_summary>
      <_description>
        Whether the users-admin tool should show system users in the users list.
      </_description>
    </key>
    <key name="showroot" type="b">
      <default>false</default>
      <_summary>Show root user</_summary>
      <_description>
        Whether the users-admin tool should show the root user in the users list.
      </_description>
    </key>
  </schema>
</schemalist>