Method

JsonArrayis_immutable

since: 1.2

Declaration [src]

gboolean
json_array_is_immutable (
  JsonArray* array
)

Description [src]

Check whether the given array has been marked as immutable by calling json_array_seal() on it.

Available since: 1.2

Return value

Type: gboolean

TRUE if the array is immutable.