[gobject] set all properties before constructed()
authorRyan Lortie <desrt@desrt.ca>
Mon, 8 Oct 2012 15:40:00 +0000 (11:40 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 8 Oct 2012 15:40:00 +0000 (11:40 -0400)
commit028d4a03f2baa7ca9243a2819f30ffb0d5e137d7
tree237a70ddef79dc5685bf086c6773fe520b568f8d
parent8fd75705f4bf7e9c84683bff2569757cccddd8c3
[gobject] set all properties before constructed()

Move the constructed() call to happen after all of the properties are
set (not just the construct properties).

This is an incompatible change but we are making it under the belief
that it should be safe.  If this change impacts you in a negative way
please comment on the bug.

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