The download page says that gtk-sharp is a module alongside mono and mcs, ie
cvs co gtk-sharp. However, when I download that code it has some classes that
don't seem to be correct for linux, like:
[DllImport("libglib-2.0-0.dll")]
static extern void g_free (IntPtr mem);
Is there a different module for linux?