Skip to content

pages-view: simplify weak ref usage

Michael Catanzaro requested to merge mcatanzaro/pages-view into master

This code does not need to be threadsafe, so we can simplify it by using g_object_add_weak_pointer() and g_clear_weak_pointer().

Merge request reports