aboutsummaryrefslogtreecommitdiff
path: root/libdino/data/settings.gschema.xml
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2017-03-10 19:34:56 +0100
committerMarvin W <git@larma.de>2017-03-10 19:50:34 +0100
commit29ca70a6d534e1cd79963718c793ae740318cff1 (patch)
tree295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /libdino/data/settings.gschema.xml
parentcf51e1dee22273366700c41a185c4bea343dddfe (diff)
downloaddino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz
dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip
Initial plugin system
Diffstat (limited to 'libdino/data/settings.gschema.xml')
-rw-r--r--libdino/data/settings.gschema.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/libdino/data/settings.gschema.xml b/libdino/data/settings.gschema.xml
new file mode 100644
index 00000000..f3d342cf
--- /dev/null
+++ b/libdino/data/settings.gschema.xml
@@ -0,0 +1,15 @@
+<schemalist>
+ <schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">
+
+ <key name="send-read" type="b">
+ <default>true</default>
+ <summary>Whether to confirm that a message was received per default</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> \ No newline at end of file