summaryrefslogtreecommitdiff
path: root/data/org.gnome.SimpleScan.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r--data/org.gnome.SimpleScan.gschema.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/org.gnome.SimpleScan.gschema.xml b/data/org.gnome.SimpleScan.gschema.xml
index 290add1..03f1922 100644
--- a/data/org.gnome.SimpleScan.gschema.xml
+++ b/data/org.gnome.SimpleScan.gschema.xml
@@ -77,5 +77,25 @@
<summary>Delay in millisecond between pages</summary>
<description>Delay in millisecond between pages.</description>
</key>
+ <key name="postproc-enabled" type="b">
+ <default>false</default>
+ <summary>Whether or not postprocessing is enabled</summary>
+ <description>Whether or not postprocessing is enabled.</description>
+ </key>
+ <key name="postproc-script" type="s">
+ <default>''</default>
+ <summary>The path to the postprocessing script</summary>
+ <description>The path to the postprocessing script.</description>
+ </key>
+ <key name="postproc-arguments" type="s">
+ <default>''</default>
+ <summary>Additional arguments for the postprocessing script</summary>
+ <description>Additional arguments for the postprocessing script.</description>
+ </key>
+ <key name="postproc-keep-original" type="b">
+ <default>false</default>
+ <summary>Whether or not to keep the original, unprocessed file</summary>
+ <description>Whether or not to keep the original, unprocessed file. The "_orig" filename will be added to the filename immediately before the file extension. </description>
+ </key>
</schema>
</schemalist>