Re: explicit signal connection vs. overriding function



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]