Handbook
Glossary
g_compute_checksum_for_string ( checksum_type str length -- gchar* )
Vocabulary
glib
.
ffi
Inputs
checksum_type
an
object
str
an
object
length
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gchar*
g_compute_checksum_for_string
(
GChecksumType
checksum_type, gchar* str,
glong
length )