方法
GLibBytesequal
自:2.32
声明 [源]
gboolean
g_bytes_equal (
gconstpointer bytes1,
gconstpointer bytes2
)
描述 [源]
比较所指向的两个 GBytes
值,如果它们相等则返回 TRUE
。
此函数可以作为 g_hash_table_new()
的 key_equal_func
参数传入,用于在 GHashTable
中使用非 NULL
的 GBytes
指针作为键。
自:2.32