[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Fast handling of class-closure-only signals
- From: Soeren Sandmann <sandmann daimi au dk>
- To: James Henstridge <james daa com au>
- Cc: gtk-devel-list gnome org
- Subject: Re: Fast handling of class-closure-only signals
- Date: 28 Aug 2003 03:24:57 +0200
James Henstridge <james daa com au> writes:
> Will this code affect objects where g_signal_override_class_closure()
> has been called? In this case, the class closure may be the only
> callback for the signal, but it wouldn't be correct to short circuit
> to the C function pointer.
That case was explicitly handled by Tim's code, and my patch inherits
it. If g_signal_override_class_closure() has been called,
g_signal_check_class_closure_only() returns FALSE, so nothing is
short-circuited in that case.
Søren
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]