begin_array


Description:

public unowned Builder? begin_array ()

Opens an array inside the given builder.

You can add a new element to the array by using [[email protected]_value].

Once you added all elements to the array, you must call [[email protected]_array] to close the array.

Parameters:

this

a builder

Returns:

the builder instance




2022 vala-language.org