方法

GLibVariantTypehash

声明 [src]

guint
g_variant_type_hash (
  gconstpointer type
)

描述 [src]

计算 type 的哈希值。

由于 type 的参数类型仅为 gconstpointer,以便在没有函数指针转换的情况下与 GHashTable 一起使用,必须提供一个有效的 GVariantType

返回值

类型: guint

哈希值自 2.24。