aboutsummaryrefslogtreecommitdiff
path: root/libdino/data/dino.gschema.xml
blob: 19cad0e4e2d47b1358134e12cd903aa439e7605d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<schemalist>
    <schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">

        <key name="send-typing" type="b">
            <default>true</default>
            <summary>Whether to send typing notifications</summary>
        </key>

        <key name="send-marker" type="b">
            <default>true</default>
            <summary>Whether to confirm that a message was received or read</summary>
        </key>

        <key name="notifications" type="b">
            <default>true</default>
            <summary>Whether to get notifications</summary>
        </key>

        <key name="convert-utf8-smileys" type="b">
            <default>true</default>
            <summary>Whether to convert common ascii smileys into unicode</summary>
        </key>

    </schema>
</schemalist>