GNOME Bugzilla – Bug 590827
Migrate from GnomeVFS to GIO
Last modified: 2009-08-05 10:49:47 UTC
GnomeVFS is going to be deprecated, new vfs framework for GNOME and GTK+ application is GIO/GVFS, available from glib 2.16.0. In short: "GIO is a gobject-based library that abstracts out various forms of I/O, designed to separate out dependencies by allowing apps to depend on abstract APIs, and then letting various implementations fill in these APIs. GVFS is one such implementation, similar to gnome-vfs, which plugs into gio." For references see: * http://live.gnome.org/GioPort * http://library.gnome.org/devel/gio/ and * http://blogs.gnome.org/alexl/2007/07/20/gvfs-presentation-slides/ * http://live.gnome.org/GioToDo
$ git grep libgnomevfs src/lb-main.c:#include <libgnomevfs/gnome-vfs-init.h> src/lb-module-files.c:#include <libgnomevfs/gnome-vfs.h> src/lb-module-files.c:#include <libgnomevfs/gnome-vfs-mime-handlers.h> src/lb-module-files.c:#include <libgnomevfs/gnome-vfs-file-info.h> src/lb-utils.c:#include <libgnomevfs/gnome-vfs.h> src/lb-utils.h:#include <libgnomevfs/gnome-vfs-file-info.h> tests/mime-actions.c:#include <libgnomevfs/gnome-vfs.h> tests/mime-actions.c:#include <libgnomevfs/gnome-vfs-mime-handlers.h> tests/search-applications.c:#include <libgnomevfs/gnome-vfs.h> tests/search-home.c:#include <libgnomevfs/gnome-vfs.h>
*** This bug has been marked as a duplicate of 566436 ***