[glib] gchecksum: annotate when G_CHECKSUM_SHA512 was introduced



commit b9934f16b6b5ef44d3848185ae0b67459e4efbda
Author: Daniel P. Berrange <berrange redhat com>
Date:   Thu Jul 21 10:21:52 2016 +0100

    gchecksum: annotate when G_CHECKSUM_SHA512 was introduced
    
    Currently the docs for GChecksumType are simpy annotated
    with 'Since 2.16' which is when GChecksumType was first
    introduced. No mention is made of the fact that the
    G_CHECKSUM_SHA512 constant was only added much later
    in 2.36.
    
    Signed-off-by: Daniel P. Berrange <berrange redhat com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769027

 glib/gchecksum.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gchecksum.h b/glib/gchecksum.h
index af32757..75e003c 100644
--- a/glib/gchecksum.h
+++ b/glib/gchecksum.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
  * @G_CHECKSUM_MD5: Use the MD5 hashing algorithm
  * @G_CHECKSUM_SHA1: Use the SHA-1 hashing algorithm
  * @G_CHECKSUM_SHA256: Use the SHA-256 hashing algorithm
- * @G_CHECKSUM_SHA512: Use the SHA-512 hashing algorithm
+ * @G_CHECKSUM_SHA512: Use the SHA-512 hashing algorithm (Since: 2.36)
  *
  * The hashing algorithm to be used by #GChecksum when performing the
  * digest of some data.


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