pub type GChecksum = _GChecksum;
Expand description
GChecksum:
An opaque structure representing a checksumming operation.
To create a new GChecksum, use g_checksum_new(). To free a GChecksum, use g_checksum_free().
Since: 2.16
Aliased Typeยง
struct GChecksum { /* private fields */ }