Function TVMFFIObjectIncRef#
Defined in File c_api.h
Function Documentation#
-
int TVMFFIObjectIncRef(TVMFFIObjectHandle obj)#
Increase the strong reference count of an object handle.
Note
Internally we increase the reference counter of the object.
- Parameters:
obj – The object handle.
- Returns:
0 when success, nonzero when failure happens