Revision [2580]
This is an old revision of glib made by coolpup on 2009-10-23 00:23:47.
GLib provides the fundamental algorithmic language constructs commonly duplicated in applications. It is the basis for GTK+.
This library has features such as (this list is not a comprehensive list):
Object and type system
Main loop
Dynamic loading of modules (i.e. plug-ins)
Thread support
Timer support
Memory allocator
Threaded Queues (synchronous and asynchronous)
Lists (singly linked, doubly linked, double ended)
Hash tables
Arrays
Trees (N-ary and binary balanced)
String utilities and charset handling
Lexical scanner and XML parser
Base64 (encoding & decoding)