libsigc++ (a.k.a.
libsigcplusplus) implements a typesafe callback
system for standard C++. It allows you to define signals and to
connect those signals to any callback function, either global or
a member function, regardless of whether it is static or
virtual.
libsigc++ is used by glibmm and gtkmm to wrap Glib and GTK+
signals. It does not depend on Glib, GTK+, glibmm or gtkmm.
Home page: https://libsigcplusplus.github.io/libsigcplusplus/
Download: https://download.gnome.org/sources/libsigc++/
Documentation: https://developer.gnome.org/libsigc++/stable/
*** Changes
2.10.2: (stable)
This release is identical to 2.10.1, except:
* Reference docs generated by Doxygen 1.8.11.
Shown at https://developer.gnome.org/libsigc++/stable/
(contrary to 2.10.1's documentation)
Kjell Ahlstedt
kjellahlstedt gmail com