Skip to content

gobject: Use auto-compartment on object when setting property

Marco Trevisan requested to merge 3v1n0/gjs:set-gprop-compartment into master

When binding a property inherited from the object to another gobject property added in Javascript, it could happen that gjs crashes when setting the property.

So enter a new compartment when doing this.

Fixes #246 (closed)

Merge request reports