summaryrefslogtreecommitdiff
path: root/data/org.gnome.SimpleScan.gschema.xml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-09-12 11:16:20 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-09-12 11:16:20 +0200
commitcbed9d3da4012f5e767551bb24ce16700e367381 (patch)
treea24f2db0474dcb665a6ae9a571e36363bae5150f /data/org.gnome.SimpleScan.gschema.xml
parentb5c71291fc6d07fbc16d09a8f2a374c4ac86ddf1 (diff)
parent7ab8c8e0307a0d58438619693c53d9844763f1e8 (diff)
Update upstream source from tag 'upstream/3.38.0'
Update to upstream version '3.38.0' with Debian dir 42fda7e2ace2bfca534e1d2f8f11676ad96fb777
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r--data/org.gnome.SimpleScan.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.SimpleScan.gschema.xml b/data/org.gnome.SimpleScan.gschema.xml
index 82e3b90..35e0f6f 100644
--- a/data/org.gnome.SimpleScan.gschema.xml
+++ b/data/org.gnome.SimpleScan.gschema.xml
@@ -60,6 +60,11 @@
<summary>Directory to save files to</summary>
<description>The directory to save files to. Defaults to the documents directory if unset.</description>
</key>
+ <key name="save-format" type="s">
+ <default>'application/pdf'</default>
+ <summary>File format that is used for saving image files</summary>
+ <description>MIME type that is used for saving image files. Examples of supported MIME types: image/jpeg, image/png, application/pdf</description>
+ </key>
<key name="jpeg-quality" type="i">
<range min="0" max="100"/>
<default>75</default>