Category:GLib: Difference between revisions

From Rosetta Code
Content added Content deleted
(glib basic info)
 
m (Lib template)
 
Line 1: Line 1:
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation and a large set of utility functions for strings and common data structures. (Text taken from the site)
{{library}}GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation and a large set of utility functions for strings and common data structures. (Text taken from the site)


* [http://library.gnome.org/devel/glib/ GLib Reference Manual]
* [http://library.gnome.org/devel/glib/ GLib Reference Manual]

Latest revision as of 21:16, 18 July 2010

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation and a large set of utility functions for strings and common data structures. (Text taken from the site)