Method

JsonObjectis_immutable

since: 1.2

Declaration [src]

gboolean
json_object_is_immutable (
  JsonObject* object
)

Description [src]

Checks whether the given object has been marked as immutable by calling json_object_seal() on it.

Available since: 1.2

Return value

Type: gboolean

TRUE if the object is immutable.