Re: properties-changed and notify signals



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]