On Mon, 2005-05-02 at 06:38 -0400, Mark Crichton wrote: > Wondering if there is some (hackish) way > I could munge the GLib.List that is returned so I can see what's going > on myself. Just copy the [DllImport]ed prototypes from GLib.List into your test class and you can use them on the list's Handle property just like List.cs does. -- Dan