Skip to content
Commit 62ac6bbc authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

object: stop using GObject properties to set up context and instance for derived classes

It was an ugly hack, that would easily break with derived classes.
Instead, use a global stack of constructing objects, that is
pushed when building the JS object and retrieved in instance_init()

https://bugzilla.gnome.org/show_bug.cgi?id=699817
parent 639e145b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment