add_int_value


Description:

public unowned Builder? add_int_value (int64 value)

Adds an integer value to the currently open object member or array.

If called after [[email protected]_member_name], sets the given value as the value of the current member in the open object; otherwise, the value is appended to the elements of the open array.

See also: [[email protected]_value]

Parameters:

this

a builder

value

the value of the member or element

Returns:

the builder instance




2022 vala-language.org