Method

GLibVariantunref

since: 2.24

Declaration

void
g_variant_unref (
  GVariant* value
)

Description

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