mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-03 12:36:53 +02:00
README.in: Note undefined behavior with new g_type_init() -> ctor change
https://bugzilla.gnome.org/show_bug.cgi?id=686822
This commit is contained in:
parent
8911cee350
commit
d04ac162c1
@ -70,7 +70,10 @@ Patches should be in unified diff form. (The -up option to GNU diff.)
|
|||||||
Notes about GLib 2.36
|
Notes about GLib 2.36
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
* It is no longer necessary to call g_type_init()
|
* It is no longer necessary to call g_type_init(). If you are
|
||||||
|
loading GLib as a dynamic module, you should be careful to avoid
|
||||||
|
unloading it, then subsequently loading it again. This never
|
||||||
|
really worked before, but it is now explicitly undefined behavior.
|
||||||
|
|
||||||
Notes about GLib 2.34
|
Notes about GLib 2.34
|
||||||
=====================
|
=====================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user