[ Version ( since = "1.0" ) ]
public void remove_depender (Object depender)
Removes a depender
from the list of objects which should not be destroyed before this this
, previously added with add_depender.
It's illegal to try to remove the depender
which is not in the internal list.
this |
an Object |
depender |
a Object depender |