[Gtk-sharp-list] patch for simple pointer types (broken)

Miguel de Icaza miguel@ximian.com
10 Oct 2002 22:32:01 -0400


Hello,

> Opened bug 32104 to track this.  Non-trivial solution.  We are currently
> Triming the *'s off the end of types in the SymbolTable class.  This
> works fine for Objects and most everything else, but obviously falls
> down for passbyref base type params.

How many functions actually expose this behavior?  Maybe it would be
best to disable automatic code generation for those, and instead resort
to manual wrapping in these cases?

Miguel.