mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
doc apiref: json_incref() returns its argument
This commit is contained in:
parent
6ffb04f0d4
commit
42e546d065
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue