Type Alias panda_sys::GChecksum

source ·
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 */ }