GNOME Bugzilla – Bug 620149
Introspection fixes
Last modified: 2010-05-31 12:05:23 UTC
two patches
Created attachment 162372 [details] [review] Fix introspection data when building with Gtk+ 3.0 The generated introspection data depended on the Gtk+-2.0 typelib despite being built against Gtk+-3.0, hence it was not possible to import the typelib when Gtk+ 2.0 was not installed.
Created attachment 162373 [details] [review] Do not introspect private headers and symbols. Previously, private objects were introspected and made available from language bindings, which is not desirable as we don't guarantee they have a stable API.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.