Re: properties-changed and notify signals
- From: Havoc Pennington <hp redhat com>
- To: Eric Lemings <eric b lemings lmco com>
- Cc: gtk-devel-list gnome org
- Subject: Re: properties-changed and notify signals
- Date: 31 Jul 2001 18:53:41 -0400
Eric Lemings <eric b lemings lmco com> writes:
> What's the difference between the properties-changed and notify signals
> in GObject? And why do the "set" functions emit both signals while the
> "notify" function only emits the properties-changed signal?
>
They are there to generate the FAQ "why are they there", and to slow
down the property system. ;-)
I think the plan was to remove one of them, IIRC.
The difference is just that one gives you all the changes at once, and
the other gives you a signal per-property.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]