Method
GLibVariantunref
since: 2.24
Declaration [src]
void
g_variant_unref (
GVariant* value
)
Description [src]
Decreases the reference count of value
. When its reference count
drops to 0, the memory used by the variant is freed.
Available since: 2.24