GObject: Clarify 8db5542803 by avoiding double -ve

Make the wording easier to understand by saying what we do, rather than
what we avoid doing if the relevant thing did not happen!
This commit is contained in:
Daniel Boles 2018-04-22 15:03:03 +01:00
parent cf58171342
commit 042ab215b2

View File

@ -487,7 +487,7 @@ g_object_do_class_init (GObjectClass *class)
* in ::notify being emitted, even if the new value is the same as the old.
* If they did pass %G_PARAM_EXPLICIT_NOTIFY, then this signal is emitted only
* when they explicitly call g_object_notify() or g_object_notify_by_pspec(),
* and common practice is to avoid doing so if the value remained unchanged.
* and common practice is to do that only when the value has actually changed.
*
* This signal is typically used to obtain change notification for a
* single property, by specifying the property name as a detail in the