diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-03-23 11:08:28 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-03-23 11:41:17 -0400 |
commit | eb42c9e9cee8de4626da345113e1b40058d96354 (patch) | |
tree | b6d80e0fa51f48152261aa5296bb7d98f82a0da9 /README.in | |
parent | 42ef281ea4229fc7125be3187e1ef9e2e36131dc (diff) | |
download | gtk+-eb42c9e9cee8de4626da345113e1b40058d96354.tar.gz |
Add notes about gobject-introspection
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ====================== |