That's about it. Code such as this makes programs written using Introspection crash: from gi.repository import WebKit wv = WebKit.WebView() settings = wv.get_settings() settings = wv.get_settings() Because the introspection information that is generated naively assumes that get_settings returns a new ref, and unrefs it. Assuming ownership and transfer information is just dumb IMO, but not really important for this bug - I'll use this bug to drop many patches implementing proper annotations.
Created attachment 65345 [details] first smallish set of annotations
Comment on attachment 65345 [details] first smallish set of annotations Great documentation improvements too. LGTM.
Comment on attachment 65345 [details] first smallish set of annotations Clearing flags on attachment: 65345 Committed r66099: <http://trac.webkit.org/changeset/66099>
All reviewed patches have been landed. Closing bug.
I'll keep this bug open to drop the other patches in it when I'm through with them!
*** Bug 40460 has been marked as a duplicate of this bug. ***
Pretty sure we can close this now.