add_value


Description:

public void add_value (Variant value)

Adds value to this.

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 this instance takes ownership of value.

Parameters:

this

a VariantBuilder

value

a Variant