Re: gobject property change notifications



Hi,

Stefan Kost <kost imn htwk-leipzig de> writes:

> does gobject automaticly provides "notify::mysignal" signals, that
> are triggered when the property changes or does a class author has
> to provide that manually.

As long as the property is changed by means of g_object_set() or some
variant of it, the signal is emitted automatically. If the property
value is changed directly, g_object_notify() should be called so that
potential listeners are notified.


Sven



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]