glib/gobject/tests
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
..
.gitignore gitignore tweaks 2011-07-22 15:47:24 +02:00
binding.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
boxed.c various GLib tests: plug memory leaks 2011-12-14 12:40:16 +00:00
dynamictests.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
enums.c gobject: Use G_VALUE_INIT 2011-10-18 17:12:33 +01:00
ifaceproperties.c gobject: Use G_VALUE_INIT 2011-10-18 17:12:33 +01:00
Makefile.am Improve test coverage for GValue transformations 2011-06-23 00:05:18 -04:00
param.c GObject: allow G_PARAM_CONSTRUCT on any override 2011-12-20 19:40:44 -05:00
properties.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
reference.c gobject: Use G_VALUE_INIT 2011-10-18 17:12:33 +01:00
signals.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
testcommon.h Move ifaceproperties test to gobject/tests/ 2010-12-27 23:49:12 -05:00
threadtests.c more 'static' adding in testcases 2011-10-16 21:41:15 -04:00
valuearray.c gobject: Use G_VALUE_INIT 2011-10-18 17:12:33 +01:00