[Gtk-sharp-list] GtkSharp namespace internal methods and
signatures.
Mike Kestner
mkestner@ximian.com
25 Apr 2003 11:33:59 -0500
On Thu, 2003-04-24 at 21:55, Mike Kestner wrote:
> On Wed, 2003-04-23 at 17:42, Miguel de Icaza wrote:
>
> > 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.
>
> Yeah, some of these were originally shared across dll's, but we are now
> declaring these helpers redundantly to the dll, so they can indeed be
> internal. Easy fix. I'll try to crank it in tonight.
I looked at this last night, but it seems that when a class implements
an interface from another assembly and the interface contains signals,
there is an external reference of the signal helper. Shouldn't be too
hard to resolve, but it wasn't a 10 minute hack like I thought it would
be.
Mike