函数
GLibcompute_checksum_for_string
自版本:2.16 起
声明 [src]
gchar*
g_compute_checksum_for_string (
GChecksumType checksum_type,
const gchar* str,
gssize length
)
参数
checksum_type
-
类型:
GChecksumType
一个
GChecksumType
。 str
-
类型:
const gchar*
要计算其校验和的字符串。
数据由该函数的调用者所有。 该值是一个以 NUL 结尾的 UTF-8 字符串。 length
-
类型:
gssize
字符串的长度,如果该字符串以 null 结尾则为 -1。