![]() |
![]() |
![]() |
![]() |
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.
AsChecksum * as_checksum_new_for_kind_value (AsChecksumKind kind
,const gchar *value
);
Creates a new AsChecksum with the given hash function and hash value.
Since: 0.12.11
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.