Checksum.copy

Copies a #GChecksum. If checksum has been closed, by calling glib.checksum.Checksum.getString or glib.checksum.Checksum.getDigest, the copied checksum will be closed as well.

class Checksum
copy
()

Return Value

Type: glib.checksum.Checksum

the copy of the passed #GChecksum. Use glib.checksum.Checksum.free when finished using it.