Name: libsigc++20 Summary: Typesafe callback system for standard C++ Authority: dries Upstream: Version: 2.0.17 Release: 1 Epoch: (none) License: LGPL Group: Development/Libraries URL:http://libsigc.sourceforge.net/ Description:
libsigc++ 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.