Skip to content

cogl/object: add cogl_clear_object utility function

Niels De Graef requested to merge wip/nielsdg/cogl-clear-object into master

This is based on g_clear_object, so it will be a bit more consistent to write (and prevents the headaches from accidentally forgetting a NULL check).

Merge request reports