mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
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:
parent
cf58171342
commit
042ab215b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user