Method
GLibVariantTypecopy
since: 2.24
Declaration [src]
GVariantType*
g_variant_type_copy (
const GVariantType* type
)
Description [src]
Makes a copy of a GVariantType
. It is appropriate to call
g_variant_type_free()
on the return value. type
may not be NULL
.
Available since: 2.24