[gnome-keyring/trust-store] [gcr] Documentation fixes for GcrCertificateChain
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/trust-store] [gcr] Documentation fixes for GcrCertificateChain
- Date: Sat, 11 Dec 2010 13:16:45 +0000 (UTC)
commit 769beac2fbaec97c1c1088c32e0d62704f13523c
Author: Stef Walter <stefw collabora co uk>
Date: Sat Dec 11 13:16:28 2010 +0000
[gcr] Documentation fixes for GcrCertificateChain
gcr/gcr-certificate-chain.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/gcr/gcr-certificate-chain.c b/gcr/gcr-certificate-chain.c
index d0b2d0d..de57532 100644
--- a/gcr/gcr-certificate-chain.c
+++ b/gcr/gcr-certificate-chain.c
@@ -630,7 +630,7 @@ gcr_certificate_chain_get_certificate (GcrCertificateChain *self, guint index)
* constitute verifying that chain. This is merely the first step towards
* trust verification.
*
- * The @purpose is a string like #GCR_PURPOSE_CLIENT_AUTH and is the purpose
+ * The @purpose is a string like %GCR_PURPOSE_CLIENT_AUTH and is the purpose
* for which the certificate chain will be used. Trust anchors are looked up
* for this purpose. This argument is required.
*
@@ -639,7 +639,7 @@ gcr_certificate_chain_get_certificate (GcrCertificateChain *self, guint index)
* been stored for this peer. If %NULL then no pinned certificates will
* be considered.
*
- * If the #GCR_CERTIFICATE_CHAIN_FLAG_NO_LOOKUPS flag is specified then no
+ * If the %GCR_CERTIFICATE_CHAIN_FLAG_NO_LOOKUPS flag is specified then no
* lookups for anchors or pinned certificates are done, and the resulting chain
* will be neither anchored or pinned. Additionally no missing certificate
* authorities are looked up in PKCS\#11
@@ -697,7 +697,7 @@ gcr_certificate_chain_build (GcrCertificateChain *self, const gchar *purpose,
* constitute verifying that chain. This is merely the first step towards
* trust verification.
*
- * The @purpose is a string like #GCR_PURPOSE_CLIENT_AUTH and is the purpose
+ * The @purpose is a string like %GCR_PURPOSE_CLIENT_AUTH and is the purpose
* for which the certificate chain will be used. Trust anchors are looked up
* for this purpose. This argument is required.
*
@@ -706,7 +706,7 @@ gcr_certificate_chain_build (GcrCertificateChain *self, const gchar *purpose,
* been stored for this peer. If %NULL then no pinned certificates will
* be considered.
*
- * If the #GCR_CERTIFICATE_CHAIN_FLAG_NO_LOOKUPS flag is specified then no
+ * If the %GCR_CERTIFICATE_CHAIN_FLAG_NO_LOOKUPS flag is specified then no
* lookups for anchors or pinned certificates are done, and the resulting chain
* will be neither anchored or pinned. Additionally no missing certificate
* authorities are looked up in PKCS\#11
@@ -740,7 +740,8 @@ gcr_certificate_chain_build_async (GcrCertificateChain *self, const gchar *purpo
}
/**
- * gcr_pkcs11_certificate_lookup_issuer_finish:
+ * gcr_certificate_chain_build_finish:
+ * @self: the #GcrCertificateChain
* @result: the #GAsyncResult passed to the callback
* @error: a #GError, or NULL
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]