summaryrefslogtreecommitdiff
path: root/mate-screenshot/org.mate.screenshot.gschema.xml.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-22 08:21:06 -0800
committerStefano Karapetsas <[email protected]>2012-11-22 08:21:06 -0800
commit064d8313bbc7de92a98bc5eb0f1055f23866f657 (patch)
tree59235c73ba53aca46ab4c5932c2f462c6a4a1fc9 /mate-screenshot/org.mate.screenshot.gschema.xml.in
parent6552b09151c83c57041d72fc79a22f327ef5cb9f (diff)
parent609770b38d8f0126017221d74f7028746c1c8723 (diff)
downloadmate-utils-064d8313bbc7de92a98bc5eb0f1055f23866f657.tar.bz2
mate-utils-064d8313bbc7de92a98bc5eb0f1055f23866f657.tar.xz
Merge pull request #11 from bhull2010/master
Port mate-screenshot to Gsettings
Diffstat (limited to 'mate-screenshot/org.mate.screenshot.gschema.xml.in')
-rw-r--r--mate-screenshot/org.mate.screenshot.gschema.xml.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/mate-screenshot/org.mate.screenshot.gschema.xml.in b/mate-screenshot/org.mate.screenshot.gschema.xml.in
new file mode 100644
index 00000000..fddddbb3
--- /dev/null
+++ b/mate-screenshot/org.mate.screenshot.gschema.xml.in
@@ -0,0 +1,29 @@
+<schemalist gettext-domain="mate-utils-2.0">
+ <schema id="org.mate.screenshot" path="/org/mate/screenshot/">
+ <key name="delay" type="i">
+ <default>0</default>
+ <_summary>Screenshot delay</_summary>
+ <_description>The number of seconds to wait before taking the screenshot.</_description>
+ </key>
+ <key name="last-save-directory" type="s">
+ <default>''</default>
+ <_summary>Screenshot directory</_summary>
+ <_description>The directory the last screenshot was saved in.</_description>
+ </key>
+ <key name="include-border" type="b">
+ <default>true</default>
+ <_summary>Include Border</_summary>
+ <_description>Include the window manager border along with the screenshot</_description>
+ </key>
+ <key name="include-pointer" type="b">
+ <default>true</default>
+ <_summary>Include Pointer</_summary>
+ <_description>Include the pointer in the screenshot</_description>
+ </key>
+ <key name="border-effect" type="s">
+ <default>'none'</default>
+ <_summary>Border Effect</_summary>
+ <_description>Effect to add to the outside of a border. Possible values are "shadow", "none", and "border".</_description>
+ </key>
+ </schema>
+</schemalist>