Skip to content

system: add addressOfGObject method

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

This debug method returns the address of an underlying GObject if the current object is of such type.

Useful for debugging GObject.Object's, especially when those might have been destroyed.

Merge request reports