Method

JsonArrayis_immutable

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

Returns: gboolean
 

TRUE if the array is immutable.