Method

GLibVariantTypefree

Declaration

void
g_variant_type_free (
  GVariantType* type
)

Description

Frees a GVariantType that was allocated with g_variant_type_copy(), g_variant_type_new() or one of the container type constructor functions.

In the case that type is NULL, this function does nothing.

Since 2.24