~ubuntu-branches/ubuntu/oneiric/seahorse/oneiric-proposed-201111150713

« back to all changes in this revision

Viewing changes to pkcs11/seahorse-pkcs11-certificate.h

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2011-04-14 23:26:01 UTC
  • mto: (3.1.7 sid) (1.2.59 upstream)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: james.westby@ubuntu.com-20110414232601-a1f1ibqayicoj8sd
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef __SEAHORSE_PKCS11_CERTIFICATE_H__
23
23
#define __SEAHORSE_PKCS11_CERTIFICATE_H__
24
24
 
25
 
#include <gp11.h>
 
25
#include <gck/gck.h>
26
26
 
27
27
#include <glib-object.h>
28
28
 
50
50
 
51
51
GType                       seahorse_pkcs11_certificate_get_type               (void);
52
52
 
53
 
SeahorsePkcs11Certificate*  seahorse_pkcs11_certificate_new                    (GP11Object* object);
 
53
SeahorsePkcs11Certificate*  seahorse_pkcs11_certificate_new                    (GckObject* object);
54
54
 
55
55
gchar*                      seahorse_pkcs11_certificate_get_fingerprint        (SeahorsePkcs11Certificate* self);
56
56