方法
GLibByteshash
日期: 2.32
声明 [src]
guint
g_bytes_hash (
gconstpointer bytes
)
描述 [src]
为 GBytes
中的字节数据创建一个整数哈希码。
该函数可以作为 g_hash_table_new()
的 key_hash_func
参数传递,在以非 NULL
的 GBytes
指针作为键使用 GHashTable
时。
从: 2.32 可用
日期: 2.32
guint
g_bytes_hash (
gconstpointer bytes
)
为 GBytes
中的字节数据创建一个整数哈希码。
该函数可以作为 g_hash_table_new()
的 key_hash_func
参数传递,在以非 NULL
的 GBytes
指针作为键使用 GHashTable
时。
从: 2.32 可用