方法
GLibVariantTypehash
声明 [src]
guint
g_variant_type_hash (
gconstpointer type
)
描述 [src]
计算 type
的哈希值。
由于 type
的参数类型仅为 gconstpointer
,以便在没有函数指针转换的情况下与 GHashTable
一起使用,必须提供一个有效的 GVariantType
。
guint
g_variant_type_hash (
gconstpointer type
)
计算 type
的哈希值。
由于 type
的参数类型仅为 gconstpointer
,以便在没有函数指针转换的情况下与 GHashTable
一起使用,必须提供一个有效的 GVariantType
。