Method

JsonObjectis_immutable

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

Returns: gboolean
 

TRUE if the object is immutable.