[Gtk-sharp-list] Claiming GnomeVFS

Miguel de Icaza miguel@ximian.com
27 Feb 2003 12:55:10 -0500


Hello!

> As far as I know, no one else is currently wrapping GnomeVFS,
> so I'm doing it.
> 
> Although, I plan on wrapping it a bit differently than one
> might expect.
> 
> I'm implementing "System.IO.Stream" to wrap GnomeVFS.  But,
> although it won't be a replica of the C API.  It will be
> more integrated with the other C# IO APIs.
> 
> What does everyone else think?

I wrapped a few functions quickly for Nat manually for an application he
is writing, and requires Gnome VFS.  The GNOME VFS and some of the
associated libraries (like chunks in the Gnome UI library) are hard to
bind automatically, those APIs were not designed with bindings in mind,
so my suggestion is to do a manual wrapping for those.

Miguel.