GIO (software)

GIO
Developer(s) The GNOME Project
Stable release

2.50.0 (September 19, 2016 (2016-09-19)) [±][1]

[2]
Written in C
Type System library
License GNU Lesser General Public License
Website developer.gnome.org/gio/stable/
As the GNU C Library serves as a wrapper for Linux kernel system calls, so do the libraries bundled in GLib (GObject, Glib, GModule, GThread and GIO) serve as further wrappers for their specific tasks.
Simplified software architecture of GTK+. Pango, GDK, ATK, GIO, Cairo and GLib.

GIO (Gnome Input/Output) is a library, designed to present programmers with a modern and usable interface to a virtual file system. It allows applications to access local and remote files with a single consistent API, which was designed "to overcome the shortcomings of GnomeVFS" and be "so good that developers prefer it over raw POSIX calls."[3]

GIO serves as low-level system library for the GNOME Shell/GNOME/GTK+ software stack and is being developed by The GNOME Project. It is maintained as a separate library, libgio-2.0, but it is bundled with GLib. GIO is free and open-source software subject to the requirements of the GNU Lesser General Public License.

Features

Beyond these, GIO provides facilities for file monitoring, asynchronous I/O and filename completion. In addition to the interfaces, GIO provides implementations for the local case. Implementations for various network file systems are provided by the GVfs package as loadable modules.

See also

References

  1. glib releases, gnome.org
  2. glib 2.50.0
  3. "GIO Reference Manual".
  4. "xdgmime in GIO git".
  5. "inotify in GIO git".
  6. "FAM in GIO git".
This article is issued from Wikipedia - version of the 7/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.