[Gtk-sharp-list] Gtk.ThreadNotify method capitalization

Mike Kestner mkestner@speakeasy.net
Tue, 26 Aug 2003 17:05:30 -0500


On Tue, 2003-08-26 at 14:16, jluke@users.sourceforge.net wrote:
> hello,
> 
> just a quick note that gtk-sharp/gtk/ThreadNotify.cs has some public
> methods that are not InCaps.  My guess is that it was forgotten about,
> and only needs to be turned private and have public methods call the
> private ones?  I would do this, but I don't yet know how to call byte *b
> from c#.

Looks like all the dllimport methods can just have the public keyword
taken off.  They should be private.

-- 
Mike Kestner <mkestner@speakeasy.net>