[ CCode ( cname = "dex_unref" ) ]
[ DestroysInstance ]
public void unref ()
Releases a reference on the given object, and decreases its reference count by one.
If it was the last reference, the resources associated to the instance are freed.
| this |
the object to unreference |