Migrating from GnomeVFS to GIO

Table 5. Comparison of GnomeVFS and GIO concepts

GnomeVFS GIO
GnomeVFSURI GFile
GnomeVFSFileInfo GFileInfo
GnomeVFSResult GError, with G_IO_ERROR values
GnomeVFSHandle & GnomeVFSAsyncHandle GInputStream or GOutputStream
GnomeVFSDirectoryHandle GFileEnumerator
mime type content type
GnomeVFSMonitor GFileMonitor
GnomeVFSVolumeMonitor GVolumeMonitor
GnomeVFSVolume GMount
GnomeVFSDrive GVolume
- GDrive
GnomeVFSContext GCancellable
gnome_vfs_async_cancel g_cancellable_cancel