Skip to content

Show errors when using proto functions on deleted object

Marco Trevisan requested to merge 3v1n0/gjs:gobject-ward into master

In PR !22 (merged) I forgot to protect from accessing to invalid objects from proto functions.

Also mentioning if an object is finalized in the toString() function.

Edited by Marco Trevisan

Merge request reports