glib/gobject
Ryan Lortie af24dbc12a gobject: loosen property override flag restrictions
GObject enforces the following restrictions on property overrides:

  - must only add abilities: if the parent class supports
    readability/writability then the subclass must also support them.
    Subclasses are free to add readability/writability.

  - must not add additional restrictions: if the parent class doesn't
    have construct/construct-only restrictions then the subclass must
    not add them.  Subclasses are free to remove restrictions.

The problem with the previous implementation is that the check against
adding construct/construct-only restrictions was being done even if the
property was not previously writable.  As an example:

  "readable" and "writable only on construct"

was considered as being more restrictive than

  "read only".

This patch tweaks the check to allow the addition of
construct/construct-only restrictions for properties that were
previously read-only and are now being made writable.

https://bugzilla.gnome.org/show_bug.cgi?id=666615
2011-12-20 14:58:38 -05:00
..
2011-12-14 09:33:30 -05:00
2011-05-23 00:21:06 -04:00
2009-03-31 19:39:16 -04:00
2011-06-14 18:51:57 -04:00
2011-10-18 17:12:33 +01:00
2011-06-09 11:15:40 -04:00
2011-08-19 11:44:44 +02:00
2011-12-13 23:01:51 -05:00
2010-07-12 17:46:17 -04:00
2011-11-07 23:12:45 +01:00
2011-11-18 10:46:35 +01:00
2011-10-18 17:12:33 +01:00
2011-11-12 19:13:44 -05:00
2008-06-21 18:20:43 +00:00
2011-09-05 18:46:59 -04:00
2011-08-29 14:49:32 -04:00
2008-06-22 09:45:13 +00:00