Changelog:
Version 2.2.8 (16 July 2014)
-------------
Correct testing of minimum values in Extension::real_to_double()
and Extension::list_to_vector_double() (extension.h).
Deal properly with unexpected out-of-memory conditions in
executing Extension::exec() and Extension::exec_shared()
(extension.h).
Minor code refactoring in EmitterArg::connect() and
SafeEmitterArg::connect() (emitter.h).
Update documentation (callback.h, emitter.h, extension.h,
notifier.h, parallel.h, task_manager.h).
c++-gtk-utils is a lightweight library containing a number of
classes and functions for programming GTK+ programs using C++ in
POSIX (unix-like) environments, where the user does not want to
use a full-on wrapper such as gtkmm or wxWidgets, or is concerned
about exception safety or thread safety of the wrapper and their
documentation. It is parallel installable for both GTK+2 and GTK+3.
There is also an option to install a subset of the library with
only glib/gobject/gio support, without GTK+.