doc apiref: json_incref() returns its argument

This commit is contained in:
Petri Lehtinen 2009-09-06 22:16:32 +03:00
parent 6ffb04f0d4
commit 42e546d065

View File

@ -121,7 +121,7 @@ The following functions are used to manipulate the reference count.
.. cfunction:: json_t *json_incref(json_t *json)
Increment the reference count of *json*.
Increment the reference count of *json*. Returns *json*.
.. cfunction:: void json_decref(json_t *json)