Function
JsonArrayForeach
Declaration
void
ArrayForeach (
JsonArray* array,
guint index_,
JsonNode* element_node,
gpointer user_data
)
Description [src]
The function to be passed to json_array_foreach_element().
You should not add or remove elements to and from array
within
this function.
It is safe to change the value of element_node
.
Available since: | 0.8 |