libglib(3LIB) libglib(3LIB)
NAME
libglib - library of useful routines for C programming
SYNOPSIS
Use glib-config(1) to determine compiler and linker flags.
DESCRIPTION
GLib includes a number of support routines for C. For a list of functions provided in the library, type:
info glib
For a more detailed description of the library contents and its use, see:
http://www.gtk.org/api/
LICENSE
GNU Lesser General Public License (LGPL)
FILES
/usr/sfw/lib/libglib.so
shared object
/usr/sfw/lib/libgmodule.so
shared object
/usr/sfw/lib/libgthread.so
shared object
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Availability | SUNWGlib |
+--------------------+-----------------+
|Interface Stability | External |
+--------------------+-----------------+
SEE ALSO
glib-config(1)
NOTES
Source for glib is available on http://opensolaris.org.
7 May 2001 libglib(3LIB)