src: update and expand comments in base-object.h
It's safe to call BaseObject::object() from your destructor _unless_
the handle is weak; then it's the weak callback that is calling your
destructor and the object will have been released by the time the
destructor runs.
Reviewed-by:
Trevor Norris <trev.norris@gmail.com>
parent
b33a47ef
Please register or sign in to comment