This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

1. Background

gio is the new i/o library for gnome, scheduled to replace gnome-vfs. It ships with glib as a separate library called "libgio-2.0". Libgio contains abstractions for file i/o, file types and things like that. It also contains default implementations for local file i/o.

In addition to libgio there is a module called "gvfs", which implements a userspace virtual filesystem using daemons handling each mount and dbus to talk to these daemons. It automatically plugs into libgio and extends its functionality.

The goal for gio/gvfs is to ship with Gnome 2.22, and we've gotten quite far with that. Nautilus has been totally switched over, and many other pieces of the desktop are working on switching. However, there are still parts that need filling out. This page is a listing of bite-sized chunks of work needed in the gio stack. If you're interested, please help out with finishing some of these!

For GIO porting work in the broader Gnome stack, see GioPort.

If you're interested in helping out with this work, join us in the #nautilus channel on irc.

1.1. Gio TODO

Gio is now in the glib. Its mostly API frozen, although we might do some API additions.

1.2. GVfs TODO


2024-10-23 10:58