mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
docs: Remove a mention of g_clear_object() being atomic
It is no longer atomic. https://bugzilla.gnome.org/show_bug.cgi?id=741589
This commit is contained in:
parent
924f269763
commit
e98a5828d3
@ -439,7 +439,7 @@ maman_bar_dispose (GObject *gobject)
|
||||
|
||||
/* dispose() might be called multiple times, so we must guard against
|
||||
* calling g_object_unref() on an invalid GObject by setting the member
|
||||
* NULL; g_clear_object() does this for us, atomically.
|
||||
* NULL; g_clear_object() does this for us.
|
||||
*/
|
||||
g_clear_object (&self->priv->an_object);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user