After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590827 - Migrate from GnomeVFS to GIO
Migrate from GnomeVFS to GIO
Status: RESOLVED DUPLICATE of bug 566436
Product: gnome-launch-box
Classification: Deprecated
Component: default
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-launch-box-maint
gnome-launch-box-maint
Depends on:
Blocks: 588322
 
 
Reported: 2009-08-05 10:47 UTC by Javier Jardón (IRC: jjardon)
Modified: 2009-08-05 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2009-08-05 10:47:43 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
Comment 1 Javier Jardón (IRC: jjardon) 2009-08-05 10:48:18 UTC
$ 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>
Comment 2 Javier Jardón (IRC: jjardon) 2009-08-05 10:49:47 UTC

*** This bug has been marked as a duplicate of 566436 ***