Method
GLibVariantTypehash
Declaration [src]
guint
g_variant_type_hash (
gconstpointer type
)
Description [src]
Hashes type
.
The argument type of type
is only gconstpointer
to allow use with
GHashTable
without function pointer casting. A valid
GVariantType
must be provided.