diff options
author | monsta <[email protected]> | 2015-09-09 12:35:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-09 12:35:05 +0300 |
commit | aa3a853c9d06d0321e8924cbfbc42c8411f571f5 (patch) | |
tree | 7bca363d0bb67fddadbe6fd53e92c3b3db71db8d /mate-screenshot/org.mate.screenshot.gschema.xml.in | |
parent | 0d36d61761a1d68839d61f521889dba3db7f514f (diff) | |
download | mate-utils-aa3a853c9d06d0321e8924cbfbc42c8411f571f5.tar.bz2 mate-utils-aa3a853c9d06d0321e8924cbfbc42c8411f571f5.tar.xz |
mate-screenshot: move stuff to data/ and src/ subdirs
Diffstat (limited to 'mate-screenshot/org.mate.screenshot.gschema.xml.in')
-rw-r--r-- | mate-screenshot/org.mate.screenshot.gschema.xml.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mate-screenshot/org.mate.screenshot.gschema.xml.in b/mate-screenshot/org.mate.screenshot.gschema.xml.in deleted file mode 100644 index c926d737..00000000 --- a/mate-screenshot/org.mate.screenshot.gschema.xml.in +++ /dev/null @@ -1,29 +0,0 @@ -<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> |