glib/gobject
Ryan Lortie ddb0ce1421 GObject: prevent installing properties after init
GObject has previously allowed installing properties after class_init
has finished running.  This means that you could install some of your
own properties on G_TYPE_OBJECT, for example, although they wouldn't
have worked properly.

Prevent this from happening.  Require that all properties are installed by
the time class_init has finished.

Complaints go to this bug:

https://bugzilla.gnome.org/show_bug.cgi?id=698614
2013-04-22 17:40:51 -04:00
..
2009-03-31 19:39:16 -04:00
2013-01-01 13:54:54 -05:00
2011-12-13 23:01:51 -05:00
2012-03-08 14:51:22 +08:00
2012-10-16 09:39:24 -04:00
2013-03-15 09:07:30 +01:00
2012-08-18 23:17:47 -04:00
2013-02-22 00:54:50 +00:00
2012-10-16 09:39:24 -04:00