From kde-core-devel Mon Jan 14 21:36:52 2008 From: "koos vriezen" Date: Mon, 14 Jan 2008 21:36:52 +0000 To: kde-core-devel Subject: Re: [PATCH] Multi-Protocol IO-Slave Message-Id: X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120034669605733 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