gtype: remove interface-after-init exceptions
authorRyan Lortie <desrt@desrt.ca>
Fri, 6 Jun 2014 20:51:40 +0000 (16:51 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 9 Jun 2014 18:18:15 +0000 (14:18 -0400)
commit545b44444b365a4e3ba98ec71fab4f12293a229c
tree6c60b99b2b6899ec2b3e59361eb999cf61d468aa
parent91b9aef0c9988fcab6adb7be3af46953c1c558c9
gtype: remove interface-after-init exceptions

A year ago, we tried to remove support for adding interfaces on
already-initialised types.  There were problems with the C++ and C#
bindings at the time, so we added exceptions to give them a bit more
time to catch up.

It's already one cycle after when these exceptions were planned to be
removed, so let's take them out now.

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