Re: Default signal handlers
- From: Paul Davis <paul linuxaudiosystems com>
- To: אנטולי קרסנר <tombackton gmail com>
- Cc: ML-gtk <gtk-list gnome org>
- Subject: Re: Default signal handlers
- Date: Thu, 18 Apr 2013 09:54:09 -0400
sigc++ signals by default will call every attached slot.
they are wrapped by other objects when used in conjunction with GObject signals so that signals for which (e.g.) a boolean-true return value will stop emissions actually works at the C++ level too.
sigc++ by itself does not have this behavior by default. i've never tried to use sigc++ signals to emulate the way they are used to wrap GObject signals.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]