Vala.Encoding.TomlValue.ofBool – Valacore Reference Manual
ofBool
Description:
public
static
TomlValue
ofBool
(
bool
value)
Creates boolean value.
Parameters:
value
boolean value.
Returns:
TOML value.