Method

JsonArrayremove_element

Declaration [src]

void
json_array_remove_element (
  JsonArray* array,
  guint index_
)

Description [src]

Removes the element at the given position inside an array.

This function will release the reference held on the element.

Parameters

index_

Type: guint

The position of the element to be removed.