File: choice-missing-value.gschema.xml

package info (click to toggle)
glib2.0 2.87.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,436 kB
  • sloc: ansic: 546,337; python: 9,937; sh: 1,612; xml: 1,511; perl: 1,223; cpp: 551; makefile: 308; javascript: 11
file content (10 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
<schemalist>
    <schema id="test">
      <key name="test" type="s">
        <choices>
          <choice />
        </choices>
        <default>"a"</default>
      </key>
    </schema>
</schemalist>