Re: gobject property change notifications
- From: Sven Neumann <sven gimp org>
- To: Stefan Kost <kost imn htwk-leipzig de>
- Cc: GTK+ development mailing list <gtk-devel-list gnome org>
- Subject: Re: gobject property change notifications
- Date: Wed, 08 Dec 2004 19:28:19 +0100
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]