Emphasize the constness of the return value of json_string_value()

Closes GH-7.
This commit is contained in:
Petri Lehtinen 2010-12-20 21:08:04 +02:00
parent bf32f6cd75
commit 269e86b725

View File

@ -306,6 +306,10 @@ U+10FFFF are allowed.
Returns the associated value of *string* as a null terminated UTF-8
encoded string, or *NULL* if *string* is not a JSON string.
The retuned value is read-only and must not be modified or freed by
the user. It is valid as long as *string* exists, i.e. as long as
its reference count has not dropped to zero.
.. function:: int json_string_set(const json_t *string, const char *value)
Sets the associated value of *string* to *value*. *value* must be a