dino/libdino/data/dino.gschema.xml

26 lines
800 B
XML

<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>