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

« back to all changes in this revision

Viewing changes to pkcs11/gck/gck-certificate-trust.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
GType                 gck_certificate_trust_get_type               (void);
50
50
 
51
51
GckCertificateTrust*  gck_certificate_trust_new                    (GckModule *module,
 
52
                                                                    GckManager *manager,
52
53
                                                                    GckCertificate *cert);
53
54
 
54
55
GckCertificate*       gck_certificate_trust_get_certificate        (GckCertificateTrust *self);