FileHashType
Description:
[ CCode ( cprefix = "TP_FILE_HASH_TYPE_" , has_type_id = false ) ]
public enum FileHashType
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- MD5 - MD5 digest as a
string of 32 ASCII hex digits.
- NONE - No hash.
- SHA1 - SHA1 digest as a
string of ASCII hex digits.
- SHA256 - SHA256 digest
as a string of ASCII hex digits.