summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-03-23 11:08:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-03-23 11:41:17 -0400
commiteb42c9e9cee8de4626da345113e1b40058d96354 (patch)
treeb6d80e0fa51f48152261aa5296bb7d98f82a0da9 /README.in
parent42ef281ea4229fc7125be3187e1ef9e2e36131dc (diff)
downloadgtk+-eb42c9e9cee8de4626da345113e1b40058d96354.tar.gz
Add notes about gobject-introspection
Diffstat (limited to 'README.in')
-rw-r--r--README.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.in b/README.in
index 316db6a095..f7108acbe7 100644
--- a/README.in
+++ b/README.in
@@ -41,6 +41,11 @@ Release notes for 2.20
attribute of the <object>. Use gtk_buildable_get_name() instead of
gtk_widget_get_name() to obtain the ID.
+* GTK+ now includes introspection data, as a consequence, it gained a
+ dependency on gobject-introspection. It is possible to build without
+ introspection by passing --disable-introspection to configure.
+
+
Release notes for 2.18
======================