Function panda_sys::object_ref

source ·
pub unsafe extern "C" fn object_ref(obj: *mut Object)
Expand description

object_ref: @obj: the object

Increase the reference count of a object. A object cannot be freed as long as its reference count is greater than zero.