gio 0.8.1

Rust bindings for the Gio library
Documentation
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>