Function panda_sys::object_unref[][src]

pub unsafe extern "C" fn object_unref(obj: *mut Object)
Expand description

object_unref: @obj: the object

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