summaryrefslogtreecommitdiff
path: root/glib/src/checksum.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/checksum.hg')
-rw-r--r--glib/src/checksum.hg4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/src/checksum.hg b/glib/src/checksum.hg
index 8c429450..659222c1 100644
--- a/glib/src/checksum.hg
+++ b/glib/src/checksum.hg
@@ -37,7 +37,7 @@ namespace Glib
* or get_digest() to compute the checksum and return it either as a string in hexadecimal form, or as a raw sequence of bytes.
* To compute the checksum for binary blobs and NULL-terminated strings in one go, use the static compute_checksum() convenience functions().
*
- * @since{2,16}
+ * @newin{2,16}
*/
class Checksum
{
@@ -57,7 +57,7 @@ public:
* Note that the ChecksumType enumeration may be extended at a later
* date to include new hashing algorithm types.
*
- * @since{2,16}
+ * @newin{2,16}
*/
_WRAP_ENUM(ChecksumType, GChecksumType, NO_GTYPE)