Re: explicit signal connection vs. overriding function
- From: José Alburquerque <jaalburquerque cox net>
- To: Paul Davis <paul linuxaudiosystems com>
- Cc: gtkmm-list gnome org
- Subject: Re: explicit signal connection vs. overriding function
- Date: Mon, 10 May 2010 23:28:24 -0400
On Mon, 2010-05-10 at 21:17 -0400, Paul Davis wrote:
> connect() takes an extra default boolean argument that allows control
> of this too. it defaults to "true" which means "call after the default
> handler, if the default handler didn't stop the signal emission". a
> critical tool for some purposes.
Ah yes. The difference between connect() and connect_notify() is that
connect_notify() makes the return of the callback unnecessary (void).
--
José
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]