GLib 2.18.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GLib 2.18.0 (Default branch)
# 1  
Old 09-04-2008
GLib 2.18.0 (Default branch)

GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0.License: GNU Lesser General Public License (LGPL)Changes:
Updates were made to Unicode 5.1, to libcharset from libiconv 0.12, and to PCRE to 7.7. Support was implemented for the latest version of the shared-mime specification, including icons for MIME types and content types for volumes. FEN was introduced for file monitoring in GIO on Solaris. New APIs were added for GIO, GObject, and GMarkup. A new callbacks support function and several further new functions were added. Internationalization support was improved with g_dgettext(), g_dngettext(), and NC_(). Many bugs were fixed.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
libglib-2.0(3)							C Library Functions						    libglib-2.0(3)

NAME
libglib-2.0, libgmodule-2.0, libgthread-2.0 - general purpose utility library, support for dynamic plug-ins, and thread abstraction. DESCRIPTION
GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, a main loop abstraction, and so on. libgmodule-2.0 provides a portable method of dynamically loading plug-ins or shared object modules. libgthread-2.0 provides a thread abstraction which includes threads, different mutex methods, conditions, and thread private data. It also provides different useful patterns such as thread pools. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libglib-2.0.so GNOME general purpose shared library /usr/lib/libgmodule-2.0.so GLib dynamic plug-in shared library /usr/lib/libgthread-2.0.so GLib thread abstraction shared library /usr/share/gtk-doc/html/glib Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs SUNWg- | | |nome-base-libs-64 | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
glib-genmarshal(1), glib-gettextize(1), glib-mkenums(1), libgobject-2.0(3), libgio-2.0(3), libglibmm-2.4(3), attributes(5), gnome-inter- faces(5), gnome-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004, 2006, 2008. SunOS 5.11 14 May 2008 libglib-2.0(3)