ec_blobject_addref
Name
ec_blobject_addref — Increments the reference count of obj
by 1
Synopsis
#include "ec_blobject.h"
| void **ec_blobject_addref** (
| obj)
; | |
ec_blobject * <var class="pdparam">obj</var>
;
Description
Increments the reference count of obj
by 1
.
- obj
-
A pointer to an “ec_blobject”.
This function returns void
.
It is legal to call this function in any thread.
See Also
“ec_blobject”, ec_blobject_delref_typeunsafe, ec_blobject_delref, and ec_blobject_wrap.