aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-09-06 22:16:32 +0300
committerPetri Lehtinen <petri@digip.org>2009-09-06 22:16:38 +0300
commit42e546d065cb27814ff06d13a919b0274df4b12d (patch)
tree349fdb3bf70ab6d90026f43a6b4e8fea3427d924 /doc
parent6ffb04f0d400e1ac4d08239c0003cd57e8c06721 (diff)
downloadjansson-42e546d065cb27814ff06d13a919b0274df4b12d.zip
jansson-42e546d065cb27814ff06d13a919b0274df4b12d.tar.gz
jansson-42e546d065cb27814ff06d13a919b0274df4b12d.tar.bz2
doc apiref: json_incref() returns its argument
Diffstat (limited to 'doc')
-rw-r--r--doc/apiref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index 57b5e31..db9b5a4 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -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)