[Gtk-sharp-list] GtkSharp namespace internal methods and signatures.

Miguel de Icaza miguel@ximian.com
23 Apr 2003 18:42:27 -0400


Hello everyone,

   It seems like there are a lot of helper classes generated and exposed
in the binding.  Things like:

	public delegate void voidObjectTextIterstringintDelegate
	public class voidObjectTextIterstringintSignal

   These seems like they are only used internally.  Could we make those
"internal" instead of public?  Again, they would reduce the amount of
stuff that has to be documented.

Miguel.