[Gtk-sharp-list] docs not updating with API changes

Brian Kerrick Nickel kerrick@asu.edu
Fri, 25 Jun 2004 14:29:06 -0700


The Gtk-sharp docs don't seem to be getting updated with API changes.
Looking at Gdk.Pixdata.Serialize, the docs say it is:
   public byte Serialize (out uint stream_length_p)
When it has since been changed to:
   public byte [] Serialize ()

Would it be possible to go through the docs and update (auto-generate?)
for the changed API?

-Brian