~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to schema/org.gnome.crypto.cache.gschema.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-06 17:58:28 UTC
  • mfrom: (1.1.65 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206175828-8xjojyxw89qacpq7
Tags: 2.92.92.is.2.32.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated the libglib requirement
* debian/libgcr0.symbols:
  - new version update
* debian/patches/02_uidir_relocate.patch:
  - updated for the new version
* debian/patches/10_git_fix_cka_trusted_collections.patch:
  - dropped, the patch is the new version
* debian/patches/90_git_pam_headers.patch:
  - dropped, the patch is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
        <schema id="org.gnome.crypto.cache" path="/desktop/gnome/crypto/cache/">
 
3
                <key name="gpg-cache-method" type="s">
 
4
                        <default>'session'</default>
 
5
                        <summary>Cache Method</summary>
 
6
                        <description>The method to use for caching passphrases typed into the GPG agent.</description>
 
7
                </key>
 
8
                <key name="gpg-cache-ttl" type="i">
 
9
                        <default>300</default>
 
10
                        <summary>Cache Time To Live</summary>
 
11
                        <description>The amount of time in seconds to cache passphrases when the 'idle' or 'timeout' gpg-cache-method are in use.</description>
 
12
                </key>
 
13
                <key name="gpg-cache-authorize" type="b">
 
14
                        <default>false</default>
 
15
                        <summary>Authorize Cache Access</summary>
 
16
                        <description>Not yet implemented.</description>
 
17
                </key>
 
18
        </schema>
 
19
</schemalist>