GNOME Bugzilla – Bug 543714
Migrate from GnomeVFS to GIO
Last modified: 2008-07-21 09:40:22 UTC
See http://live.gnome.org/GioPort for more information. ./libgda/gda-data-model-dir.c: #include <libgnomevfs/gnome-vfs-mime.h> ./libgda/gda-data-model-dir.c: mime = gnome_vfs_get_file_mime_type (complete_filename, NULL, FALSE); ./configure.in:GNOMEVFS_MODULES="gnome-vfs-2.0 >= 2.20" ./configure.in:PKG_CHECK_MODULES(GNOMEVFS, $GNOMEVFS_MODULES, have_gnomevfs=yes, have_gnomevfs=no) ./configure.in:if test x"$have_gnomevfs" = "xyes" ./configure.in: have_gnomevfs=no ./configure.in:AM_CONDITIONAL(HAVE_GNOMEVFS, test x"$have_gnomevfs" = "xyes")
The port has been done, in rev #3157, but if GIO is not found, Libgda can still detect GnomeVFS.
Oh great. Sorry for the noise then, I'm going to update the wiki page and close this as fixed. http://svn.gnome.org/viewvc/libgda/trunk/libgda/gda-data-model-dir.c?r1=3157&r2=3156&pathrev=3157