Method

GLibVariantBuilderunref

since: 2.24

Declaration

void
g_variant_builder_unref (
  GVariantBuilder* builder
)

Description

Decreases the reference count on builder.

In the event that there are no more references, releases all memory associated with the GVariantBuilder.

Don’t call this on stack-allocated GVariantBuilder instances or bad things will happen.

Available since: 2.24