doc apiref: json_incref() returns its argument
authorPetri Lehtinen <petri@digip.org>
Sun, 6 Sep 2009 19:16:32 +0000 (22:16 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 6 Sep 2009 19:16:38 +0000 (22:16 +0300)
doc/apiref.rst

index 57b5e31..db9b5a4 100644 (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)