[gmime/gmime-2-4] Updated docs



commit d01501cd5f6175e338db105345fef51a7b25e861
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sun Nov 28 10:24:32 2010 -0500

    Updated docs

 gmime/gmime-cipher-context.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gmime/gmime-cipher-context.c b/gmime/gmime-cipher-context.c
index 856320d..308d9c8 100644
--- a/gmime/gmime-cipher-context.c
+++ b/gmime/gmime-cipher-context.c
@@ -425,8 +425,8 @@ g_mime_signer_new (void)
 	signer->status = GMIME_SIGNER_STATUS_NONE;
 	signer->errors = GMIME_SIGNER_ERROR_NONE;
 	signer->trust = GMIME_SIGNER_TRUST_NONE;
-	signer->created = (time_t) 0;
-	signer->expires = (time_t) 0;
+	signer->created = (time_t) -1;
+	signer->expires = (time_t) -1;
 	signer->fingerprint = NULL;
 	signer->keyid = NULL;
 	signer->name = NULL;
@@ -694,7 +694,7 @@ g_mime_signer_set_created (GMimeSigner *signer, time_t created)
  *
  * Get the creation date of the signer's key.
  *
- * Returns: the creation date of the signer's key.
+ * Returns: the creation date of the signer's key or %-1 if unknown.
  **/
 time_t
 g_mime_signer_get_created (const GMimeSigner *signer)
@@ -727,7 +727,7 @@ g_mime_signer_set_expires (GMimeSigner *signer, time_t expires)
  *
  * Get the expiration date of the signer's key.
  *
- * Returns: the expiration date of the signer's key.
+ * Returns: the expiration date of the signer's key or %-1 if unknown.
  **/
 time_t
 g_mime_signer_get_expires (const GMimeSigner *signer)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]