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 also used by glibmm and gtkmm to wrap Glib and GTK+
signals.

News
====

* connection, slot_base: Use an internal::weak_raw_ptr<> to simplify
  the code.
  (Murray Cumming)
* signal_base: Do not derive from trackable.
  (Murray Cumming
*  slot_rep: Pass a slot_rep*, not notifiable*, to destroy().
  (Murray Cumming)
* signal_impl: Do not derive from notifiable.
  (Murray Cumming)


ChangeLog
=========
https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.7.changes  
(1.80K)

Download
========
https://download.gnome.org/sources/libsigc++/2.99/libsigc++-2.99.7.tar.xz (897K)
  sha256sum: e819884fec16ee20f97773361258b9a911580d5b64fd9da981ef0c80356ff5f9

_______________________________________________
ftp-release-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/ftp-release-list

Reply via email to