~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.thumbnail-cache.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<schemalist>
 
3
  <schema id="org.gnome.desktop.thumbnail-cache" path="/org/gnome/desktop/thumbnail-cache/">
 
4
    <key name="maximum-age" type="i">
 
5
      <default>180</default>
 
6
      <description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</description>
 
7
    </key>
 
8
    <key name="maximum-size" type="i">
 
9
      <default>512</default>
 
10
      <description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</description>
 
11
    </key>
 
12
  </schema>
 
13
</schemalist>