[gmime] Fixed CryptoContext doc comments
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed CryptoContext doc comments
- Date: Fri, 4 Mar 2011 22:27:18 +0000 (UTC)
commit 88e40d86969761f43f3aa3a23bbe9ea19525805e
Author: Jeffrey Stedfast <fejj gnome org>
Date: Fri Mar 4 17:20:28 2011 -0500
Fixed CryptoContext doc comments
gmime/gmime-crypto-context.c | 2 +-
gmime/gmime-crypto-context.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gmime/gmime-crypto-context.c b/gmime/gmime-crypto-context.c
index 8504ba0..0733821 100644
--- a/gmime/gmime-crypto-context.c
+++ b/gmime/gmime-crypto-context.c
@@ -734,7 +734,7 @@ g_mime_signer_get_sig_class (const GMimeSigner *signer)
/**
* g_mime_signer_set_sig_version:
* @signer: a #GMimeSigner
- * @sig_class: signature version
+ * @version: signature version
*
* Set the signer's signature version.
**/
diff --git a/gmime/gmime-crypto-context.h b/gmime/gmime-crypto-context.h
index 86342fa..f71eb68 100644
--- a/gmime/gmime-crypto-context.h
+++ b/gmime/gmime-crypto-context.h
@@ -257,6 +257,7 @@ typedef enum {
* @GMIME_SIGNER_ERROR_NO_PUBKEY: No public key found.
* @GMIME_SIGNER_ERROR_EXPKEYSIG: Expired signature key.
* @GMIME_SIGNER_ERROR_REVKEYSIG: Revoked signature key.
+ * @GMIME_SIGNER_ERROR_UNSUPP_ALGO: Unsupported algorithm.
*
* Possible errors that a #GMimeSigner could have.
**/
@@ -376,7 +377,6 @@ time_t g_mime_signer_get_key_expires (const GMimeSigner *signer);
/**
* GMimeSignatureValidity:
- * @status: The overall signature status.
* @signers: A list of #GMimeSigner structures.
* @details: A string containing more user-readable details.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]