Method
JsonArrayadd_boolean_element
Declaration [src]
void
json_array_add_boolean_element (
JsonArray* array,
gboolean value
)
Description [src]
Conveniently adds the given boolean value into an array.
See also: json_array_add_element(), json_node_set_boolean()
Available since: | 0.8 |