[Gtk-sharp-list] Visibility of the Glade.XML.BindFields methods

Duncan Mak duncan@ximian.com
25 Jul 2003 18:56:32 -0400


Hey,

I'm documenting Glade.XML now and I see two public BindFields methods:

	public void BindFields (Type type)
	public void BindFields (Object target)

Should these methods be public, or should they be internal/private
instead? It seems like they have no external callers, but I'll admit I
haven't really looked that hard.

Duncan.