GNOME Bugzilla – Bug 335964
Codegen improvements to handle in/inout parameters and multiple return values
Last modified: 2008-07-16 10:12:25 UTC
Like the summary says.
Created attachment 61983 [details] [review] patch Patch only solves this for a couple of types for reverse wrappers. Regular wrappers are too inflexible to handle this. Nothing short of rewriting most of codegen can be done to fix it.
Committed HEAD, although a slightly different version of the patch (instead of handling out-gint* it handles gint* with (direction "out")).