| Top |  |  |  |  | 
| const gchar * | as_checksum_kind_to_string () | 
| AsChecksumKind | as_checksum_kind_from_string () | 
| AsChecksum * | as_checksum_new () | 
| AsChecksumKind | as_checksum_get_kind () | 
| void | as_checksum_set_kind () | 
| const gchar * | as_checksum_get_value () | 
| void | as_checksum_set_value () | 
const gchar *
as_checksum_kind_to_string (AsChecksumKind kind);
Converts the enumerated value to an text representation.
AsChecksumKind
as_checksum_kind_from_string (const gchar *kind_str);
Converts the text representation to an enumerated value.
AsChecksumKind
as_checksum_get_kind (AsChecksum *cs);
Gets the checksum type.
void as_checksum_set_kind (AsChecksum *cs,AsChecksumKind kind);
Sets the checksum type.
const gchar *
as_checksum_get_value (AsChecksum *cs);
Gets the checksum, usually in its hexadecimal form.
void as_checksum_set_value (AsChecksum *cs,const gchar *value);
Sets the checksum value filename.