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
This commit is contained in:
Daniel P. Berrange 2016-07-21 10:21:52 +01:00 committed by Matthias Clasen
parent d311177948
commit b9934f16b6

View File

@ -33,7 +33,7 @@ G_BEGIN_DECLS
* @G_CHECKSUM_MD5: Use the MD5 hashing algorithm * @G_CHECKSUM_MD5: Use the MD5 hashing algorithm
* @G_CHECKSUM_SHA1: Use the SHA-1 hashing algorithm * @G_CHECKSUM_SHA1: Use the SHA-1 hashing algorithm
* @G_CHECKSUM_SHA256: Use the SHA-256 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 * The hashing algorithm to be used by #GChecksum when performing the
* digest of some data. * digest of some data.