gobject: simplify object-in-construction handling
authorDan Winship <danw@gnome.org>
Sun, 20 Oct 2013 13:27:11 +0000 (09:27 -0400)
committerDan Winship <danw@gnome.org>
Tue, 22 Oct 2013 15:01:15 +0000 (11:01 -0400)
commitefecfe0fac83fc305fd5e2c3f377ee70e1c987db
tree32d02c4d295c7507307b974f768536b56a3c3c16
parent0d62eb467f8fbf7a59454bec3498bcdd3c7889e0
gobject: simplify object-in-construction handling

Rather than keeping a global list of objects that are being
constructed, use qdata on the object itself like we do with several
other properties now.

https://bugzilla.gnome.org/show_bug.cgi?id=661576
gobject/gobject.c