2008/1/14, nf2 : > The easiest way to accomplish this would probably be a C++ wrapper for > the mount daemon parts of GVFS. This could be Qt-based, but also Glibmm > (I believe a C++ binding for the GIO-client is already under > development). Please don't, either write a simple C++ wrapper or keep it in C. Adding another dependency, esp. one that IMHO does wrap in C++ but fails to reduce the complexity, should be avoided. > ** web-browsing: ** > (can't be provided through GIO in the same quality. probably uses > meta-data extensively, but i don't have a clue) Look at my question at http://www.mail-archive.com/gnome-vfs-list%40gnome.org/msg01277.html the lack of redirect information forced me to drop gnome-vfs and rewrite everything using libcurl. Koos