S60 Open C
glib API Specification

glib API Specification

Table of Contents

Overview

 


Overview

Glib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on. It works on many UNIX-like platforms, Windows, OS/2, and BeOS. Glib is released under the GNU Library General Public License (GNU LGPL).

The general policy of Glib is that all functions are invisibly thread-safe with the exception of data structure manipulation functions, where, two threads manipulating the same data structure, must use a lock to synchronize their operation.

The source reference for original glib pages was taken from www.gtk.org.

Give feedback of this article


©Nokia 2007

Back to top


This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia. All rights are reserved. Copying, including reproducing, storing, adapting or translating, any or all of this material requires the prior written consent of Nokia. This material also contains confidential information, which may not be disclosed to others without the prior written consent of Nokia.

Nokia is a registered trademark of Nokia Corporation. S60 and logo is a trademark of Nokia Corporation. Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. Other company and product names mentioned herein may be trademarks or tradenames of their respective owners.