ANNOUNCE: libsigc++ 2.4.1



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. It does not depend on Glib, GTK+, glibmm or gtkmm.

Home page: http://libsigc.sourceforge.net/
Download:   https://download.gnome.org/sources/libsigc++/
Documentation: https://developer.gnome.org/libsigc++/stable/

*** Changes

2.4.1 (stable):

* 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)

Kjell Ahlstedt
kjell ahlstedt bredband net


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