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:
Philip Withnall 2014-12-16 11:23:12 +00:00
parent 924f269763
commit e98a5828d3

View File

@ -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);