diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-03-19 18:05:09 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-03-19 18:05:09 +0100 |
commit | e2af6e905a98b8b90b0504bc8f245733196dd808 (patch) | |
tree | ed6425480e22209291077ee018858e2a7c9e26f9 /data/org.gnome.SimpleScan.gschema.xml | |
parent | 14afa21f4a428f9a6a5788dc1fb8a3507a42d02f (diff) | |
parent | 8ac2508eb094459c062d0c31b6367da393b4fa6e (diff) |
Update upstream source from tag 'upstream/42.0'
Update to upstream version '42.0'
with Debian dir baa60a251498352959c048578d8f76023260a87e
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r-- | data/org.gnome.SimpleScan.gschema.xml | 20 |
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> |