GTK+ FAQ | ||
---|---|---|
<<< Previous | Next >>> |
GLib is a library of useful functions and definitions available for use when creating GDK and GTK applications. It provides replacements for some standard libc functions, such as malloc, which are buggy on some systems.
It also provides routines for handling:
Doubly Linked Lists
Singly Linked Lists
Timers
String Handling
A Lexical Scanner
Error Functions
<<< Previous | Home | Next >>> |
How do I use color allocation? | How can I use the doubly linked lists? |