Ryan Lortie 4e793c2eef GObject: allow G_PARAM_CONSTRUCT on any override
We were previously preventing implementations of an interface from
specifying G_PARAM_CONSTRUCT for a property of that interface if the
interface didn't specify it itself (or was readonly).

This is something that should only interest the implementation, so we
remove this restriction.

This allows 6 new possible override scenarios:

 - writable                 -> writable/construct
 - writable                 -> readwrite/construct
 - readwrite                -> readwrite/construct
 - writable/construct-only  -> writable/construct
 - writable/construct-only  -> readwrite/construct
 - readwrite/construct-only -> readwrite/construct

and we update the testcase to reflect this.

https://bugzilla.gnome.org/show_bug.cgi?id=666616
2011-12-20 19:40:44 -05:00
..
2011-07-22 15:47:24 +02:00
2011-10-16 21:41:15 -04:00
2011-12-14 12:40:16 +00:00
2011-10-18 17:12:33 +01:00
2011-10-18 17:12:33 +01:00
2011-10-16 21:41:15 -04:00
2011-10-18 17:12:33 +01:00
2011-10-16 21:41:15 -04:00
2011-10-18 17:12:33 +01:00