mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
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:
parent
d311177948
commit
b9934f16b6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user