disable support for unloading of dynamic types
authorRyan Lortie <desrt@desrt.ca>
Thu, 7 Feb 2013 18:50:16 +0000 (13:50 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 7 Feb 2013 19:15:45 +0000 (14:15 -0500)
commit72df62600d1ab473125b6e8beb998e71aa63701e
tree91268992f4ffc11a2c9c0069ac3a5fb08a9bb5d9
parent2f61a877d8e8e1311d905ab374e421ed0f37c3b7
disable support for unloading of dynamic types

Experimentally disable the ability to unload dynamic types by refusing
to drop the last reference on types (effectively turning the type
unloading into dead code).

The plan is to leave things like this for a stable cycle and only
proceed with removing the code if we are sure that there are no
unforeseen problems.

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