File: com.github.gtk-rs.test.gschema.xml

package info (click to toggle)
rust-gio 0.20.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,628 kB
  • sloc: makefile: 35; xml: 11
file content (17 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>

<schemalist>

    <schema path="/com/github/gtk-rs/" id="com.github.gtk-rs.test">

        <key name="test-string" type="s">
            <default>"Good"</default>
        </key>

        <key name="test-bool" type="b">
            <default>true</default>
        </key>

    </schema>

</schemalist>