Add new thread creation API
[platform/upstream/glib.git] / README.in
index c0f6a8a..6ac99d8 100644 (file)
--- a/README.in
+++ b/README.in
@@ -24,6 +24,14 @@ Installation
 
 See the file 'INSTALL'
 
+Notes about GLib 2.30
+=====================
+
+* GObject includes a generic marshaller, g_cclosure_marshal_generic.
+  To use it, simply specify NULL as the marshaller in g_signal_new().
+  The generic marshaller is implemented with libffi, and consequently
+  GObject depends on libffi now.
+
 Notes about GLib 2.28
 =====================