addValue

fun addValue(value: Variant)

Adds @value to @builder.

It is an error to call this function in any way that would create an inconsistent value to be constructed. Some examples of this are putting different types of items into an array, putting the wrong types or number of items in a tuple, putting more than one value into a variant, etc.

If @value is a floating reference (see g_variant_ref_sink()), the @builder instance takes ownership of @value.

Since

2.24

Parameters

value

a #GVariant