copy


Description:

public Checksum copy ()

Copies a Checksum.

If this has been closed, by calling get_string or get_digest, the copied checksum will be closed as well.

Parameters:

this

the Checksum to copy

Returns:

the copy of the passed Checksum. Use g_checksum_free when finished using it.