begin_object


Description:

public unowned Builder? begin_object ()

Opens an object inside the given builder.

You can add a new member to the object by using [[email protected]_member_name], followed by [[email protected]_value].

Once you added all members to the object, you must call [[email protected]_object] to close the object.

If the builder is in an inconsistent state, this function will return `NULL`.

Parameters:

this

a builder

Returns:

the builder instance




2022 vala-language.org