libsigc++ 2.4.1



About libsigc++
===============

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.

libsigc++ is used by glibmm and gtkmm to wrap Glib and GTK+ signals.

News
====

* A slot's functor is destroyed when an empty slot is assigned to the slot.
  (Kjell Ahlstedt) Bug #738602 (James Lin)
* test_disconnect_during_emit tests that the slot is really disconnected
  during signal emission.
  (Kjell Ahlstedt)


ChangeLog
=========
https://download.gnome.org/sources/libsigc++/2.4/libsigc++-2.4.1.changes  (761)

Download
========
https://download.gnome.org/sources/libsigc++/2.4/libsigc++-2.4.1.tar.xz (3.45M)
  sha256sum: 540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]