~attente/gsettings-desktop-schemas/indicator-keyboard

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-11-05 17:22:35 UTC
  • Revision ID: james.westby@ubuntu.com-20101105172235-u437mwd7vsog01vc
Tags: upstream-0.1.0
ImportĀ upstreamĀ versionĀ 0.1.0

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="/desktop/gnome/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>