[plt-scheme] Announce: mzgtk2 release 2 version 2.6.10.002
On 1/6/07, Eli Barzilay <eli at barzilay.org> wrote:
> But: the problem is that header files don't tell you the whole story
> -- you need to know more details like:
>
> * Is this function a Foo constructor, or does it return a reference to
> an existing Foo?
>
> * Is this pointer argument intended as an input or as an output value?
>
> * How are arguments related? (e.g, a pointer to a vector, and the
> number of items in that vector).
>
> SWIG will not help you with these things.
I thoght SWIG was designed precisely to help with these kinds of things.
Robby